rust/src/librustc/middle
Niko Matsakis 94468dac63 permit '_ and &T in impl headers
Deprecated forms of elision are not supported.
2018-03-22 16:54:52 -04:00
..
allocator.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
borrowck.rs Add InterpretInterner to StableHashingContext for AllocId serialization 2018-03-08 08:34:08 +01:00
const_val.rs Unregress error spans in constant errors 2018-03-08 08:34:17 +01:00
cstore.rs Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update-cargo 2018-03-07 07:13:10 -08:00
dataflow.rs address more FIXME whose associated issues were marked as closed 2017-10-08 00:27:28 +03:00
dead.rs Remove impl Foo for .. in favor of auto trait Foo 2018-01-13 18:48:00 +03:00
dependency_format.rs Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
entry.rs Add backticks to main not found errors. 2018-03-14 12:23:29 -07:00
exported_symbols.rs Don't show crate metadata symbol as exported symbol to downstream crates. 2018-03-06 09:58:47 +01:00
expr_use_visitor.rs Run Rustfix on librustc 2018-03-02 21:02:34 -08:00
free_region.rs extract constrain_anon_types to the InferCtxt 2017-12-20 14:04:52 -05:00
intrinsicck.rs Use ItemLocalId as key for node_types, node_substs, and adjustments in TypeckTables. 2017-08-11 12:11:38 +02:00
lang_items.rs Produce instead of pointers 2018-03-08 08:08:14 +01:00
liveness.rs Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00
mem_categorization.rs remove defaulting to unit 2018-03-14 12:44:51 +08:00
privacy.rs Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
reachable.rs Remove the contains_extern_indicator query 2018-03-06 19:58:03 -05:00
recursion_limit.rs limit the length of types in monomorphization 2016-12-02 00:54:22 +02:00
region.rs Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00
resolve_lifetime.rs permit '_ and &T in impl headers 2018-03-22 16:54:52 -04:00
stability.rs Turn features() into a query. 2018-03-05 11:05:01 +01:00
weak_lang_items.rs Point at unknown lang item attribute 2018-01-23 21:36:40 -08:00