| Age | Commit message (Expand) | Author | Lines |
| 2017-12-03 | Auto merge of #46334 - mikhail-m1:slice_pattern_array_drop, r=arielb1 | bors | -1/+37 |
| 2017-12-03 | Auto merge of #46320 - arielb1:always-resume, r=nikomatsakis | bors | -0/+2 |
| 2017-12-03 | don't track borrows for empty regions | Ariel Ben-Yehuda | -0/+1 |
| 2017-12-03 | initialize the destination in unit statements | Ariel Ben-Yehuda | -0/+1 |
| 2017-12-02 | Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -4/+4 |
| 2017-12-02 | create a drop ladder for an array if any value is moved out | Mikhail Modin | -1/+37 |
| 2017-12-02 | Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1 | kennytm | -1/+0 |
| 2017-12-02 | Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis | kennytm | -1/+1 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -0/+2 |
| 2017-11-30 | Added test for spurious cannot borrow immutable item error with a closure | David Wood | -0/+2 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -1/+1 |
| 2017-11-30 | Rename long test names to be a bit shorter | Alex Crichton | -3/+3 |
| 2017-11-30 | wasm: Update LLVM to fix a test | Alex Crichton | -1/+0 |
| 2017-11-30 | make coercions to `!` in unreachable code a hard error | Ariel Ben-Yehuda | -1/+1 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -0/+35 |
| 2017-11-30 | Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis | bors | -0/+32 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -34/+2 |
| 2017-11-28 | ci: Start running wasm32 tests on Travis | Alex Crichton | -0/+2 |
| 2017-11-28 | Auto merge of #46123 - Gankro:c-repr, r=eddyb | bors | -3/+403 |
| 2017-11-28 | Fix and improve test for enum repr sizes | Alexis Beingessner | -3/+49 |
| 2017-11-27 | Auto merge of #44884 - arielb1:pack-safe, r=nikomatsakis,eddyb | bors | -3/+136 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -34/+2 |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -4/+3 |
| 2017-11-26 | limit packed copy-out to non-generic Copy structs | Ariel Ben-Yehuda | -1/+1 |
| 2017-11-26 | fix #[derive] implementation for repr(packed) structs | Ariel Ben-Yehuda | -0/+45 |
| 2017-11-26 | make accessing packed fields a future-compat warning | Ariel Ben-Yehuda | -0/+42 |
| 2017-11-26 | fix codegen of drops of fields of packed structs | Ariel Ben-Yehuda | -0/+42 |
| 2017-11-26 | make accesses to fields of packed structs unsafe | Ariel Ben-Yehuda | -3/+7 |
| 2017-11-25 | avoid type-live-for-region obligations on dummy nodes | Ariel Ben-Yehuda | -0/+32 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -0/+41 |
| 2017-11-22 | add some tests for the interaction with existential impl trait | Niko Matsakis | -1/+21 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -0/+84 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -34/+0 |
| 2017-11-21 | Auto merge of #45771 - petrochenkov:crate, r=nikomatsakis | bors | -0/+36 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -0/+97 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -0/+36 |
| 2017-11-20 | Add tests for repr(C)-non-clike-enum layout | Alexis Beingessner | -0/+354 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -128/+175 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -128/+175 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -14/+41 |
| 2017-11-19 | rustc: represent the discriminant as a field for Layout::{Raw,StructWrapped}N... | Eduard-Mihai Burtescu | -0/+25 |
| 2017-11-19 | rustc: do not inject discriminant fields into Layout::General's variants. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-11-19 | rustc_trans: remove the in_memory_type_of distinction. | Eduard-Mihai Burtescu | -14/+0 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -0/+13 |
| 2017-11-18 | Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis | bors | -0/+54 |
| 2017-11-18 | move the signature into the closure type | Niko Matsakis | -34/+0 |
| 2017-11-17 | Add run-pass test for assignment to static mut | Keith Yeung | -0/+23 |
| 2017-11-17 | Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1 | bors | -0/+24 |
| 2017-11-17 | Allow assignment to static muts | Keith Yeung | -0/+31 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -0/+97 |