| Age | Commit message (Expand) | Author | Lines |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -8/+2 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -4/+4 |
| 2020-02-20 | Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov | bors | -2/+2 |
| 2020-02-20 | Fix broken link to the rustc guide | LeSeulArtichaut | -1/+1 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -2/+2 |
| 2020-02-18 | Propagate `rustc_const_unstable` to children | Dylan MacKenzie | -11/+54 |
| 2020-02-18 | Use early return when forbidding unstable attrs | Dylan MacKenzie | -117/+129 |
| 2020-02-16 | Other crates. | Camille GILLOT | -1/+1 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -0/+1 |
| 2020-02-12 | Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc | Yuki Okushi | -1/+281 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -6/+5 |
| 2020-02-11 | Move weak_lang_items checking to librustc_passes. | Camille GILLOT | -33/+8 |
| 2020-02-11 | Move weak_lang_items.rs to librustc_passes. | Camille GILLOT | -0/+130 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -0/+175 |
| 2020-02-11 | Move hir::check_attr::Target to librustc_lang_items. | Camille GILLOT | -1/+2 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -3/+21 |
| 2020-02-11 | Run RustFmt | jumbatm | -15/+10 |
| 2020-02-11 | Run RustFmt | jumbatm | -60/+51 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -66/+69 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -2/+2 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -3/+21 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -2/+2 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -6/+6 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -0/+1 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -3/+4 |
| 2020-02-06 | Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov | Dylan DPC | -13/+12 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -3/+4 |
| 2020-02-05 | Rollup merge of #68790 - nnethercote:improve-merge_from_succ, r=nikomatsakis | Dylan DPC | -3/+11 |
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -13/+12 |
| 2020-02-04 | Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton | Dylan DPC | -1/+0 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-04 | remove redundant imports (clippy::single_component_path_imports) | Matthias Krüger | -1/+0 |
| 2020-02-03 | Pull out a special case in `merge_from_succ`. | Nicholas Nethercote | -0/+6 |
| 2020-02-03 | Fix up `merge_from_succ`. | Nicholas Nethercote | -3/+5 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-29 | Make Target::from_impl_item a free function. | Camille GILLOT | -22/+16 |
| 2020-01-29 | Move upvars query to librustc_passes. | Camille GILLOT | -3/+5 |
| 2020-01-29 | Move upvars.rs to librustc_passes. | Camille GILLOT | -0/+110 |
| 2020-01-29 | Move check_mod_attr query in librustc_passes. | Camille GILLOT | -118/+10 |
| 2020-01-29 | Move check_attr.rs to librustc_passes. | Camille GILLOT | -0/+587 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -2/+2 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -14/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -14/+1 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -14/+14 |