| Age | Commit message (Expand) | Author | Lines |
| 2017-09-26 | Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom... | bors | -2/+4 |
| 2017-09-25 | Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 | bors | -113/+65 |
| 2017-09-25 | fix tidy errors | Douglas Campos | -2/+4 |
| 2017-09-25 | expose ParamEnv as a param | Douglas Campos | -2/+2 |
| 2017-09-23 | incr.comp.: Serialize and deserialize new DepGraph | Michael Woerister | -2/+1 |
| 2017-09-23 | Fix some tests with no llvm build | bjorn3 | -15/+1 |
| 2017-09-23 | Fix for upstream changes | bjorn3 | -9/+13 |
| 2017-09-23 | Merge rustc_trans_trait into rustc_trans_utils | bjorn3 | -3/+1 |
| 2017-09-23 | Add TransCrate trait | bjorn3 | -0/+56 |
| 2017-09-23 | Fix rustc_trans_utils::find_exported_symbols | bjorn3 | -53/+1 |
| 2017-09-23 | Allow building stage 2 compiler libraries | bjorn3 | -40/+5 |
| 2017-09-23 | Allow writing metadata without llvm | bjorn3 | -9/+4 |
| 2017-09-22 | Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma... | bors | -14/+13 |
| 2017-09-20 | Auto merge of #44707 - GuillaumeGomez:rollup, r=arielb1 | bors | -0/+12 |
| 2017-09-20 | incr.comp.: Remove IncrementalHashesMap and calculate_svh module. | Michael Woerister | -14/+13 |
| 2017-09-19 | Rollup merge of #44626 - MaulingMonkey:lld-link-natvis-regression-fix, r=mich... | Guillaume Gomez | -0/+12 |
| 2017-09-19 | rework the README.md for rustc and add other readmes | Niko Matsakis | -1/+7 |
| 2017-09-18 | Rollup merge of #44364 - michaelwoerister:hash-all-the-things2, r=nikomatsakis | Alex Crichton | -30/+56 |
| 2017-09-18 | incr.comp.: Fix ICE caused by trying to hash INVALID_CRATE_NUM. | Michael Woerister | -18/+15 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -21/+7 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 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 |