| Age | Commit message (Expand) | Author | Lines |
| 2020-02-02 | Point at `Sized` bound | Esteban Küber | -0/+6 |
| 2020-02-02 | Point at arguments or output when fn obligations come from them, or ident whe... | Esteban Küber | -8/+8 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-28 | lintify conflicting_repr_hints | Mazdak Farrokhzad | -1/+7 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -18/+0 |
| 2020-01-24 | Normalise notes with the/is | varkor | -2/+2 |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -18/+0 |
| 2020-01-19 | When encountering an undefined named lifetime, point to where it can be | Esteban Küber | -7/+111 |
| 2020-01-18 | slice_patterns: remove feature gate test | Mazdak Farrokhzad | -74/+0 |
| 2020-01-16 | Rollup merge of #68265 - JohnTitor:fix-issue-number, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -1/+1 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -5/+5 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -14/+0 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -2/+32 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -14/+0 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -3/+3 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -2/+2 |
| 2019-12-24 | Use structured suggestion for bad `Fn` traits | Esteban Küber | -8/+4 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -4/+8 |
| 2019-12-23 | Yield is an expression form, not a statement. | Donough Liu | -3/+4 |
| 2019-12-21 | Update tests for GATs | Matthew Jasper | -7/+25 |
| 2019-12-20 | Rollup merge of #67131 - Centril:item-merge, r=petrochenkov | Mazdak Farrokhzad | -9/+9 |
| 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-12 | Unify assoc item visitors more. | Mazdak Farrokhzad | -9/+9 |
| 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 |