| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -4/+10 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -6/+5 |
| 2019-12-02 | Fix typo caused by rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -1/+1 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -17/+19 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -17/+19 |
| 2019-11-28 | rustc: Move some queries to `rustc_metadata` | Vadim Petrochenkov | -23/+21 |
| 2019-11-28 | rustc_metadata: Avoid some side effects during speculative crate resolution | Vadim Petrochenkov | -28/+5 |
| 2019-11-28 | rustc_metadata: Pass SVH by value | Vadim Petrochenkov | -11/+10 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -19/+21 |
| 2019-11-28 | rustc_metadata: Privatize some fields and methods of `CStore` | Vadim Petrochenkov | -7/+15 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -114/+98 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::root` | Vadim Petrochenkov | -16/+32 |
| 2019-11-28 | rustc_metadata: Privatize all fields of `CrateRoot` | Vadim Petrochenkov | -57/+105 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::dep_kind` | Vadim Petrochenkov | -6/+12 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::source` | Vadim Petrochenkov | -6/+10 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::extern_crate` | Vadim Petrochenkov | -31/+16 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::dependencies` | Vadim Petrochenkov | -5/+13 |
| 2019-11-28 | rustc_metadata: Cleanup generation of crate dependency lists | Vadim Petrochenkov | -33/+28 |