| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -1/+68 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -1/+68 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -5/+3 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -4/+1 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -4/+2 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+15 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -27/+0 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+15 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -16/+0 |
| 2019-11-21 | Stabilize cfg rustdoc | Guillaume Gomez | -16/+0 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -68/+1 |
| 2019-11-15 | Rollup merge of #66435 - JohnTitor:fix-spelling, r=Centril | Tyler Mandry | -1/+1 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -1/+1 |
| 2019-11-14 | TAIT: adjust tests | Mazdak Farrokhzad | -11/+174 |
| 2019-11-13 | Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus | Yuki Okushi | -4/+4 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -2/+2 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -19/+17 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+30 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -24/+0 |
| 2019-11-08 | Rollup merge of #66007 - estebank:remove-here, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -163/+157 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -163/+157 |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -1/+1 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -4/+4 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -21/+0 |
| 2019-10-31 | Revert "pre-expansion gate trait_alias." | Eduard-Mihai Burtescu | -19/+1 |
| 2019-10-31 | Revert "pre-expansion gate associated_type_bounds" | Eduard-Mihai Burtescu | -14/+1 |
| 2019-10-31 | Revert "pre-expansion gate crate_visibility_modifier" | Eduard-Mihai Burtescu | -13/+1 |
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -23/+9 |
| 2019-10-31 | Revert "pre-expansion gate decl_macro" | Eduard-Mihai Burtescu | -14/+1 |
| 2019-10-31 | Revert "pre-expansion gate box_patterns" | Eduard-Mihai Burtescu | -13/+1 |
| 2019-10-31 | Revert "pre-expansion gate exclusive_range_pattern" | Eduard-Mihai Burtescu | -17/+4 |
| 2019-10-31 | Revert "pre-expansion gate try_blocks" | Eduard-Mihai Burtescu | -7/+4 |
| 2019-10-31 | Revert "pre-expansion gate label_break_value" | Eduard-Mihai Burtescu | -5/+2 |
| 2019-10-31 | Revert "pre-expansion gate box_syntax" | Eduard-Mihai Burtescu | -5/+2 |
| 2019-10-31 | Revert "pre-expansion gate type_ascription" | Eduard-Mihai Burtescu | -5/+2 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -24/+0 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -70/+141 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -2/+21 |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -2/+2 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -1/+1 |
| 2019-10-25 | Add proper tracking issue for EFIAPI | roblabla | -7/+7 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -70/+141 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -22/+0 |
| 2019-10-25 | Rollup merge of #65747 - Centril:union-issue-fix, r=varkor | Mazdak Farrokhzad | -3/+3 |
| 2019-10-24 | Adjust the tracking issue for `untagged_unions`. | Mazdak Farrokhzad | -3/+3 |
| 2019-10-24 | pre-expansion gate type_ascription | Mazdak Farrokhzad | -2/+5 |
| 2019-10-24 | pre-expansion gate box_syntax | Mazdak Farrokhzad | -2/+5 |