| Age | Commit message (Expand) | Author | Lines |
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -1213/+0 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -0/+2 |
| 2019-12-23 | Introduce `#![feature(bindings_after_at)]`. | Mazdak Farrokhzad | -0/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -32/+23 |
| 2019-12-20 | recover on 'mut', 'var', 'auto' | Mazdak Farrokhzad | -0/+1 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -0/+1 |
| 2019-12-13 | Add feature gate for `const_loop` | Dylan MacKenzie | -0/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+1 |
| 2019-12-08 | async/await: more improvements to non-send errors | David Wood | -0/+2 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-12-05 | Rollup merge of #67010 - estebank:raw-idents, r=Centril | Mazdak Farrokhzad | -0/+6 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -0/+29 |
| 2019-12-03 | Accurately portray raw identifiers in error messages | Esteban Küber | -0/+6 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -0/+1 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -0/+29 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -1/+1 |
| 2019-12-02 | Add feature gate for &mut in const fns | Christian Poveda | -0/+1 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+2 |
| 2019-11-25 | add `enclosing_scope` param to `rustc_on_unimplmented` | Mikhail Babenko | -0/+1 |
| 2019-11-25 | Auto merge of #66279 - cjgillot:hashstable, r=Zoxc | bors | -2/+2 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -0/+2 |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -0/+2 |
| 2019-11-23 | Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+0 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -0/+1 |
| 2019-11-22 | Derive HashStable_Generic for Ident. | Camille GILLOT | -2/+2 |
| 2019-11-22 | Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxc | bors | -0/+33 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -0/+1 |
| 2019-11-21 | Rename the cfg attribute from rustdoc to doc | Guillaume Gomez | -1/+0 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -0/+1 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -0/+1 |
| 2019-11-17 | Simplify impl for SymbolStr. | Camille GILLOT | -2/+1 |
| 2019-11-17 | Move impl HashStable for Symbol in libsyntax_pos. | Camille GILLOT | -0/+16 |
| 2019-11-17 | Move impl HashStable for SymbolStr in libsyntax_pos. | Camille GILLOT | -0/+18 |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -1/+0 |
| 2019-11-11 | Avoid a string comparison in MIR construction | Matthew Jasper | -0/+1 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -0/+2 |
| 2019-11-10 | Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril | Yuki Okushi | -6/+4 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+2 |
| 2019-11-09 | partially port invalid_value lint to diagnostic items | Ralf Jung | -6/+4 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -0/+1 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -0/+1 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -0/+4 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -1/+0 |
| 2019-11-03 | add rustc_error(delay_span_bug_from_inside_query) attribute | Quentin Boyer | -0/+1 |
| 2019-11-02 | also identiy MaybeUninit::uninit().assume_init() as dangerous | Ralf Jung | -0/+4 |
| 2019-11-02 | Remove the `AsRef` impl for `SymbolStr`. | Nicholas Nethercote | -10/+0 |
| 2019-11-02 | Add some explanatory comments. | Nicholas Nethercote | -0/+7 |
| 2019-11-02 | Remove an erroneous comment. | Nicholas Nethercote | -1/+0 |
| 2019-11-02 | Rename `LocalInternedString` as `SymbolStr`. | Nicholas Nethercote | -18/+18 |