rust/src/librustc
Nicholas Nethercote 475e131b3e Inline and remove intern_method!.
It's only used in two places, and the code is shorter and more readable
with it gone.
2019-10-01 16:06:38 +10:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
dep_graph Rollup merge of #64794 - Mark-Simulacrum:rm-dep-track-map, r=estebank 2019-09-28 05:37:44 +02:00
hir Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, r=michaelwoerister 2019-09-29 04:36:02 +02:00
ich Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
infer Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper 2019-09-28 05:37:46 +02:00
lint Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
middle Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, r=michaelwoerister 2019-09-29 04:36:02 +02:00
mir Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, r=michaelwoerister 2019-09-29 04:36:02 +02:00
query cleanup dead ast-borrowck / migrate-mode code. 2019-09-27 19:48:07 +02:00
session Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton 2019-09-29 13:53:08 +00:00
traits Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis 2019-09-29 09:52:58 +00:00
ty Inline and remove intern_method!. 2019-10-01 16:06:38 +10:00
util Remove unused DepTrackingMap 2019-09-25 21:20:57 -04:00
arena.rs cleanup dead ast-borrowck / migrate-mode code. 2019-09-27 19:48:07 +02:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml with byteorder 1.3, the i128 feature is a NOP 2019-09-16 18:28:05 +02:00
error_codes.rs Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank 2019-09-28 22:12:02 +02:00
lib.rs cleanup dead ast-borrowck / migrate-mode code. 2019-09-27 19:48:07 +02:00
macros.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

For more information about how rustc works, see the rustc guide.