| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+36 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -2/+1 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -4/+0 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+36 |
| 2019-11-24 | rustc_plugin: Remove support for syntactic plugins | Vadim Petrochenkov | -129/+1 |
| 2019-11-21 | Add entry for `const_if_match` in unstable book | Dylan MacKenzie | -0/+14 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -2/+2 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -23/+0 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -2/+2 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -154/+0 |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -1/+2 |
| 2019-11-03 | Allow foreign exceptions to unwind through Rust code | Amanieu d'Antras | -2/+1 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -23/+0 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -76/+0 |
| 2019-10-12 | Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser | bors | -0/+80 |
| 2019-10-09 | Move unstable book entry into compiler flags directory | Igor Aleksanov | -0/+0 |
| 2019-10-09 | Add an entry to the unstable book | Igor Aleksanov | -0/+80 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+5 |
| 2019-09-11 | Stabilize `param_attrs` in Rust 1.39.0 | Caio | -27/+0 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -3/+3 |
| 2019-08-20 | Deprecate using rustc_plugin without the rustc_driver dylib. | Simon Sapin | -5/+5 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -0/+36 |
| 2019-08-06 | redox: convert to target_family unix | Jeremy Soller | -5/+0 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -8/+0 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -0/+0 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -0/+0 |
| 2019-07-28 | Update unstable book wrt. subslice patterns. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -0/+11 |
| 2019-07-14 | Add newline | Caio | -1/+1 |
| 2019-07-14 | Chapter for param_attrs | Caio | -0/+27 |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -1/+2 |
| 2019-07-09 | Rollup merge of #60458 - KodrAus:debug_map_entry, r=alexcrichton | Mazdak Farrokhzad | -0/+9 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -0/+9 |
| 2019-07-07 | syntax: Add feature gate. | David Wood | -0/+11 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -2/+2 |
| 2019-07-02 | Update src/doc/unstable-book/src/language-features/member-constraints.md | Niko Matsakis | -1/+1 |
| 2019-07-02 | feature-gate member constraints outside of async-await | Niko Matsakis | -0/+29 |
| 2019-07-01 | Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche... | bors | -36/+0 |
| 2019-06-30 | Switch tracking issue for 'slice_patterns'. | Mazdak Farrokhzad | -2/+2 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -35/+1 |
| 2019-06-22 | Remove FnBox. | Mazdak Farrokhzad | -35/+1 |
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -0/+37 |
| 2019-06-19 | Closures implement Copy and Clone, generators don't | Jake Goulding | -1/+1 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -1/+1 |
| 2019-06-15 | type_alias_enum_variants: Remove from unstable book. | Mazdak Farrokhzad | -36/+0 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -0/+176 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -42/+0 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -3/+3 |
| 2019-05-31 | Rollup merge of #61372 - mati865:books, r=Centril,GuillaumeGomez | Pietro Albini | -16/+16 |