| Age | Commit message (Expand) | Author | Lines |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -2/+7 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril | Mazdak Farrokhzad | -22/+8 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -0/+7 |
| 2019-02-07 | Add const params to Def | varkor | -0/+7 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-07 | librustc_save_analysis => 2018 | Taiki Endo | -22/+8 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -3/+0 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -2/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -2/+0 |
| 2019-01-13 | Rollup merge of #57474 - emilio:save-analysis-path, r=nrc | Mazdak Farrokhzad | -3/+5 |
| 2019-01-09 | save-analysis: Get path def from parent in case there's no def for the path i... | Emilio Cobos Álvarez | -3/+5 |
| 2019-01-08 | save-analysis: use a fallback when access levels couldn't be computed | Igor Matuszewski | -0/+11 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -13/+13 |
| 2018-11-19 | save-analysis: fallback to using path id | Nick Cameron | -4/+17 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -1/+5 |
| 2018-10-26 | save-analysis: handle missing field names | Nick Cameron | -6/+7 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -0/+4 |
| 2018-10-26 | dump data for prefix path segments | Nick Cameron | -25/+13 |
| 2018-10-26 | save-analysis: remove hacky, unnecessary code now that we have spans for ever... | Nick Cameron | -72/+44 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-28 | Minimize final diff | Igor Matuszewski | -5/+3 |
| 2018-09-28 | Remap only source files in the command line | Igor Matuszewski | -14/+9 |
| 2018-09-28 | Emit only necessary compilation options in save-analysis | Igor Matuszewski | -12/+26 |
| 2018-09-28 | Emit used rustc invocation in the save-analysis file | Igor Matuszewski | -4/+23 |
| 2018-09-13 | introduce SelfCtor | F001 | -0/+1 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-03 | A few cleanups and minor improvements to save_analysis | ljedrz | -3/+3 |
| 2018-08-30 | Rollup merge of #53732 - emilio:foreign-fn, r=nrc | Pietro Albini | -2/+2 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -15/+15 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -15/+15 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | save-analysis: Differentiate foreign functions and statics. | Emilio Cobos Álvarez | -2/+2 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -5/+5 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-10 | Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis | kennytm | -0/+1 |
| 2018-08-09 | Rollup merge of #53110 - Xanewok:save-analysis-remap-path, r=nrc | kennytm | -1/+1 |
| 2018-08-09 | [nll] librustc_save_analysis: enable feature(nll) for bootstrap | memoryruins | -0/+1 |