| Age | Commit message (Expand) | Author | Lines |
| 2020-01-11 | Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -111/+1 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -0/+4 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -13/+11 |
| 2020-01-09 | add CStore::item_generics_num_lifetimes | Mazdak Farrokhzad | -6/+5 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Link sanitizer runtimes instead of injecting crate dependencies | Tomasz Miąsko | -104/+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-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -17/+15 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -24/+26 |
| 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 | -6/+4 |
| 2020-01-02 | Normalize `syntax::edition` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -7/+7 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -5/+5 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -19/+19 |
| 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 | -4/+4 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -3/+3 |
| 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 | -1159/+1213 |
| 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 | -5/+5 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -5/+5 |
| 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 | -7/+7 |
| 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 |
| 2019-12-11 | Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov | Mazdak Farrokhzad | -9/+11 |
| 2019-12-09 | Add options to --extern flag. | Eric Huss | -9/+11 |
| 2019-12-08 | Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -5/+5 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+3 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -5/+5 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -1/+11 |
| 2019-12-03 | Update measureme crate to 0.5.0. | Michael Woerister | -1/+1 |
| 2019-12-03 | Explain why "loading" constness from extern crates does not necessarily load ... | Oliver Scherer | -1/+5 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -1/+7 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -1/+4 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -2/+2 |