sapling/edenscm/hgext/extlib
Jeremy Fitzhardinge c33b298154 Convert scm/hg/edenscm/hgext/extlib/indexes to Rust 2018
Summary:
Rust 2018 updates to:
  //scm/hg/edenscm/hgext/extlib/indexes:indexes
  //scm/hg/edenscm/hgext/extlib/indexes:indexes-unittest

Reviewed By: xavierd

Differential Revision: D15465446

fbshipit-source-id: e6065b27ebac52525ecb435a2f5b3d407cd96e91
2019-05-23 17:36:33 -07:00
..
cfastmanifest codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
cstore fix double free in cdatapack 2019-04-03 21:13:13 -07:00
ctreemanifest codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
indexes Convert scm/hg/edenscm/hgext/extlib/indexes to Rust 2018 2019-05-23 17:36:33 -07:00
phabricator ignnore draft versions if there's newer attached version 2019-04-29 03:03:18 -07:00
pywatchman watchman: canonicalize repo root before querying watchman 2019-02-04 10:34:08 -08:00
watchmanclient blackbox: clean up blackbox logging and log more during rage 2019-04-23 02:48:50 -07:00
__init__.py codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
Cargo.toml rust: switch to thin lto 2019-05-20 04:08:03 -07:00
cfastmanifest.c codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
linelog.pyx codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
litemmap.pyx codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
mysqlutil.py codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
README.md codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
traceprofimpl.cpp codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00

extlib

Code that extensions depend on, but aren't themselves extensions, should go here. Both native (C/C++/Cython/Rust) and Python code is allowed. Code that depends on Python is also allowed.

In theory, this code should slowly disappear as extension code gets folded into mainline Mercurial. (The native bits should go into lib/ or mercurial/cext), the Python code into mercurial/ itself.)

See also lib/README.md, mercurial/cext/README.md.