| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | connect NLL type checker to the impl trait code | Niko Matsakis | -0/+3 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -2/+2 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -0/+107 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+16 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -2/+2 |
| 2017-12-18 | rustc: ensure optimized enums have a properly aligned size. | Eduard-Mihai Burtescu | -3/+10 |
| 2017-12-18 | Fix the wrong subtraction in align_offset intrinsic. | kennytm | -0/+16 |
| 2017-12-17 | better variable names in tests | Michael Hewson | -16/+16 |
| 2017-12-17 | Add tests with *const Rc<Self> and similar self types | Michael Hewson | -4/+28 |
| 2017-12-17 | implement raw-pointer `self`. Works for traits, including trait objects, but ... | Michael Hewson | -0/+83 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -0/+48 |
| 2017-12-14 | Review feedback: Added test with control flow merge of two borrows "before ac... | Felix S. Klock II | -0/+27 |
| 2017-12-14 | Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1 | bors | -0/+38 |
| 2017-12-13 | the minimal test for two-phase borrows: the core example from niko's blog pos... | Felix S. Klock II | -0/+21 |
| 2017-12-13 | normalize fn sig as part of reification | Niko Matsakis | -0/+38 |
| 2017-12-13 | Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrc | bors | -0/+59 |
| 2017-12-13 | Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakis | bors | -1/+25 |
| 2017-12-13 | Auto merge of #46613 - petrochenkov:absext, r=nikomatsakis | bors | -0/+51 |
| 2017-12-12 | Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk | bors | -0/+32 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+51 |
| 2017-12-12 | Implement impl Trait lifetime elision | Taylor Cramer | -1/+25 |
| 2017-12-09 | Auto merge of #46573 - jseyfried:add_decl_macro_test, r=nrc | bors | -0/+25 |
| 2017-12-08 | Auto merge of #46556 - michaelwoerister:enable-query-caching, r=nmatsakis | bors | -336/+1 |
| 2017-12-08 | Remove some svh-tests from run-pass. | Michael Woerister | -336/+1 |
| 2017-12-08 | Auto merge of #46549 - alexcrichton:thinlto-weak, r=michaelwoerister | bors | -0/+37 |
| 2017-12-08 | deny instead of warn | Agustin Chiappe Berrini | -1/+1 |
| 2017-12-07 | Add test for #44128. | Jeffrey Seyfried | -0/+25 |
| 2017-12-07 | Ignore `unsopported constant expr` error | Agustin Chiappe Berrini | -0/+32 |
| 2017-12-07 | rustc: Further tweak linkage in ThinLTO | Alex Crichton | -0/+37 |
| 2017-12-07 | Auto merge of #46528 - CensoredUsername:stabilize_abi_sysv64, r=arielb1 | bors | -2/+0 |
| 2017-12-07 | rustc_mir: promote references of statics from other statics. | Eduard-Mihai Burtescu | -0/+2 |
| 2017-12-06 | Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakis | bors | -0/+1 |
| 2017-12-06 | Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakis | bors | -0/+36 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -0/+59 |
| 2017-12-06 | Stabilize abi_sysv64 | CensoredUsername | -2/+0 |
| 2017-12-06 | work around weird match arm lifetimes | Ariel Ben-Yehuda | -0/+1 |
| 2017-12-05 | rustc_trans: don't write discriminants for uninhabited variants | Simon Sapin | -0/+37 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -2/+0 |
| 2017-12-05 | convert the new conflicts to a soft error | Ariel Ben-Yehuda | -0/+38 |
| 2017-12-05 | rustc_mir: don't move temporaries that are still used later. | Eduard-Mihai Burtescu | -0/+4 |
| 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 |