| Age | Commit message (Expand) | Author | Lines |
| 2017-09-18 | incr.comp.: Move result fingerprinting to DepGraph::with_task(). | Michael Woerister | -1/+44 |
| 2017-09-18 | Auto merge of #44441 - tamird:cargo-bitflags, r=alexcrichton | bors | -15/+14 |
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -15/+14 |
| 2017-09-17 | rustc: Move codegen to a query | Alex Crichton | -413/+353 |
| 2017-09-17 | rustc: Attach an mpsc channel to TyCtxt | Alex Crichton | -17/+24 |
| 2017-09-17 | rustc: Remove another global map from trans | Alex Crichton | -29/+72 |
| 2017-09-17 | rustc: Move a comment to the right spot in trans | Alex Crichton | -24/+23 |
| 2017-09-17 | rustc: Mostly remove `ExportedSymbols` | Alex Crichton | -240/+214 |
| 2017-09-17 | rustc: Move some attr methods to queries | Alex Crichton | -9/+53 |
| 2017-09-17 | rustc: Make trans collect/partition a query | Alex Crichton | -248/+267 |
| 2017-09-17 | rustc: Calculate `ExportedSymbols` in a query | Alex Crichton | -209/+160 |
| 2017-09-17 | rustc: Use reachablility through a query | Alex Crichton | -5/+3 |
| 2017-09-17 | rustc: Refactor trans paritioning to use tcx | Alex Crichton | -13/+9 |
| 2017-09-17 | rustc_trans: Refactor collection to use tcx | Alex Crichton | -155/+166 |
| 2017-09-17 | Rollup merge of #44553 - qmx:refactor-remove-overzealous-box-szero-optimizati... | Tim Neumann | -40/+2 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -19/+19 |
| 2017-09-16 | Rollup merge of #44542 - alexcrichton:fix-windows-emscripten, r=nikomatsakis | Alex Crichton | -2/+20 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -1/+4 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+4 |
| 2017-09-15 | Skip passing /natvis to lld-link until supported. | MaulingMonkey | -0/+12 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -19/+19 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -2/+9 |
| 2017-09-13 | remove overzealous Box<ZeroSizeType> optimization | Douglas Campos | -40/+2 |
| 2017-09-13 | rustc: Spawn `cmd /c emcc.bat` explicitly | Alex Crichton | -2/+20 |
| 2017-09-12 | rustc: Make `CrateStore` private to `TyCtxt` | Alex Crichton | -5/+2 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -4/+8 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -161/+152 |
| 2017-09-11 | Auto merge of #44440 - cuviper:min_global_align, r=japaric | bors | -2/+22 |
| 2017-09-11 | rustc: use ConstVal::Unevaluated instead of mir::Literal::Item. | Eduard-Mihai Burtescu | -21/+17 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -8/+18 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -133/+117 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -3/+4 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -6/+5 |
| 2017-09-09 | Fix bitrotted generator panic emission | John Kåre Alsaker | -8/+8 |
| 2017-09-08 | Add `TargetOptions::min_global_align`, with s390x at 16-bit | Josh Stone | -2/+22 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -93/+184 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -2/+2 |
| 2017-09-07 | Add some more with_ignore to get tests passing | Alex Crichton | -11/+20 |
| 2017-09-05 | rustc: Attempt to handle super long linker invocations | Alex Crichton | -6/+222 |
| 2017-09-05 | rustc: Store InternedString in `DefPathData` | Alex Crichton | -7/+7 |
| 2017-09-05 | rustc: Remove `CrateStore::used_crate*` | Alex Crichton | -23/+30 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -15/+15 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -4/+8 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -8/+15 |
| 2017-09-05 | rustc: Move {plugin,derive}_registrar_fn to queries | Alex Crichton | -2/+2 |
| 2017-09-05 | rustc: Migrate `CStore::native_libraries` to a query | Alex Crichton | -7/+17 |
| 2017-09-05 | rustc: Migrate `CStore::expored_symbols` to a query | Alex Crichton | -2/+0 |
| 2017-09-05 | rustc: Move a few more cstore methods to queries | Alex Crichton | -18/+74 |
| 2017-09-05 | Auto merge of #44308 - eddyb:local-index, r=arielb1 | bors | -49/+50 |