| Age | Commit message (Expand) | Author | Lines |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -13/+10 |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -145/+137 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -13/+13 |
| 2019-12-27 | Syntax for hir::Ty. | Camille GILLOT | -2/+2 |
| 2019-12-26 | Syntax for hir::Expr. | Camille GILLOT | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -190/+110 |
| 2019-12-21 | Use Arena inside hir::Body. | Camille GILLOT | -2/+2 |
| 2019-12-21 | Use Arena inside hir::Mod. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::ImplItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::TraitItem. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Item. | Camille GILLOT | -1/+1 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -2/+2 |
| 2019-12-18 | Remove some unnecessary `ATTR_*` constants. | Nicholas Nethercote | -15/+7 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -2/+1 |
| 2019-11-23 | Derive HashStable for TokenKind. | Camille GILLOT | -66/+1 |
| 2019-11-23 | Implement HashStable for Span in libsyntax_pos. | Camille GILLOT | -83/+10 |
| 2019-11-23 | Move CachingSourceMapView to libsyntax_pos. | Camille GILLOT | -105/+1 |
| 2019-11-23 | Rename StableHashingContextLike to HashStableContext. | Camille GILLOT | -3/+3 |
| 2019-11-22 | Retire impl_stable_hash_for. | Camille GILLOT | -1/+6 |
| 2019-11-22 | Retire impl_stable_hash_for_spanned. | Camille GILLOT | -14/+0 |
| 2019-11-22 | Derives for ast. | Camille GILLOT | -21/+0 |
| 2019-11-22 | Invert implementations for TokenKind. | Camille GILLOT | -49/+9 |
| 2019-11-22 | Export HashStable for DelimSpan, Lit and Path. | Camille GILLOT | -23/+0 |
| 2019-11-22 | Derive HashStable_Generic for Ident. | Camille GILLOT | -5/+0 |
| 2019-11-22 | Derive HashStable_Generic for ExpnData. | Camille GILLOT | -11/+0 |
| 2019-11-22 | Invert flow in impl HashStable of Span. | Camille GILLOT | -11/+10 |
| 2019-11-22 | Add StableHashingContextLike to HashStable_Generic derive. | Camille GILLOT | -0/+4 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -227/+1 |
| 2019-11-19 | Derive HashStable more. | Camille GILLOT | -7/+0 |
| 2019-11-17 | Derive HashStable for PanicStrategy. | Camille GILLOT | -8/+0 |
| 2019-11-17 | HashStable in libsyntax. | Camille GILLOT | -10/+0 |
| 2019-11-17 | HashStable_Generic for librustc_target. | Camille GILLOT | -23/+0 |
| 2019-11-17 | HashStable_Generic for libsyntax_pos. | Camille GILLOT | -48/+0 |
| 2019-11-17 | HashStable literals in libsyntax. | Camille GILLOT | -19/+0 |
| 2019-11-17 | Further HashStable_Generic derives. | Camille GILLOT | -47/+0 |
| 2019-11-17 | Move impl HashStable for Symbol in libsyntax_pos. | Camille GILLOT | -20/+1 |
| 2019-11-17 | Move impl HashStable for SymbolStr in libsyntax_pos. | Camille GILLOT | -19/+0 |
| 2019-11-17 | Use proc_macro for HashStable derive in libsyntax. | Camille GILLOT | -33/+0 |
| 2019-11-10 | Merge hir::ImplPolarity into ast::ImplPolarity. | Camille GILLOT | -0/+1 |
| 2019-11-10 | Merge hir::IsAuto into ast::IsAuto. | Camille GILLOT | -0/+1 |
| 2019-11-10 | Merge hir::CaptureClause into ast::CaptureBy. | Camille GILLOT | -0/+1 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -0/+1 |
| 2019-11-08 | Rollup merge of #66190 - eddyb:primflt, r=Centril | Yuki Okushi | -1/+0 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -3/+7 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -14/+11 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -7/+7 |