| Age | Commit message (Expand) | Author | Lines |
| 2019-10-01 | Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum | Mazdak Farrokhzad | -16/+15 |
| 2019-09-30 | Fixed weird non-sequential indices for serialisation of `SourceFile` type. | Alexander Regueiro | -16/+15 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -6/+6 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -6/+6 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -4/+4 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -6/+6 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -0/+1 |
| 2019-09-17 | Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov | Tyler Mandry | -0/+32 |
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -0/+32 |
| 2019-09-15 | Auto merge of #64483 - petrochenkov:expectattr2, r=Centril | bors | -0/+7 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -0/+7 |
| 2019-09-15 | Remove `with_legacy_ctxt` | Matthew Jasper | -7/+0 |
| 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 | -18/+57 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -1/+20 |
| 2019-09-05 | Remove `Ident::{gensym, is_gensymed}` | Matthew Jasper | -15/+12 |
| 2019-09-05 | Allow ast passes to create hygienic spans | Matthew Jasper | -1/+1 |
| 2019-09-05 | Add an ExpnKind for AST passes | Matthew Jasper | -1/+24 |
| 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-23 | Remove default macro transparencies | Vadim Petrochenkov | -5/+1 |
| 2019-08-23 | hygiene: Require passing transparency explicitly to `apply_mark` | Vadim Petrochenkov | -33/+19 |
| 2019-08-23 | incremental: Do not rely on default transparency when decoding syntax contexts | Vadim Petrochenkov | -9/+17 |
| 2019-08-23 | resolve: Do not rely on default transparency when detecting proc macro derives | Vadim Petrochenkov | -12/+0 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -0/+8 |
| 2019-08-18 | Auto merge of #62948 - matklad:failable-file-loading, r=petrochenkov | bors | -0/+76 |
| 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 | Remove unused `SyntaxContext` serialization impls | Matthew Jasper | -4/+0 |
| 2019-08-17 | Stop emulating cross-crate hygiene with gensyms | Matthew Jasper | -31/+5 |
| 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 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -70/+70 |
| 2019-08-15 | hygiene: Merge a tiny bit of the "share expansion definition data" PR | Vadim Petrochenkov | -1/+3 |
| 2019-08-15 | syntax_pos: Remove the duplicate global edition | Vadim Petrochenkov | -7/+0 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -37/+33 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -72/+49 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -5/+5 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -15/+18 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -3/+8 |
| 2019-08-14 | convert \r\n to \n when loading files | Aleksey Kladov | -0/+76 |