| Age | Commit message (Expand) | Author | Lines |
| 2017-11-03 | Use a `Set<T>` instead of a `Map<T, bool>` | Oliver Schneider | -0/+2 |
| 2017-10-27 | fix rebase | Paul Liétar | -0/+1 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+1 |
| 2017-10-08 | Introduce `Print` trait for displaying types | Wonwoo Choi | -797/+968 |
| 2017-10-08 | Name higher-ranked lifetimes properly while displaying | Wonwoo Choi | -20/+70 |
| 2017-09-26 | Auto merge of #44735 - tirr-c:issue-42143, r=arielb1 | bors | -0/+6 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -7/+8 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -7/+8 |
| 2017-09-23 | Print fn signature when there is closure argument type mismatch | Wonwoo Choi | -0/+6 |
| 2017-09-23 | Compress "small" spans to 32 bits and intern "large" spans | Vadim Petrochenkov | -2/+3 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -0/+11 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -1/+14 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -7/+3 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -2/+2 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -13/+13 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -10/+9 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+77 |
| 2017-08-23 | -Z profile-queries includes dep_graph.with_task uses in output | Matthew Hammer | -1/+6 |
| 2017-08-23 | -Z profile-queries: remove panic when channel is unset | Matthew Hammer | -1/+6 |
| 2017-08-23 | profiling with -Z profile-queries recognizes -Z time-passes | Matthew Hammer | -1/+11 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+57 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+6 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -2/+5 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -2/+2 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -0/+3 |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -1/+1 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -5/+27 |
| 2017-07-31 | async-llvm(25): Restore -Ztime-passes output for trans and LLVM. | Michael Woerister | -5/+27 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -1/+42 |
| 2017-07-12 | integrate anon dep nodes into trait selection | Niko Matsakis | -4/+2 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -3/+8 |
| 2017-06-27 | rustc: move the PolyFnSig out of TyFnDef. | Eduard-Mihai Burtescu | -2/+8 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -1/+28 |
| 2017-06-12 | `-Z identify_regions` toggles rendering of (previously hidden) unnamed regions. | Felix S. Klock II | -0/+23 |
| 2017-06-12 | Add `-Z span_free_rvalues`. | Felix S. Klock II | -1/+5 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -2/+4 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -6/+0 |
| 2017-06-01 | rustc: remove unnecessary ItemSubsts wrapper. | Eduard-Mihai Burtescu | -6/+0 |
| 2017-05-31 | Upgrade ProjectionTy's Name to a DefId | Tobias Schottdorf | -4/+7 |
| 2017-05-22 | centralize the caching for is-copy, is-sized, and is-freeze | Niko Matsakis | -7/+1 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -0/+1 |
| 2017-05-16 | put option_try macro def under #[cfg(unix)] | est31 | -0/+1 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -5/+1 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -3/+1 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -8/+8 |
| 2017-04-24 | rustc: rename some of the queries to match tcx methods. | Eduard-Mihai Burtescu | -5/+5 |
| 2017-04-11 | add Subtype predicate | Niko Matsakis | -0/+14 |
| 2017-03-17 | Fix race condition in fs::create_dir_all | David Roundy | -20/+0 |