| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-03 | Add separate 'async_closure' feature gate. | Mazdak Farrokhzad | -0/+1 |
| 2019-07-02 | feature-gate member constraints outside of async-await | Niko Matsakis | -0/+1 |
| 2019-06-29 | Rollup merge of #62104 - Zoxc:query-info, r=eddyb | Mazdak Farrokhzad | -0/+3 |
| 2019-06-25 | Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix | bors | -0/+1 |
| 2019-06-25 | Add some #[inline] attributes | John Kåre Alsaker | -0/+3 |
| 2019-06-24 | Use symbols in lint tool list | flip1995 | -0/+1 |
| 2019-06-24 | Only allow {declare,impl}_lint_pass macros for implementing LintPass | flip1995 | -0/+3 |
| 2019-06-23 | let_chains: Add feature gate. | Mazdak Farrokhzad | -0/+1 |
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -0/+1 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -0/+1 |
| 2019-06-15 | Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro... | Mazdak Farrokhzad | -0/+4 |
| 2019-06-14 | Use `sym` constansts for `PrimitiveTypeTable` keys | Matthew Jasper | -0/+2 |
| 2019-06-14 | Avoid some unnecessary symbol interner operations | Matthew Jasper | -0/+2 |
| 2019-06-13 | Call str::eq and <[T]>::eq for match comparisons | Matthew Jasper | -0/+1 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -0/+1 |
| 2019-06-12 | Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank | Mazdak Farrokhzad | -0/+6 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -0/+2 |
| 2019-06-09 | Use Symbol for named arguments in fmt_macros | Mark Rousskov | -0/+6 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -0/+1 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -0/+1 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -0/+1 |
| 2019-06-07 | Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk | bors | -0/+1 |
| 2019-06-06 | Make constructors actually be const functions | Matthew Jasper | -0/+1 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -3/+2 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -13/+17 |
| 2019-06-05 | Fixed rebase fallout. | Alexander Regueiro | -0/+1 |
| 2019-05-27 | Use `Symbol` more in lint APIs | Oliver Scherer | -0/+10 |
| 2019-05-27 | Use `Symbol` equality in `may_begin_with` and `parse_nt`. | Nicholas Nethercote | -0/+7 |
| 2019-05-27 | Use `Symbol` equality in `is_ident_named`. | Nicholas Nethercote | -0/+2 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -2/+18 |
| 2019-05-27 | Pass symbols to `ExtCtxt::std_path` instead of strings. | Nicholas Nethercote | -0/+21 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -0/+6 |
| 2019-05-27 | Avoid interning in `resolve_place_op`. | Nicholas Nethercote | -0/+4 |
| 2019-05-24 | Don't arena-allocate static symbols. | Nicholas Nethercote | -13/+6 |
| 2019-05-23 | syntax: Some code cleanup | Vadim Petrochenkov | -0/+2 |
| 2019-05-23 | Auto merge of #60740 - petrochenkov:kw, r=nnethercote | bors | -36/+29 |