| Age | Commit message (Expand) | Author | Lines |
| 2018-02-11 | iterator instead loop | Артём Павлов [Artyom Pavlov] | -10/+8 |
| 2018-02-11 | added conversion from Rust feature to LLVM feature | Артём Павлов [Artyom Pavlov] | -35/+42 |
| 2018-02-10 | typo fix | Artyom Pavlov | -1/+1 |
| 2018-02-10 | Whitelist pclmul x86 feature flag | Artyom Pavlov | -1/+1 |
| 2018-02-10 | Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddyb | kennytm | -0/+8 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -3/+5 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -1/+1 |
| 2018-02-08 | Disallow function pointers to #[rustc_args_required_const] | Alex Crichton | -0/+8 |
| 2018-02-08 | Fix oversized loads on x86_64 SysV FFI calls | Björn Steinbrink | -6/+7 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -1/+1 |
| 2018-02-07 | Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton | Manish Goregaokar | -3/+15 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -3/+5 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+5 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -2/+1 |
| 2018-02-02 | Auto merge of #47102 - Diggsey:wasm-syscall, r=alexcrichton | bors | -4/+2 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -0/+5 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -2/+1 |
| 2018-01-31 | Rollup merge of #47891 - eddyb:issue-47638, r=nikomatsakis | kennytm | -1/+3 |
| 2018-01-31 | Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertj | kennytm | -0/+7 |
| 2018-01-31 | Rollup merge of #47875 - jcowgill:mips-clobber-at, r=rkruppe | kennytm | -2/+3 |
| 2018-01-30 | Export wasm source map when debug information is enabled | Yury Delendik | -3/+15 |
| 2018-01-30 | Implement extensible syscall interface for wasm | Diggory Blake | -4/+2 |
| 2018-01-31 | rustc_trans: keep LLVM types for trait objects anonymous. | Eduard-Mihai Burtescu | -1/+3 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -0/+7 |
| 2018-01-30 | rustc_trans: clobber $1 (aka $at) on mips | James Cowgill | -2/+3 |
| 2018-01-30 | Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichton | kennytm | -2/+2 |
| 2018-01-30 | Rollup merge of #47822 - gnzlbg:patch-1, r=alexcrichton | kennytm | -1/+1 |
| 2018-01-29 | Auto merge of #47837 - eddyb:going-places, r=nikomatsakis | bors | -7/+6 |
| 2018-01-28 | rustc: Split Emscripten to a separate codegen backend | Alex Crichton | -0/+7 |
| 2018-01-29 | rustc: replace "lvalue" terminology with "place" in the code. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-01-29 | rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`. | Eduard-Mihai Burtescu | -5/+4 |
| 2018-01-28 | Whitelist v7 feature for ARM and AARCH64. | gnzlbg | -2/+2 |
| 2018-01-28 | Auto merge of #47794 - etaoins:fix-ice-on-const-eval-of-union-field, r=eddyb | bors | -1/+4 |
| 2018-01-28 | Whitelist aes x86 feature flag | gnzlbg | -1/+1 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -5/+25 |
| 2018-01-27 | Fix ICE on const eval of union field | Ryan Cumming | -1/+4 |
| 2018-01-26 | Merge branch 'simd-always-mem' of https://github.com/alexcrichton/rust into r... | Alex Crichton | -0/+25 |
| 2018-01-26 | Merge branch 'llvm5-indirect-deref' of https://github.com/cuviper/rust into r... | Alex Crichton | -7/+9 |
| 2018-01-26 | Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup | Alex Crichton | -2/+2 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -2/+2 |
| 2018-01-25 | Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollup | Alex Crichton | -66/+80 |
| 2018-01-25 | Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis | Alex Crichton | -17/+19 |
| 2018-01-25 | Rollup merge of #47626 - eddyb:one-less-unwrap, r=nagisa | Alex Crichton | -26/+30 |
| 2018-01-25 | Rollup merge of #47618 - mrhota:dw_at_noreturn, r=michaelwoerister | Alex Crichton | -0/+3 |
| 2018-01-25 | rustc: SIMD types use pointers in Rust's ABI | Alex Crichton | -0/+25 |
| 2018-01-25 | Rollup merge of #47453 - pftbest:nointas, r=alexcrichton | Alex Crichton | -52/+57 |
| 2018-01-25 | Rollup merge of #47439 - eddyb:issue-45662, r=nagisa | Alex Crichton | -6/+6 |
| 2018-01-25 | Rollup merge of #47437 - eddyb:issue-38763, r=nagisa | Alex Crichton | -55/+43 |
| 2018-01-25 | Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister | Alex Crichton | -5/+3 |
| 2018-01-24 | llvm6: Don't clone LLVM modules on wasm | Alex Crichton | -2/+2 |