.. |
borrowck.rs
|
Remove rustc_mir dependency from rustc_borrowck
|
2019-07-11 18:54:02 +01:00 |
cstore.rs
|
Remove needless lifetimes
|
2019-07-03 10:01:02 +02:00 |
dead.rs
|
dead_code: Properly inspect fields in struct patterns with type relative paths
|
2019-08-02 21:56:34 +00:00 |
dependency_format.rs
|
Remove needless lifetimes
|
2019-07-03 10:01:02 +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
|
Remove ExprKind::While from HIR.
|
2019-07-06 06:43:58 +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
|
Remove support for -Zlower-128bit-ops
|
2019-07-19 14:21:06 +02:00 |
lib_features.rs
|
Collect library features from non-exported macros
|
2019-07-07 13:04:07 +03:00 |
liveness.rs
|
Cleanup liveness comment.
|
2019-07-06 06:43:58 +02:00 |
mem_categorization.rs
|
normalize use of backticks for compiler messages in remaining modules
|
2019-07-23 23:09:59 +02:00 |
privacy.rs
|
middle: replace NodeId with HirId in AccessLevels
|
2019-03-13 16:33:10 +01:00 |
reachable.rs
|
rename hir::map::local_def_id_from_hir_id to local_def_id
|
2019-07-04 12:53:12 +02:00 |
recursion_limit.rs
|
Raise the default recursion limit to 128
|
2019-07-07 00:12:35 +03:00 |
region.rs
|
Remove ExprKind::While from HIR.
|
2019-07-06 06:43:58 +02:00 |
resolve_lifetime.rs
|
Disallow duplicate lifetime parameters with legacy hygiene
|
2019-07-28 13:33:51 +01:00 |
stability.rs
|
Support deprecation checking for macros
|
2019-07-07 13:04:07 +03:00 |
weak_lang_items.rs
|
Fix meta-variable binding errors in macros
|
2019-06-23 01:30:41 +02:00 |