| Age | Commit message (Expand) | Author | Lines |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -10/+14 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -2/+2 |
| 2019-03-15 | rustc: replace node_path_str with uses of def_path_str. | Eduard-Mihai Burtescu | -14/+29 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -18/+33 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-02-28 | Auto merge of #57760 - dlrobertson:varargs1, r=alexreg | bors | -0/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -0/+1 |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -2/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -1/+2 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -1/+1 |
| 2019-02-14 | Reduce the size of `hir::Expr`. | Nicholas Nethercote | -2/+7 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -5/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-10 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -4/+4 |
| 2019-02-09 | Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril | Mazdak Farrokhzad | -82/+79 |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -5/+31 |
| 2019-02-07 | Fix const generic parameter save analysis | varkor | -6/+12 |
| 2019-02-07 | Support const generics in save analysis | varkor | -3/+11 |
| 2019-02-07 | Add const params to Def | varkor | -0/+7 |
| 2019-02-07 | Add pretty-printing for const generics | varkor | -0/+5 |
| 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 | -82/+79 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -9/+3 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -3/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -3/+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 | -3/+14 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -3/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -50/+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 | -23/+23 |
| 2018-11-19 | save-analysis: fallback to using path id | Nick Cameron | -4/+17 |
| 2018-11-16 | Auto merge of #55936 - nrc:save-rename, r=eddyb | bors | -10/+8 |
| 2018-11-14 | save-analysis: be even more aggressive about ignorning macro-generated defs | Nick Cameron | -10/+8 |
| 2018-11-11 | save-analysis: Don't panic for macro-generated use globs | Igor Matuszewski | -15/+19 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-10-31 | save analysis: don't dump macro refs | Nick Cameron | -13/+15 |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -2/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -5/+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 | -4/+7 |
| 2018-10-26 | dump data for prefix path segments | Nick Cameron | -131/+22 |