| Age | Commit message (Expand) | Author | Lines |
| 2018-01-24 | llvm6: CodeModel::{JIT,}Default no longer exists | Alex Crichton | -15/+17 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -0/+1 |
| 2018-01-23 | rustc: Add `-C lto=val` option | Alex Crichton | -66/+80 |
| 2018-01-23 | Let LLVM 5 add DW_OP_deref to indirect args itself | Josh Stone | -7/+9 |
| 2018-01-23 | Rollup merge of #47610 - cuviper:captured-dwarf, r=eddyb | kennytm | -1/+1 |
| 2018-01-23 | Rollup merge of #47541 - psumbera:master, r=eddyb | kennytm | -1/+6 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+1 |
| 2018-01-21 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -32/+78 |
| 2018-01-21 | rustc_trans: remove an unwrap by replacing a bool with Result. | Eduard-Mihai Burtescu | -26/+30 |
| 2018-01-20 | Teach rustc about DW_AT_noreturn and a few more DIFlags | A.J. Gardner | -0/+3 |
| 2018-01-19 | Update DW_OP_plus to DW_OP_plus_uconst | Josh Stone | -1/+1 |
| 2018-01-19 | Hopefully fix the 32bit SEGV | bjorn3 | -1/+1 |
| 2018-01-19 | Fix review comments | bjorn3 | -2/+5 |
| 2018-01-19 | Hot plug rustc_trans | bjorn3 | -0/+3 |
| 2018-01-19 | Hide even more of rustc_trans | bjorn3 | -31/+31 |
| 2018-01-19 | Hide more stuff from rustc_trans | bjorn3 | -21/+21 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -801/+107 |
| 2018-01-19 | Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakis | bors | -6/+3 |
| 2018-01-19 | Auto merge of #47401 - rkruppe:issue-47278, r=eddyb | bors | -3/+3 |
| 2018-01-19 | Update comments about the partitioning inefficiency | varkor | -3/+1 |
| 2018-01-19 | Refactor CodegenUnit size estimates | varkor | -2/+2 |
| 2018-01-18 | Removed uneeded argument to make_indirect. | Petr Sumbera | -1/+1 |
| 2018-01-18 | Removed uneeded change. | Petr Sumbera | -1/+1 |
| 2018-01-18 | Fixes sparc64 cabi fixes. | Petr Sumbera | -2/+7 |
| 2018-01-18 | Rollup merge of #47514 - gnzlbg:whitelist_x86_fxsr, r=rkruppe | kennytm | -1/+2 |
| 2018-01-18 | Rollup merge of #47505 - alexcrichton:fix-bat-spawn-regression, r=estebank | kennytm | -6/+7 |
| 2018-01-18 | Rollup merge of #47302 - andjo403:commentfix, r=michaelwoerister | kennytm | -9/+4 |
| 2018-01-17 | whitelist x86 fxsr feature | gnzlbg | -1/+2 |
| 2018-01-16 | rustc: Spawn `cmd /c` for `.bat` scripts | Alex Crichton | -6/+7 |
| 2018-01-16 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -6/+3 |
| 2018-01-16 | rustc_trans: take into account primitives larger than 8 bytes. | Eduard-Mihai Burtescu | -55/+43 |
| 2018-01-16 | rustc_trans: ignore trailing padding larger than 8 bytes. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-01-16 | Compute LLVM argument indices correctly in face of padding | Robin Kruppe | -3/+3 |
| 2018-01-15 | Fix no_integrated_as option to work with new codegen architecture. | Vadzim Dambrouski | -52/+58 |
| 2018-01-14 | rustc_trans: rename mircx: MirContext to fx: FunctionCx. | Eduard-Mihai Burtescu | -58/+58 |
| 2018-01-14 | rustc_trans: rename bcx to bx. | Eduard-Mihai Burtescu | -906/+906 |
| 2018-01-14 | rustc_trans: rename ccx to cx. | Eduard-Mihai Burtescu | -1193/+1193 |
| 2018-01-14 | rustc_trans: rename CrateContext to CodegenCx. | Eduard-Mihai Burtescu | -273/+273 |
| 2018-01-14 | rustc_trans: access fields directly on CrateContext. | Eduard-Mihai Burtescu | -393/+298 |
| 2018-01-14 | rustc_trans: remove unused `TargetDataRef` accessor. | Eduard-Mihai Burtescu | -4/+0 |
| 2018-01-14 | rustc_trans: collapse {Local,Shared}CrateContext. | Eduard-Mihai Burtescu | -243/+113 |
| 2018-01-13 | rustc: Tweak `#[target_feature]` syntax | Alex Crichton | -27/+127 |
| 2018-01-13 | Rollup merge of #47328 - mbrubeck:fs_read, r=sfackler | kennytm | -12/+8 |
| 2018-01-11 | Auto merge of #47087 - Zoxc:incr_no_in_ignore, r=michaelwoerister | bors | -13/+14 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -12/+8 |
| 2018-01-09 | fix faulty comment | andjo403 | -9/+4 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -13/+14 |
| 2018-01-09 | Auto merge of #47269 - michaelwoerister:mangled-cgu-names, r=alexcrichton | bors | -3/+7 |
| 2018-01-09 | Rollup merge of #47258 - rkruppe:struct-assert, r=eddyb | kennytm | -2/+2 |
| 2018-01-09 | Rollup merge of #47233 - dotdash:cleanup_llvm, r=alexcrichton | kennytm | -5/+1 |