| Age | Commit message (Expand) | Author | Lines |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -1/+4 |
| 2018-09-23 | Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb | bors | -1/+1 |
| 2018-09-23 | Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton | bors | -26/+24 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -6/+54 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -1/+1 |
| 2018-09-22 | move our check to reuse a previous computation | Jorge Aparicio | -20/+21 |
| 2018-09-22 | improve panic message | Jorge Aparicio | -8/+6 |
| 2018-09-22 | use is_uninhabited in more places | Jorge Aparicio | -6/+6 |
| 2018-09-22 | adapt to change in Session API | Jorge Aparicio | -1/+1 |
| 2018-09-22 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+49 |
| 2018-09-20 | Rollup merge of #54258 - alexcrichton:lld-fatal-warnings, r=eddyb | kennytm | -0/+4 |
| 2018-09-20 | Rollup merge of #54233 - irinagpopa:llvm-3.9, r=tromey | kennytm | -16/+4 |
| 2018-09-20 | rename evaluator -> interpreter to make eddyb happy | Ralf Jung | -1/+1 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -26/+24 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -1/+1 |
| 2018-09-18 | Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs. | Nicholas Nethercote | -10/+10 |
| 2018-09-15 | Enable fatal warnings for the wasm32 linker | Alex Crichton | -0/+4 |
| 2018-09-14 | Remove LLVM 3.9 workaround. | Unknown | -16/+4 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -4/+4 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -8/+4 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -6/+19 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-12 | Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb | kennytm | -5/+18 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -3/+3 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -3/+3 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -1/+1 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -1/+1 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -3/+3 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -12/+19 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -3/+1 |
| 2018-09-06 | rustc_codegen_llvm: don't assume offsets are always aligned. | Eduard-Mihai Burtescu | -12/+19 |
| 2018-09-05 | Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=ale... | bors | -4/+4 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-09-05 | Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb | bors | -4/+14 |
| 2018-09-05 | ThinLTO: Don't keep files open after mmaping them (because it's not needed). | Michael Woerister | -4/+4 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -8/+4 |
| 2018-09-03 | Auto merge of #53926 - japaric:arm-features, r=alexcrichton | bors | -0/+4 |
| 2018-09-03 | whitelist some ARM features | Jorge Aparicio | -0/+4 |
| 2018-09-03 | incr.ThinLTO: Do some cleanup and add some logging. | Michael Woerister | -62/+57 |
| 2018-08-31 | rustc: Prepare the `atomics` feature for wasm | Alex Crichton | -4/+14 |
| 2018-08-31 | Always add all modules to the global ThinLTO module analysis when compiling i... | Michael Woerister | -359/+159 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -256/+608 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -13/+22 |
| 2018-08-31 | Persist ThinLTO import data in incr. comp. session directory. | Michael Woerister | -4/+137 |
| 2018-08-31 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -0/+9 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -4/+4 |
| 2018-08-29 | Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1 | bors | -3/+25 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -4/+4 |