| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -2/+0 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -2/+0 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -2/+4 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -3/+1 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -1/+2 |
| 2020-01-26 | rustdoc: Fix re-exporting primitive types | Oliver Middleton | -4/+33 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -4/+4 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -4/+4 |
| 2020-01-15 | formatting | Guillaume Gomez | -5/+3 |
| 2020-01-15 | Fix deref impl on type alias | Guillaume Gomez | -0/+18 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -1/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -7/+7 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-30 | Retire HirVec. | Camille GILLOT | -1/+1 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -1/+10 |
| 2019-12-22 | Format the world | Mark Rousskov | -140/+117 |
| 2019-12-22 | Implement PrintWithSpace trait on hir::Mutability | Guillaume Gomez | -1/+1 |
| 2019-12-21 | Remove clean::Mutability enum | Guillaume Gomez | -2/+2 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -1/+1 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -1/+1 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -2/+2 |
| 2019-10-18 | Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis | Tyler Mandry | -7/+7 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -7/+7 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -3/+3 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -5/+1 |
| 2019-09-19 | append asyncness info to functions | csmoe | -2/+6 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -2/+2 |
| 2019-08-29 | Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov | bors | -8/+10 |
| 2019-08-24 | Improve Rustdoc's handling of procedural macros | Aaron Hill | -8/+10 |
| 2019-08-19 | Support `impl Trait` in inlined documentation | Shotaro Yamada | -3/+6 |
| 2019-08-11 | Use a HashSet instead of Vec | Mark Rousskov | -5/+3 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -4/+2 |
| 2019-08-11 | Remove crate_name from DocContext | Mark Rousskov | -4/+1 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -3/+3 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -15/+43 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -9/+3 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -2/+2 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -1/+2 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -26/+25 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -15/+15 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 2019-03-31 | Fix invalid bounds string generation in rustdoc | Guillaume Gomez | -5/+5 |
| 2019-03-26 | Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavus | Guillaume Gomez | -3/+8 |