| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-08 | Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakis | Mark Rousskov | -0/+53 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -2/+17 |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -4/+4 |
| 2018-06-08 | Add a sanity test for nesting other items inside the existential type | Oliver Schneider | -0/+22 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -2/+34 |
| 2018-06-07 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -6/+23 |
| 2018-06-06 | Auto merge of #51263 - cramertj:futures-in-core, r=aturon | bors | -0/+95 |
| 2018-06-06 | Add Future and task system to the standard library | Taylor Cramer | -0/+95 |
| 2018-06-06 | Increase number of usages of `u8` in weird expressions u8 test | Konrad Borowski | -16/+19 |
| 2018-06-05 | Rollup merge of #51358 - barzamin:tests-39963, r=oli-obk | Mark Simulacrum | -0/+29 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+22 |
| 2018-06-04 | tests that #39963 is fixed on MIR borrowck | Erin Moon | -0/+29 |
| 2018-06-04 | test: Ignore some problematic tests on sparc and sparc64 | John Paul Adrian Glaubitz | -0/+4 |
| 2018-06-04 | Auto merge of #51328 - oli-obk:no_union_promotion, r=eddyb | bors | -48/+11 |
| 2018-06-03 | Deduplicate and fix a test | Oliver Schneider | -48/+11 |
| 2018-06-03 | Ignore i128 test on asmjs | Linus Färnstrand | -4/+9 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -3/+0 |
| 2018-06-03 | Pass literal through black_box | Linus Färnstrand | -4/+8 |
| 2018-06-02 | Add test for const endianess conversion | Linus Färnstrand | -0/+23 |
| 2018-06-01 | Dedup auto traits in trait objects | Havvy | -0/+53 |
| 2018-06-01 | Auto merge of #51181 - mbrubeck:prelude, r=petrochenkov | bors | -0/+49 |
| 2018-05-31 | Add test for intrinsics::bswap | Linus Färnstrand | -0/+23 |
| 2018-05-31 | Add std/core to prelude if extern_prelude enabled | Matt Brubeck | -0/+49 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -0/+17 |
| 2018-05-30 | Prohibit duplicate `macro_export`s | Vadim Petrochenkov | -2/+17 |
| 2018-05-30 | Auto merge of #50880 - glandium:oom, r=SimonSapin | bors | -7/+7 |