| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -5/+5 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -4/+4 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -2/+2 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -8/+8 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -2/+20 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-02-22 | address some review comments/bugs | mark | -0/+2 |
| 2020-02-22 | article and descr for closures | Mark Mansi | -4/+5 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -9/+13 |
| 2020-02-22 | some fixes | Mark Mansi | -7/+4 |
| 2020-02-22 | Generalized article_and_description | Mark Mansi | -1/+15 |
| 2020-02-19 | Use a constructor function per dep node instead of an enum and a single function | John Kåre Alsaker | -2/+2 |
| 2020-02-19 | Split query execution into hot and cold paths | John Kåre Alsaker | -0/+1 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -2/+2 |
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -1/+4 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -0/+1 |
| 2020-02-12 | Use a counter instead of pointers to the stack | John Kåre Alsaker | -1/+1 |
| 2020-02-12 | Construct query job latches on-demand | John Kåre Alsaker | -2/+2 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -4/+0 |
| 2020-02-11 | Run RustFmt | jumbatm | -2/+2 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -17/+7 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -2/+7 |
| 2020-02-06 | apply various formatting nits | Niko Matsakis | -2/+2 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -2/+7 |
| 2020-02-06 | Comment tweaks | John Kåre Alsaker | -0/+1 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -6/+1 |
| 2020-02-01 | 1. move node_id to syntax | Mazdak Farrokhzad | -14/+13 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 |
| 2020-01-17 | Rollup merge of #67791 - Zoxc:lift-interning, r=eddyb | Dylan DPC | -33/+26 |
| 2020-01-15 | wrap expr id into GeneratorInteriorTypeCause | csmoe | -3/+4 |
| 2020-01-15 | update async-await send/sync test | csmoe | -7/+2 |
| 2020-01-14 | record generoator interior exprs in typecktable | csmoe | -0/+5 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -46/+24 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -1/+1 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -16/+4 |
| 2020-01-11 | Lift using interners instead of in_arena | John Kåre Alsaker | -17/+22 |
| 2020-01-11 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+3 |
| 2020-01-11 | inline maybe_lint_level_root | Mazdak Farrokhzad | -8/+6 |
| 2020-01-11 | move LintSource to levels | Mazdak Farrokhzad | -3/+3 |
| 2020-01-11 | GlobalCtxt: Erase `LintStore` type. | Mazdak Farrokhzad | -3/+7 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -26/+0 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -15/+16 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -1/+1 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -2/+2 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -1/+1 |