| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-07-31 | async-llvm(25): Restore -Ztime-passes output for trans and LLVM. | Michael Woerister | -5/+27 |
| 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 |
| 2017-03-13 | some style fixes | Tshepang Lekhonkhobe | -4/+5 |
| 2017-02-25 | rustc_typeck: move the leaves (generics, trait_def, adt_def) to on-demand. | Eduard-Mihai Burtescu | -10/+1 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -27/+10 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -1/+1 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -3/+6 |
| 2017-02-05 | Auto merge of #38897 - nikomatsakis:issue-32330-followup, r=arielb1 | bors | -7/+6 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -7/+6 |
| 2017-02-05 | Rollup merge of #39439 - king6cong:move, r=alexcrichton | Corey Farwell | -5/+32 |
| 2017-02-04 | run rustfmt for librustc/util/fs.rs | king6cong | -10/+12 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -2/+2 |
| 2017-02-03 | add and use rename_or_copy_remove fn that fallback to copy & remove | king6cong | -0/+25 |
| 2017-02-02 | Rollup merge of #39373 - Mark-Simulacrum:remove-toprimitive, r=aturon | Guillaume Gomez | -98/+0 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -2/+1 |
| 2017-01-28 | Remove ToPrimitive trait. | Mark Simulacrum | -98/+0 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -10/+0 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -4/+4 |
| 2016-12-27 | propagate TIME_DEPTH to the helper threads for -Z time-passes | Niko Matsakis | -3/+17 |
| 2016-12-05 | Refactor FnSig to contain a Slice for its inputs and outputs. | Mark-Simulacrum | -2/+2 |
| 2016-12-05 | Refactor ty::FnSig to privatize all fields | Mark-Simulacrum | -2/+2 |