| .. |
|
allocator.rs
|
rustc: Implement the #[global_allocator] attribute
|
2017-07-05 14:37:01 -07:00 |
|
borrowck.rs
|
incr.comp.: Make a bunch of query results encodable.
|
2017-11-28 13:03:39 +01:00 |
|
const_val.rs
|
Conform names
|
2017-11-25 23:27:16 +09:00 |
|
cstore.rs
|
Add sync module to rustc_data_structures
|
2017-12-17 14:14:51 +01: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
|
Adjust dependency-resolution errors to be more consistent
|
2017-09-19 21:37:19 -05:00 |
|
entry.rs
|
use field init shorthand in src/librustc
|
2017-07-05 22:37:10 -07:00 |
|
exported_symbols.rs
|
incr.comp.: Fix rebase fallout.
|
2017-09-18 12:14:52 +02:00 |
|
expr_use_visitor.rs
|
rustc::ty: Rename struct_variant to non_enum_variant
|
2018-01-08 00:28:05 +01: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
|
Point at unknown lang item attribute
|
2018-01-23 21:36:40 -08:00 |
|
liveness.rs
|
"avoid" is a better word here than "disable"
|
2017-09-14 17:23:47 +02:00 |
|
mem_categorization.rs
|
rustc::ty: Rename struct_variant to non_enum_variant
|
2018-01-08 00:28:05 +01:00 |
|
privacy.rs
|
Reexport -> re-export in prose and documentation comments
|
2018-01-15 13:36:53 -05:00 |
|
reachable.rs
|
Remove impl Foo for .. in favor of auto trait Foo
|
2018-01-13 18:48:00 +03:00 |
|
recursion_limit.rs
|
limit the length of types in monomorphization
|
2016-12-02 00:54:22 +02:00 |
|
region.rs
|
Adds support for immovable generators. Move checking of invalid borrows across suspension points to borrowck. Fixes #44197, #45259 and #45093.
|
2018-01-23 05:10:38 +01:00 |
|
resolve_lifetime.rs
|
AST/HIR: Add a separate structure for labels
|
2018-01-22 23:13:12 +03:00 |
|
stability.rs
|
Use PathBuf instead of String where applicable
|
2017-12-14 11:22:08 +01:00 |
|
weak_lang_items.rs
|
Point at unknown lang item attribute
|
2018-01-23 21:36:40 -08:00 |