| Age | Commit message (Expand) | Author | Lines |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-03-02 | Auto merge of #69432 - petrochenkov:alldeps, r=eddyb | bors | -9/+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 | -9/+9 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -22/+22 |
| 2020-02-24 | rustc_metadata: Use binary search from standard library | Vadim Petrochenkov | -13/+5 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -9/+1 |
| 2020-02-22 | get rid of lazy | mark | -3/+3 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -21/+21 |
| 2020-02-15 | Record proc macro harness order for use during metadata deserialization | Aaron Hill | -12/+1 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -2/+2 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -1/+1 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -7/+7 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -2/+2 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -0/+4 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -7/+0 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+4 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -4/+4 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -7/+0 |
| 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-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -15/+16 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -34/+30 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -2/+1 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -4/+4 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -13/+13 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -1/+1 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Remove HirVec from Generics. | Camille GILLOT | -1/+1 |
| 2019-12-27 | Fallout in other crates. | Camille GILLOT | -3/+3 |
| 2019-12-26 | Fallout in other crates. | Camille GILLOT | -2/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -597/+551 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::StructField. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::ForeignItem. | Camille GILLOT | -3/+3 |
| 2019-12-21 | Handle Attributes in arena. | Camille GILLOT | -4/+4 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -4/+4 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -1/+1 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -8/+6 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+19 |