| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -3/+0 |
| 2020-03-07 | Remove `NO_DEBUG` const | Yuki Okushi | -3/+0 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -8/+6 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -3/+3 |
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ... | Christoph Schmidler | -7/+7 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -1/+2 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -4/+1 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -4/+4 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -4/+1 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -2/+2 |
| 2020-02-16 | Handle recursion_limit parsing errors | Fisher Darling | -6/+40 |
| 2020-02-11 | Review comments. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -33/+24 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -3/+3 |
| 2020-02-11 | Move weak_lang_items checking to librustc_passes. | Camille GILLOT | -0/+32 |
| 2020-02-11 | Move weak_lang_items.rs to librustc_passes. | Camille GILLOT | -130/+0 |
| 2020-02-11 | Move weak lang items to librustc_lang_items. | Camille GILLOT | -68/+31 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -168/+1 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -269/+57 |
| 2020-02-11 | Move hir::check_attr::Target to librustc_lang_items. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -7/+12 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -58/+2 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -58/+2 |
| 2020-02-06 | Add CodegenFnAttrFlags::NO_SANITIZE_ANY | Tomasz Miąsko | -0/+2 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+6 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -7/+8 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -3/+3 |
| 2020-01-24 | Normalise notes with the/is | varkor | -3/+3 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -23/+7 |
| 2020-01-23 | Always just use symbol name for sorting exported symbols. | Michael Woerister | -38/+0 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -3/+4 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -3/+18 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -4/+0 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -3/+3 |
| 2020-01-11 | move in_derive_expansion as Span method | Mazdak Farrokhzad | -3/+2 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | buffered lint infra -> rustc_session | Mazdak Farrokhzad | -2/+2 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -4/+3 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -3/+2 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -2/+1 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -1/+4 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -5/+11 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::middle::stability. | Camille GILLOT | -25/+23 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -1/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -22/+21 |