| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-10-08 | Split non-CAS atomic support off into target_has_atomic_load_store | Amanieu d'Antras | -0/+1 |
| 2019-10-07 | [RFC 2091] Add #[track_caller] attribute. | Ayose | -0/+1 |
| 2019-10-07 | Add feature gate for raw_dylib. | Charles Lew | -0/+2 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -0/+1 |
| 2019-10-02 | Add support for 'extern const fn' | Aaron Hill | -0/+1 |
| 2019-10-01 | Add `rustc_peek` support for `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -6/+5 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -4/+4 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -0/+1 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -1/+1 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -0/+1 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -15/+12 |
| 2019-09-05 | Remove `Ident::{gensym, is_gensymed}` | Matthew Jasper | -15/+12 |
| 2019-09-04 | Add `Symbol::{with,with2}`. | Nicholas Nethercote | -13/+29 |
| 2019-09-04 | Remove `LocalInternedString::intern`. | Nicholas Nethercote | -13/+0 |
| 2019-09-04 | Remove `Encodable`/`Decodable` impls for `LocalInternedString`. | Nicholas Nethercote | -12/+0 |
| 2019-09-04 | Remove hashing impls for `LocalInternedString`. | Nicholas Nethercote | -1/+1 |
| 2019-09-04 | Remove `LocalInternedString::get`. | Nicholas Nethercote | -9/+0 |
| 2019-09-04 | Remove `LocalInternedString::as_interned_str()`. | Nicholas Nethercote | -6/+0 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -1/+4 |
| 2019-08-29 | Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank | Mazdak Farrokhzad | -0/+5 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -2/+22 |
| 2019-08-27 | Simplify with Symbol/Token::is_book_lit. | Mazdak Farrokhzad | -0/+5 |
| 2019-08-18 | Auto merge of #61708 - dlrobertson:or-patterns-0, r=centril | bors | -0/+1 |
| 2019-08-17 | initial implementation of or-pattern parsing | Dan Robertson | -0/+1 |
| 2019-08-17 | Stop emulating cross-crate hygiene with gensyms | Matthew Jasper | -21/+3 |
| 2019-08-16 | Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton | Mazdak Farrokhzad | -1/+0 |
| 2019-08-15 | Remove `__rust_unstable_column` | Vadim Petrochenkov | -1/+0 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -5/+5 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -2/+1 |
| 2019-08-11 | add basic lint testing for misuse of mem::zeroed and mem::uninitialized | Ralf Jung | -0/+3 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -1/+0 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1/+1 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+0 |
| 2019-08-02 | Switch existential_type to type_alias_impl_trait | varkor | -0/+1 |
| 2019-08-02 | libsyntax_pos: Unconfigure tests during normal build | Vadim Petrochenkov | -36/+3 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -0/+1 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -0/+1 |
| 2019-07-18 | resolve: Visit all scopes to collect suggestion candidates for unresolved macros | Vadim Petrochenkov | -0/+1 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -1/+0 |
| 2019-07-11 | hygiene: Introduce a helper method for creating new expansions | Vadim Petrochenkov | -0/+2 |
| 2019-07-07 | syntax: Add feature gate. | David Wood | -0/+1 |
| 2019-07-07 | Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+2 |
| 2019-07-07 | syntax: Pre-intern names of all built-in macros | Vadim Petrochenkov | -1/+19 |
| 2019-07-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -0/+2 |
| 2019-07-06 | `#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]` | Vadim Petrochenkov | -1/+1 |
| 2019-07-06 | `#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]` | Vadim Petrochenkov | -1/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -0/+4 |