| Age | Commit message (Expand) | Author | Lines |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -3/+0 |
| 2017-09-05 | rustc: Move stability functionality into queries | Alex Crichton | -7/+0 |
| 2017-09-05 | rustc: Remove lang item methods from CrateStore | Alex Crichton | -3/+0 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -7/+0 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -1/+0 |
| 2017-09-04 | Auto merge of #43067 - pornel:libdeps, r=nrc | bors | -1/+6 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -11/+11 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -16/+14 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CFG. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -4/+3 |
| 2017-08-27 | Additional libc cleanup | Tatsuyuki Ishi | -1/+2 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -0/+1 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -19/+651 |
| 2017-08-24 | Auto merge of #43345 - matthewhammer:master, r=nikomatsakis | bors | -0/+646 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -4/+4 |
| 2017-08-23 | -Z profile-query-and-key, separate from -Z profile-query; query key is string... | Matthew Hammer | -25/+47 |
| 2017-08-23 | -Z profile-queries includes dep_graph.with_task uses in output | Matthew Hammer | -12/+86 |
| 2017-08-23 | -Z profile-queries: remove panic when channel is unset | Matthew Hammer | -12/+18 |
| 2017-08-23 | profiling with -Z profile-queries recognizes -Z time-passes | Matthew Hammer | -25/+128 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+441 |
| 2017-08-22 | Introduce temporary target feature crt_static_respected | Samuel Holland | -1/+1 |
| 2017-08-22 | Factor out a helper for the getting C runtime linkage | Samuel Holland | -15/+1 |
| 2017-08-22 | --print=native-static-libs | Kornel | -1/+6 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+4 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+4 |
| 2017-08-21 | Remove the `rustc_mir::transform` entry point for mir-borrowck. | Felix S. Klock II | -4/+0 |
| 2017-08-21 | Expose mir-borrowck via a query. | Felix S. Klock II | -0/+4 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -4/+4 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -4/+4 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -7/+36 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-17 | Auto merge of #43878 - kennytm:fix-43869-put-impl-trait-out-of-the-loop, r=al... | bors | -6/+35 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+9 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+13 |
| 2017-08-16 | Moved mir-borrowck pass down to where comments say it should be. | Felix S. Klock II | -1/+9 |
| 2017-08-16 | MIR based borrow check (opt-in). | Felix S. Klock II | -0/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -13/+13 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-15 | Exclude `impl Trait` functions from everybody_loops. | kennytm | -6/+35 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -130/+149 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -1/+1 |
| 2017-08-14 | Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichton | bors | -97/+114 |
| 2017-08-13 | Fix error | bjorn3 | -0/+1 |
| 2017-08-13 | Update driver.rs | bjorn3 | -1/+1 |
| 2017-08-13 | Change a #[cfg()] to a cfg!() | bjorn3 | -2/+1 |
| 2017-08-13 | Fix tidy errors | bjorn3 | -7/+15 |
| 2017-08-13 | Remove some more cfg's | bjorn3 | -89/+93 |
| 2017-08-13 | Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov | Guillaume Gomez | -1/+1 |
| 2017-08-13 | Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton | bors | -30/+32 |