| Age | Commit message (Expand) | Author | Lines |
| 2019-09-25 | move function closer to its usage | Aleksey Kladov | -13/+14 |
| 2019-09-25 | remove unused parameters | Aleksey Kladov | -31/+1 |
| 2019-09-24 | Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebank | Mazdak Farrokhzad | -5/+1 |
| 2019-09-24 | Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkov | Mazdak Farrokhzad | -270/+293 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -27/+3 |
| 2019-09-23 | cleanup librustc_errors Handler code. | Mazdak Farrokhzad | -5/+1 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -5/+2 |
| 2019-09-23 | Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkov | Mazdak Farrokhzad | -316/+9 |
| 2019-09-22 | make mbe::TokenTree private to module | Aleksey Kladov | -26/+26 |
| 2019-09-22 | push TokenTree::parse down | Aleksey Kladov | -1/+14 |
| 2019-09-22 | pull mbe token tree definition up | Aleksey Kladov | -232/+241 |
| 2019-09-22 | docstring for mbe module | Aleksey Kladov | -0/+5 |
| 2019-09-22 | move mbe module to a separate file | Aleksey Kladov | -0/+5 |
| 2019-09-22 | rename tt -> mbe, part 2 | Aleksey Kladov | -14/+14 |
| 2019-09-22 | rename libsyntax::ext::tt to mbe | Aleksey Kladov | -0/+0 |
| 2019-09-22 | reduce visibility of a bunch of stuff in ext::tt | Aleksey Kladov | -49/+40 |
| 2019-09-21 | Inline attribute constructors | Mark Rousskov | -14/+0 |
| 2019-09-21 | Inline ty_infer | Mark Rousskov | -5/+1 |
| 2019-09-21 | Remove unused code | Mark Rousskov | -291/+3 |
| 2019-09-21 | Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+0 |
| 2019-09-21 | Remove constraints argument from path_all | Mark Rousskov | -6/+5 |
| 2019-09-21 | fully remove AstBuilder | Aleksey Kladov | -3/+0 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -2/+3 |
| 2019-09-17 | Remove unused methods from Handler | Mark Rousskov | -3/+0 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -2/+2 |
| 2019-09-16 | Rollup merge of #64499 - nnethercote:use-Symbol-in-two-more-functions, r=petr... | Mazdak Farrokhzad | -22/+22 |
| 2019-09-16 | Use `Symbol` in two more functions. | Nicholas Nethercote | -22/+22 |
| 2019-09-15 | Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkov | bors | -11/+4 |
| 2019-09-15 | Remove `with_legacy_ctxt` | Matthew Jasper | -7/+0 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -3/+3 |
| 2019-09-15 | Avoid some unnecessary `&str` to `Ident` conversions | Matthew Jasper | -1/+1 |
| 2019-09-14 | feature_gate: Merge various attribute gating functions | Vadim Petrochenkov | -12/+3 |
| 2019-09-09 | Resolve attributes in several places | Caio | -7/+494 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: libsyntax | Alexander Regueiro | -1/+1 |
| 2019-09-07 | Rollup merge of #64233 - varkor:correct-pluralisation, r=estebank | Mazdak Farrokhzad | -2/+7 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -7/+13 |
| 2019-09-06 | Correct pluralisation of various diagnostic messages | varkor | -2/+7 |
| 2019-09-06 | Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2019-09-05 | Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span` | Vadim Petrochenkov | -7/+7 |
| 2019-09-05 | Make use of hygiene in AST passes | Matthew Jasper | -2/+0 |
| 2019-09-05 | Allow ast passes to create hygienic spans | Matthew Jasper | -1/+9 |
| 2019-09-05 | Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkov | Mazdak Farrokhzad | -16/+13 |
| 2019-09-05 | or-patterns: syntax: adjust derive, format, and building. | Mazdak Farrokhzad | -5/+5 |
| 2019-09-04 | flatten rustc_lexer::character_properties module | Aleksey Kladov | -2/+1 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -2/+2 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -16/+13 |
| 2019-08-29 | Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper | Mazdak Farrokhzad | -54/+86 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -6/+6 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -6/+6 |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -4/+3 |