| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-01 | Auto merge of #69612 - Dylan-DPC:rollup-f180gcc, r=Dylan-DPC | bors | -1/+1 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -15/+15 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -1/+1 |
| 2020-02-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -2/+2 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+1 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -2/+2 |
| 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 |