| Age | Commit message (Expand) | Author | Lines |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+21 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -7/+0 |
| 2018-07-18 | Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+21 |
| 2018-07-18 | Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddyb | bors | -8/+0 |
| 2018-07-17 | rustc: Enable `use_extern_macros` in 2018 edition | Alex Crichton | -1/+1 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -8/+0 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -26/+11 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -6/+8 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+6 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -0/+8 |
| 2018-07-06 | Auto merge of #52018 - flip1995:rfc2103, r=oli-obk | bors | -0/+2 |
| 2018-07-05 | rustc: Update tracking issue for wasm_import_module | Alex Crichton | -1/+1 |
| 2018-07-04 | Implementation of tool lints | flip1995 | -0/+2 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -1/+1 |
| 2018-06-28 | Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-m | kennytm | -4/+4 |
| 2018-06-27 | Generate `DefId`s for the impl trait of `async` functions | Oliver Schneider | -1/+1 |
| 2018-06-26 | lower case some feature gate messages | mark | -4/+4 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -1/+2 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+3 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -3/+9 |
| 2018-06-21 | Parse async fn header. | Without Boats | -18/+23 |
| 2018-06-20 | Remove methods from ast::GenericParam and ast::Generics | varkor | -2/+2 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -1/+1 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -1/+1 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -8/+2 |
| 2018-06-11 | Stabilize the #[global_allocator] attribute | Simon Sapin | -7/+3 |
| 2018-06-08 | Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis | Mark Rousskov | -3/+2 |
| 2018-06-08 | rename `irrefutable_let_pattern` to `irrefutable_let_patterns` | Niko Matsakis | -1/+1 |
| 2018-06-08 | Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance... | kennytm | -1/+1 |
| 2018-06-05 | flag changed to none | dylan_DPC | -1/+1 |
| 2018-06-05 | Implementation of RFC 2086 - Allow Irrefutable Let patterns | Sebastian Malton | -0/+3 |
| 2018-06-04 | Put doc keyword behind feature flag | Guillaume Gomez | -0/+8 |
| 2018-06-04 | Merge branch 'master' into stabilise/termination-test | Dylan DPC | -0/+8 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -0/+9 |
| 2018-06-02 | fixed feature gate to right place | dylan_DPC | -2/+2 |
| 2018-06-02 | Stabilize unit tests with non-`()` return type | dylan_DPC | -3/+3 |
| 2018-06-02 | Deny #[cfg] and #[cfg_attr] on generic parameters. | kennytm | -1/+1 |
| 2018-05-27 | Ensure every unstable feature has a tracking issue. | kennytm | -22/+24 |
| 2018-05-27 | Auto merge of #51066 - est31:master, r=sfackler | bors | -1/+1 |
| 2018-05-26 | Point to the current box syntax tracking issue | est31 | -1/+1 |
| 2018-05-26 | Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkov | bors | -0/+3 |
| 2018-05-25 | Implement outlives requirements inference for dyn and projections. | toidiu | -0/+6 |
| 2018-05-24 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+3 |
| 2018-05-22 | Allow let bindings in const fn and constants | Oliver Schneider | -0/+3 |
| 2018-05-21 | Remove rustc_serialize_exclude_null | Manish Goregaokar | -5/+0 |
| 2018-05-20 | Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkov | bors | -0/+1 |
| 2018-05-18 | rustc: Disallow modules and macros in expansions | Alex Crichton | -0/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 |
| 2018-05-16 | Add feature gate label_break_value | est31 | -0/+9 |