| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-10-04 | add the issue number to doc_masked's feature gate | QuietMisdreavus | -1/+1 |
| 2017-09-30 | code suggestion for deprecated-attribute lint | Zack M. Davis | -1/+2 |
| 2017-09-29 | Auto merge of #44866 - mdevlamynck:impl-trait, r=eddyb | bors | -0/+6 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -2/+9 |
| 2017-09-26 | impl Trait in argument position desugaring: | Matthias Devlamynck | -0/+6 |
| 2017-09-22 | add comparison operators to must-use lint (under `fn_must_use` feature) | Zack M. Davis | -1/+1 |
| 2017-09-22 | dotdoteq_in_patterns feature gate | Badel2 | -1/+8 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -1/+1 |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -0/+11 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -4/+27 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+6 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -0/+6 |
| 2017-09-13 | Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakis | bors | -3/+2 |
| 2017-09-10 | Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakis | Guillaume Gomez | -0/+3 |
| 2017-09-09 | Stabilize drop_types_in_const. | Eduard-Mihai Burtescu | -3/+2 |