| Age | Commit message (Expand) | Author | Lines |
| 2017-11-19 | rustc_trans: use more of the trans::mir and ty::layout APIs throughout. | Eduard-Mihai Burtescu | -860/+646 |
| 2017-11-19 | rustc_trans: do not introspect LLVM aggregate field types. | Eduard-Mihai Burtescu | -48/+14 |
| 2017-11-19 | rustc_trans: remove obsolete Type methods. | Eduard-Mihai Burtescu | -17/+4 |
| 2017-11-19 | rustc_trans: use a predictable layout for constant ADTs. | Eduard-Mihai Burtescu | -93/+64 |
| 2017-11-19 | rustc_trans: avoid working with sizes/offsets and alignments as integers. | Eduard-Mihai Burtescu | -901/+776 |
| 2017-11-18 | Auto merge of #46009 - kennytm:fix-38878-again, r=alexcrichton | bors | -3/+3 |
| 2017-11-18 | remove the `generator_sigs` map, query, and plumbing | Niko Matsakis | -1/+1 |
| 2017-11-18 | stop using the `closure_kinds` query / table for anything | Niko Matsakis | -1/+1 |
| 2017-11-18 | Auto merge of #45899 - eddyb:meta-race, r=alexcrichton | bors | -18/+35 |
| 2017-11-17 | rustc_trans: move const & lvalue access helpers from adt. | Eduard-Mihai Burtescu | -329/+251 |
| 2017-11-17 | Auto merge of #45996 - eddyb:even-mirer-1, r=arielb1 | bors | -1/+10 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -1/+10 |
| 2017-11-16 | Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoerister | bors | -1/+95 |
| 2017-11-16 | Auto merge of #45528 - alexcrichton:avx512, r=arielb1 | bors | -3/+8 |
| 2017-11-16 | Auto merge of #45920 - sunfishcode:trap-on-unreachable, r=Zoxc | bors | -0/+2 |
| 2017-11-16 | In additional to segfault, retry the linker on bus error as well. | kennytm | -3/+3 |
| 2017-11-15 | Emit debug info for trait object pointer | Tom Tromey | -1/+95 |
| 2017-11-15 | Auto merge of #45944 - eddyb:provide, r=nikomatsakis | bors | -22/+7 |
| 2017-11-13 | Rollup merge of #45828 - pornel:printoption, r=nrc | kennytm | -21/+0 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -22/+7 |
| 2017-11-12 | Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichton | bors | -1/+1 |
| 2017-11-11 | Control LLVM's TrapUnreachable feature through rustc's TargetOptions. | Dan Gohman | -0/+2 |
| 2017-11-10 | Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichton | bors | -1/+2 |
| 2017-11-10 | rustc: Add some more compatibility with AVX-512 | Alex Crichton | -3/+8 |
| 2017-11-10 | Make saturating u128 -> f32 casts the default behavior | Robin Kruppe | -1/+1 |
| 2017-11-10 | Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichton | kennytm | -5/+6 |
| 2017-11-10 | rustc_trans: atomically write .rmeta outputs to avoid races. | Eduard-Mihai Burtescu | -18/+35 |
| 2017-11-09 | Auto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichton | bors | -1/+3 |
| 2017-11-08 | Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis | bors | -14/+13 |
| 2017-11-08 | incr.comp.: Remove unused DepKind::WorkProduct. | Michael Woerister | -13/+1 |
| 2017-11-07 | Clean up | Robin Kruppe | -32/+26 |
| 2017-11-07 | Implement more efficient saturation | Robin Kruppe | -71/+63 |
| 2017-11-07 | Make trans const eval error on overflow and NaN, matching HIR const eval. | Robin Kruppe | -25/+40 |
| 2017-11-07 | Extract (f32::MAX + 0.5 ULP) constant | Robin Kruppe | -6/+7 |
| 2017-11-07 | Saturating casts between integers and floats (both directions). | Robin Kruppe | -13/+228 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -11/+39 |
| 2017-11-07 | incr.comp.: Sort exported symbols list in order to achieve stable incr. comp.... | Michael Woerister | -1/+12 |
| 2017-11-07 | Remove deprecated message | Kornel | -21/+0 |
| 2017-11-06 | Move tls-model to a -Z option since it is unstable | Amanieu d'Antras | -1/+1 |
| 2017-11-06 | [intrinsics] add missing div and rem vector intrinsics | gnzlbg | -1/+2 |
| 2017-11-06 | If the linker segfaulted, don't emit it as a warning. | kennytm | -5/+6 |
| 2017-11-05 | [xsave] whitelist xsave target features | gnzlbg | -1/+3 |
| 2017-11-05 | Auto merge of #45748 - petrochenkov:short, r=alexcrichton | bors | -1/+1 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -1/+10 |
| 2017-11-04 | Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 | bors | -2/+4 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+1 |
| 2017-11-03 | Cache the TLS model in the crate context | Amanieu d'Antras | -5/+12 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -5/+30 |
| 2017-11-03 | Fix error message for invalid code/reloc models | Amanieu d'Antras | -6/+2 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -3/+3 |