| Age | Commit message (Expand) | Author | Lines |
| 2018-01-03 | Support `extern` in paths | Vadim Petrochenkov | -0/+6 |
| 2018-01-01 | Fix docs for future pulldown migration | Malo Jaffré | -2/+2 |
| 2017-12-28 | Cleanup | Matt Peterson | -1/+1 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -1/+7 |
| 2017-12-27 | Auto merge of #46479 - bkchr:termination_trait, r=arielb1 | bors | -0/+3 |
| 2017-12-27 | Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkov | bors | -1/+3 |
| 2017-12-26 | Adds termination_trait feature gate | Bastian Köcher | -0/+3 |
| 2017-12-24 | Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakis | bors | -2/+70 |
| 2017-12-21 | Add a feature gate for nested uses of `impl Trait` | Taylor Cramer | -2/+70 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -14/+11 |
| 2017-12-21 | Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakis | bors | -2/+32 |
| 2017-12-20 | Add nll feature and make nll imply nll_dump_cause | Santiago Pastorino | -0/+9 |
| 2017-12-19 | Implement non-mod.rs mod statements | Taylor Cramer | -2/+32 |
| 2017-12-17 | Use def span for non-ascii ident feature gate error | Esteban Küber | -1/+3 |
| 2017-12-14 | feature gate trait aliases | Alex Burka | -0/+8 |
| 2017-12-13 | Resolve absolute paths as extern under a feature flag | Vadim Petrochenkov | -0/+3 |
| 2017-12-07 | add closure requirement tests, improve debugging output | Niko Matsakis | -0/+6 |
| 2017-12-06 | Stabilize abi_sysv64 | CensoredUsername | -8/+4 |
| 2017-12-01 | Preventing moving out of the trait item kind | Sunjay Varma | -1/+1 |
| 2017-12-01 | Specifically gating generic_associated_types feature on associated Type decla... | Sunjay Varma | -8/+12 |
| 2017-12-01 | Fixed tidy errors | Sunjay Varma | -2/+4 |
| 2017-12-01 | Adding feature gate | Sunjay Varma | -0/+9 |
| 2017-12-01 | Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkov | bors | -0/+26 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -0/+26 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -12/+0 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -0/+3 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -0/+10 |
| 2017-11-21 | Auto merge of #45771 - petrochenkov:crate, r=nikomatsakis | bors | -1/+15 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -0/+6 |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -1/+15 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -0/+8 |
| 2017-11-17 | update links and tracking issue for doc_spotlight | QuietMisdreavus | -1/+1 |
| 2017-11-17 | add doc_highlight feature flag and tests | QuietMisdreavus | -0/+6 |
| 2017-11-15 | Add universal_impl_trait feature gate | Christopher Vittal | -4/+3 |
| 2017-11-07 | initial implementation of arbitrary_self_types | Michael Hewson | -0/+3 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -1/+0 |
| 2017-11-04 | rustc: Handle some libstd symbole exports better | Alex Crichton | -0/+6 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+9 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -1/+0 |
| 2017-11-03 | Added feature gate for RFC 2008. | David Wood | -0/+9 |
| 2017-11-03 | Add tests for `auto trait`, fix parsing bug | leonardo.yvens | -1/+1 |
| 2017-11-03 | Feature gate `auto trait` and ignore it in rustdoc | leonardo.yvens | -0/+6 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -7/+20 |
| 2017-10-24 | Auto merge of #45401 - zackmdavis:crate_shorthand_visibility_modifier, r=niko... | bors | -0/+11 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -0/+11 |
| 2017-10-17 | Removed Generics from FnKind::ItemFn in libsyntax | Sunjay Varma | -2/+2 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -0/+7 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -0/+3 |
| 2017-10-05 | Rollup merge of #45024 - QuietMisdreavus:doc-masked-issue-num, r=pnkfelix | kennytm | -1/+1 |