rust/src/librustc/middle
Oliver Scherer 26e9990198 Add a "diagnostic item" scheme
This allows lints and other diagnostics to refer to items
by a unique ID instead of relying on whacky path
resolution schemes that may break when items are
relocated.
2019-08-30 01:00:55 +02:00
..
borrowck.rs Remove rustc_mir dependency from rustc_borrowck 2019-07-11 18:54:02 +01:00
cstore.rs CrateStore comment fix. 2019-08-16 10:16:40 +01:00
dead.rs Do not complain about unused code when used in impl Self type 2019-08-21 16:12:55 -07:00
dependency_format.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
diagnostic_items.rs Add a "diagnostic item" scheme 2019-08-30 01:00:55 +02:00
entry.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
exported_symbols.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
expr_use_visitor.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
free_region.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
intrinsicck.rs Remove needless lifetimes 2019-07-03 10:01:02 +02:00
lang_items.rs Add a "diagnostic item" scheme 2019-08-30 01:00:55 +02:00
lib_features.rs Collect library features from non-exported macros 2019-07-07 13:04:07 +03:00
liveness.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
mem_categorization.rs Initial implementation of or patterns 2019-08-17 15:05:36 +00:00
privacy.rs middle: replace NodeId with HirId in AccessLevels 2019-03-13 16:33:10 +01:00
reachable.rs Use is_const() 2019-08-15 17:37:54 +09:00
recursion_limit.rs Raise the default recursion limit to 128 2019-07-07 00:12:35 +03:00
region.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
resolve_lifetime.rs Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
stability.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
weak_lang_items.rs Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00