| Age | Commit message (Expand) | Author | Lines |
| 2018-10-03 | Record whether a Call in MIR corresponds to a call in HIR | Matthew Jasper | -1/+7 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -0/+1 |
| 2018-10-02 | wasm: Explicitly export all symbols with LLD | Alex Crichton | -1/+6 |
| 2018-10-01 | Auto merge of #54693 - RalfJung:ctfe-scalar-pair-undef, r=oli-obk | bors | -11/+7 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -6/+54 |
| 2018-10-01 | Auto merge of #54675 - alexcrichton:defaultlibs, r=varkor | bors | -6/+10 |
| 2018-09-30 | adapt to change in Session API | Jorge Aparicio | -1/+1 |
| 2018-09-30 | move our check to reuse a previous computation | Jorge Aparicio | -20/+21 |
| 2018-09-30 | improve panic message | Jorge Aparicio | -8/+6 |
| 2018-09-30 | use is_uninhabited in more places | Jorge Aparicio | -6/+6 |
| 2018-09-30 | panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+49 |
| 2018-09-30 | do not normalize non-scalar constants to a ConstValue::ScalarPair | Ralf Jung | -11/+7 |
| 2018-09-30 | Auto merge of #54639 - nagisa:lets-alias-for-now, r=eddyb | bors | -7/+12 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-29 | rust: Add a `-C default-linker-libraries` option | Alex Crichton | -6/+10 |
| 2018-09-29 | Do not put noalias annotations by default | Simonas Kazlauskas | -7/+12 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -54/+6 |
| 2018-09-28 | Auto merge of #54356 - Xanewok:save-analysis-invocation, r=nrc | bors | -10/+2 |
| 2018-09-28 | Auto merge of #54568 - levex:issue-54130, r=nagisa | bors | -6/+49 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-28 | Auto merge of #54547 - AstralSorcerer:issue-54028, r=eddyb | bors | -4/+1 |
| 2018-09-28 | Move `filename_for_metadata` to codegen_utils | Igor Matuszewski | -10/+2 |
| 2018-09-26 | add -Z emit-stack-sizes | Jorge Aparicio | -1/+4 |
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -1/+1 |
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -1/+1 |
| 2018-09-26 | fixup! codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -2/+3 |
| 2018-09-25 | codegen_llvm: check inline assembly constraints with LLVM | Levente Kurusa | -6/+48 |
| 2018-09-24 | Rely only on base alignment and offset for computing field alignment | Colin Pronovost | -4/+1 |
| 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 |