| Age | Commit message (Expand) | Author | Lines |
| 2017-10-08 | Auto merge of #45012 - Gankro:noalias, r=arielb1 | bors | -1/+12 |
| 2017-10-07 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -81/+129 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -132/+634 |
| 2017-10-06 | incr.comp.: Bring back output of -Zincremental-info. | Michael Woerister | -7/+3 |
| 2017-10-05 | Auto merge of #45019 - aidanhs:aphs-no-trans-worker-panic, r=alexcrichton | bors | -13/+6 |
| 2017-10-04 | rustc: Don't create empty codegen units | Alex Crichton | -12/+0 |
| 2017-10-05 | rustc_trans: do not set NoCapture for anonymous lifetime &T arguments. | Eduard-Mihai Burtescu | -10/+1 |
| 2017-10-04 | Make -Cpanic=abort imply -Zmutable-noalias | Alexis Beingessner | -1/+3 |
| 2017-10-04 | Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis | bors | -182/+120 |
| 2017-10-04 | Don't unwrap work item results as the panic trace is useless | Aidan Hobson Sayers | -13/+6 |
| 2017-10-03 | Add -Zmutable-noalias flag | Alexis Beingessner | -1/+10 |
| 2017-10-03 | Auto merge of #44896 - qmx:move-resolve-to-librustc, r=arielb1 | bors | -125/+45 |
| 2017-10-03 | incr.comp.: Fix some merge fallout. | Michael Woerister | -2/+0 |
| 2017-10-02 | incr.comp.: Do some cleanup. | Michael Woerister | -2/+0 |
| 2017-10-02 | incr.comp.: Use red/green tracking for CGU re-use. | Michael Woerister | -180/+109 |
| 2017-10-02 | incr.comp.: Re-execute queries during red/green marking in order to find out ... | Michael Woerister | -0/+13 |
| 2017-10-01 | stray comma | Douglas Campos | -1/+1 |
| 2017-10-01 | Auto merge of #44906 - dkl:main-signature, r=nagisa | bors | -6/+23 |
| 2017-09-30 | weird formatting | Douglas Campos | -2/+2 |
| 2017-09-30 | rustc: Specify c_int width for each target | Daniel Klauer | -1/+6 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -412/+719 |
| 2017-09-29 | fix formatting | Douglas Campos | -4/+9 |
| 2017-09-29 | style fixes as requested by @eddyb | Douglas Campos | -9/+9 |
| 2017-09-29 | stop using monomorphize::resolve() | Douglas Campos | -125/+40 |
| 2017-09-29 | Auto merge of #44853 - alexcrichton:debug-codegen-units, r=michaelwoerister | bors | -6/+11 |
| 2017-09-28 | rustc: Fix main() entry point signature on 64bit | Daniel Klauer | -6/+14 |
| 2017-09-28 | rustc: Add Type::c_int() | Daniel Klauer | -0/+4 |
| 2017-09-28 | Update to the `cc` crate | Alex Crichton | -3/+3 |
| 2017-09-26 | Auto merge of #44741 - qmx:trans_fulfill_obligation_should_not_crash, r=nikom... | bors | -2/+4 |
| 2017-09-26 | rustc: Default 32 codegen units at O0 | Alex Crichton | -6/+11 |
| 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 |