| Age | Commit message (Expand) | Author | Lines |
| 2018-07-16 | ExprKind | csmoe | -2/+2 |
| 2018-07-12 | Deny bare trait objects in src/librustc_save_analysis | ljedrz | -1/+2 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -1/+1 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -1/+3 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -1/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -1/+0 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -2/+3 |
| 2018-06-23 | hygiene: Merge `NameAndSpan` into `ExpnInfo` | Vadim Petrochenkov | -2/+2 |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -4/+1 |
| 2018-06-20 | Rename structures in ast | varkor | -2/+2 |
| 2018-06-20 | Refactor ast::GenericParam as a struct | varkor | -3/+3 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -2/+2 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -2/+2 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -2/+2 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -1/+1 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+1 |
| 2018-06-01 | Update recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-05-13 | restore feature for stage0 | Alex Burka | -0/+1 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -1/+0 |
| 2018-05-07 | save-analysis: emit correct docs for methods | Nick Cameron | -36/+30 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -0/+1 |
| 2018-04-16 | Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov | bors | -1/+2 |
| 2018-04-15 | Check generated save-analysis, instead of `bug!()`ing | Shotaro Yamada | -1/+2 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -4/+5 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -0/+1 |
| 2018-04-11 | Extend `ExternCrate` to cover externs inferred from `use` or paths | Shotaro Yamada | -3/+3 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -4/+4 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -6/+6 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+1 |
| 2018-03-13 | add `canonicalize` method to `InferCtxt` [VIC] | Niko Matsakis | -0/+1 |
| 2018-02-10 | Emit data::Impl in save-analysis | Martin Algesten | -5/+36 |
| 2018-02-06 | Rollup merge of #48007 - nrc:rls-field-init, r=eddyb | kennytm | -1/+1 |
| 2018-02-05 | save-analysis: avoid implicit unwrap | Nick Cameron | -1/+1 |
| 2018-01-16 | add documentation from doc(include) to analysis data | QuietMisdreavus | -0/+11 |
| 2018-01-13 | Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddyb | bors | -1/+1 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -12/+12 |
| 2018-01-08 | Use different DefIndex representation that is better suited for variable leng... | Michael Woerister | -1/+1 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -1/+1 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -12/+6 |
| 2017-12-14 | stub out trait aliases in save_analysis | Alex Burka | -0/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -2/+4 |
| 2017-11-08 | save-analysis: run rustfmt | Nick Cameron | -175/+241 |
| 2017-11-08 | save-analysis: fix bug with method ids | Nick Cameron | -1/+7 |
| 2017-11-06 | save-analysis: fix bugs in method chains | Nick Cameron | -15/+18 |
| 2017-11-04 | Auto merge of #45709 - nrc:rls-bugs-2, r=eddyb | bors | -18/+52 |
| 2017-11-02 | Auto merge of #45468 - Xanewok:crate-source, r=nrc | bors | -9/+9 |
| 2017-11-02 | save-analysis: corrects reference for tuple struct and unit struct literals | Nick Cameron | -2/+13 |