about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2019-09-25move function closer to its usageAleksey Kladov-13/+14
2019-09-25remove unused parametersAleksey Kladov-31/+1
2019-09-24Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebankMazdak Farrokhzad-5/+1
2019-09-24Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkovMazdak Farrokhzad-270/+293
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-27/+3
2019-09-23cleanup librustc_errors Handler code.Mazdak Farrokhzad-5/+1
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-5/+2
2019-09-23Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkovMazdak Farrokhzad-316/+9
2019-09-22make mbe::TokenTree private to moduleAleksey Kladov-26/+26
2019-09-22push TokenTree::parse downAleksey Kladov-1/+14
2019-09-22pull mbe token tree definition upAleksey Kladov-232/+241
2019-09-22docstring for mbe moduleAleksey Kladov-0/+5
2019-09-22move mbe module to a separate fileAleksey Kladov-0/+5
2019-09-22rename tt -> mbe, part 2Aleksey Kladov-14/+14
2019-09-22rename libsyntax::ext::tt to mbeAleksey Kladov-0/+0
2019-09-22reduce visibility of a bunch of stuff in ext::ttAleksey Kladov-49/+40
2019-09-21Inline attribute constructorsMark Rousskov-14/+0
2019-09-21Inline ty_inferMark Rousskov-5/+1
2019-09-21Remove unused codeMark Rousskov-291/+3
2019-09-21Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-SimulacrumMazdak Farrokhzad-3/+0
2019-09-21Remove constraints argument from path_allMark Rousskov-6/+5
2019-09-21fully remove AstBuilderAleksey Kladov-3/+0
2019-09-20factor out pluralisation remains after #64280gaolei-2/+3
2019-09-17Remove unused methods from HandlerMark Rousskov-3/+0
2019-09-17Privatize DiagnosticBuilder constructorsMark Rousskov-2/+2
2019-09-16Rollup merge of #64499 - nnethercote:use-Symbol-in-two-more-functions, r=petr...Mazdak Farrokhzad-22/+22
2019-09-16Use `Symbol` in two more functions.Nicholas Nethercote-22/+22
2019-09-15Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkovbors-11/+4
2019-09-15Remove `with_legacy_ctxt`Matthew Jasper-7/+0
2019-09-15Give more `Idents` spansMatthew Jasper-3/+3
2019-09-15Avoid some unnecessary `&str` to `Ident` conversionsMatthew Jasper-1/+1
2019-09-14feature_gate: Merge various attribute gating functionsVadim Petrochenkov-12/+3
2019-09-09Resolve attributes in several placesCaio-7/+494
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-1/+1
2019-09-07Rollup merge of #64233 - varkor:correct-pluralisation, r=estebankMazdak Farrokhzad-2/+7
2019-09-07Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkovMazdak Farrokhzad-7/+13
2019-09-06Correct pluralisation of various diagnostic messagesvarkor-2/+7
2019-09-06Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkovMazdak Farrokhzad-5/+5
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-7/+7
2019-09-05Make use of hygiene in AST passesMatthew Jasper-2/+0
2019-09-05Allow ast passes to create hygienic spansMatthew Jasper-1/+9
2019-09-05Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkovMazdak Farrokhzad-16/+13
2019-09-05or-patterns: syntax: adjust derive, format, and building.Mazdak Farrokhzad-5/+5
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-2/+1
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-2/+2
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-16/+13
2019-08-29Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasperMazdak Farrokhzad-54/+86
2019-08-28Auto merge of #63127 - kper:pr, r=nikomatsakisbors-6/+6
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-6/+6
2019-08-27proc_macro: Update `Span::def_site` to use the proc macro definition locationVadim Petrochenkov-4/+3