summary refs log tree commit diff
path: root/src/librustc_ast/util
AgeCommit message (Expand)AuthorLines
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-2/+2
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-1/+1
2020-06-26Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=ManishearthManish Goregaokar-1/+1
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-1/+1
2020-06-22Make AssocOp Copyflip1995-1/+1
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-1/+1
2020-05-13Replace some usages of the old `unescape_` functions in AST, clippy and tests.Julian Wollersberger-33/+42
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-2/+2
2020-04-18Move `MapInPlace` to rustc_data_structuresYuki Okushi-110/+0
2020-04-05Stop importing int/float modules in librustc_*Linus Färnstrand-1/+0
2020-03-20can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-1/+1
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-11/+4
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+1333