| Age | Commit message (Expand) | Author | Lines |
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -11/+0 |
| 2018-07-06 | Rollup merge of #52058 - davidtwco:issue-51345, r=nikomatsakis | Mark Rousskov | -0/+17 |
| 2018-07-07 | Add a test for Weak::new() not crashing for uninhabited types | Simon Sapin | -0/+15 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+31 |
| 2018-07-06 | Auto merge of #51894 - mikhail-m1:8636, r=nikomatsakis | bors | -0/+33 |
| 2018-07-05 | fix for issue #8636 | Mikhail Modin | -0/+33 |
| 2018-07-05 | Add a punch card to weird expressions test | Konrad Borowski | -0/+13 |
| 2018-07-04 | Correctly handle an activation from dead code. | David Wood | -0/+17 |
| 2018-07-04 | Tests for tool_lints | flip1995 | -0/+31 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -4/+6 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -4/+4 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -0/+125 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -0/+19 |
| 2018-07-01 | Add two regression tests for const eval | Wesley Wiser | -0/+19 |
| 2018-06-30 | Added tests fo referring to statics by value in other statics. | Alexander Regueiro | -0/+16 |
| 2018-06-30 | Fixed bug with miri const evaluation where allocation is recursively borrowed. | Alexander Regueiro | -0/+32 |
| 2018-06-30 | Added miri error for evaluating foreign statics. | Alexander Regueiro | -2/+58 |
| 2018-06-30 | Loosened rules involving statics mentioning other statics. | Alexander Regueiro | -0/+21 |
| 2018-06-30 | Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton | bors | -0/+15 |
| 2018-06-30 | Do not allow LLVM to increase a TLS's alignment on macOS. | kennytm | -0/+15 |
| 2018-06-29 | Add run-pass test | Gabriel Majeri | -0/+18 |
| 2018-06-28 | Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakis | kennytm | -9/+10 |
| 2018-06-26 | add edition compiletest header + fix tests | mark | -9/+10 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -73/+73 |
| 2018-06-26 | Auto merge of #51805 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2018-06-26 | Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakis | Pietro Albini | -1/+1 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+21 |
| 2018-06-26 | Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ... | bors | -37/+0 |
| 2018-06-25 | `Self` in where clauses may not be object safe | leonardo.yvens | -37/+0 |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -1/+1 |
| 2018-06-23 | Fix an ICE when matching over const slices | varkor | -0/+23 |
| 2018-06-21 | Async methods | Taylor Cramer | -2/+8 |
| 2018-06-21 | Parse `unsafe async fn` instead of `async unsafe fn` | Taylor Cramer | -0/+13 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -0/+133 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -2/+2 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -7/+11 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -2/+88 |
| 2018-06-16 | rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums. | Eduard-Mihai Burtescu | -0/+27 |
| 2018-06-15 | fix `allow(irrefutable_let_patterns)` | Niko Matsakis | -2/+1 |
| 2018-06-13 | Tidy | Oliver Schneider | -1/+1 |
| 2018-06-13 | Various cleanups | Oliver Schneider | -0/+32 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -5/+2 |
| 2018-06-11 | Remove some unneeded casts | Simon Sapin | -2/+2 |
| 2018-06-11 | Replace `impl GlobalAlloc for Global` with a set of free functions | Mike Hommey | -3/+3 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -8/+8 |
| 2018-06-10 | Enable fall through past $:lifetime matcher | David Tolnay | -0/+43 |
| 2018-06-10 | Auto merge of #51196 - Havvy:remove-keywords, r=petrochenkov | bors | -0/+22 |
| 2018-06-10 | Auto merge of #51320 - tmccombs:step-by, r=SimonSapin | bors | -3/+0 |
| 2018-06-09 | Test keyword unreservations | Havvy | -0/+22 |
| 2018-06-09 | Auto merge of #51400 - xfix:patch-6, r=kennytm | bors | -16/+19 |