| Age | Commit message (Expand) | Author | Lines |
| 2017-12-26 | Implements RFC 1937: `?` in `main` | Bastian Köcher | -0/+45 |
| 2017-12-26 | Add tests to fixed ICEs | Seiichi Uchida | -0/+113 |
| 2017-12-25 | Auto merge of #46973 - arielb1:tuple-casting, r=estebank | bors | -0/+17 |
| 2017-12-24 | Auto merge of #46859 - gereeter:uninhabited-unions, r=eddyb | bors | -0/+39 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -1/+1 |
| 2017-12-24 | Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1 | bors | -0/+43 |
| 2017-12-24 | Fix tests | est31 | -5/+5 |
| 2017-12-23 | Give MIR borrowck a better understanding of inline asm | Matthew Jasper | -0/+43 |
| 2017-12-23 | Update check::cast::pointer_kind logic to new rustc | Ariel Ben-Yehuda | -0/+17 |
| 2017-12-22 | Auto merge of #46752 - Yoric:nll, r=arielb1 | bors | -0/+34 |
| 2017-12-22 | Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1 | kennytm | -2/+11 |
| 2017-12-21 | Issue #46589 - Kill borrows on a local variable whenever we assign over this ... | David Teller | -0/+34 |
| 2017-12-21 | Add a feature gate for nested uses of `impl Trait` | Taylor Cramer | -1/+1 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -3/+2 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -0/+173 |
| 2017-12-21 | Mir: Abort on nounwind ABIs | David Henningsson | -0/+43 |
| 2017-12-20 | add some run-pass tests for NLL showing that things work as expected | Niko Matsakis | -0/+108 |
| 2017-12-20 | feature nll implies borrowck=mir | Santiago Pastorino | -1/+0 |
| 2017-12-20 | feature nll implies two-phase-borrows | Santiago Pastorino | -1/+3 |
| 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-20 | rustc: do not raise the alignment of optimized enums to the niche's alignment. | Eduard-Mihai Burtescu | -2/+11 |
| 2017-12-19 | Ignore pretty printing tests for non_modrs_mods | Taylor Cramer | -0/+2 |
| 2017-12-19 | Only mark unions as uninhabited if all of their fields are uninhabited. Fixes... | Jonathan S | -0/+39 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -0/+171 |
| 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 | Refactor argument-position impl Trait | Taylor Cramer | -3/+2 |
| 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 | Add example of making an unhygienic macro hygienic by wrapping it in a declar... | Jeffrey Seyfried | -0/+91 |
| 2017-12-13 | Improve interaction between macros 2.0 and `macro_rules!`. | Jeffrey Seyfried | -0/+69 |
| 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 |