about summary refs log tree commit diff
path: root/compiler/rustc_expand/src
AgeCommit message (Expand)AuthorLines
2020-09-04rustc_expand: remove pub visibility for rustfmtCaleb Cartwright-2/+1
2020-09-04Detect overflow in proc_macro_server subspanTomasz Miąsko-2/+2
2020-09-03Optimize Cursor::look_aheadAleksey Kladov-3/+8
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-8/+8
2020-09-03Move jointness censoring to proc_macroAleksey Kladov-4/+11
2020-09-02Auto merge of #76170 - matklad:notrivia, r=petrochenkovbors-1/+1
2020-09-01Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkovTyler Mandry-4/+8
2020-09-01Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkovbors-4/+7
2020-09-01Remove trivia tokensAleksey Kladov-1/+1
2020-08-31Rollup merge of #76050 - matklad:pos, r=petrochenkovAleksey Kladov-257/+0
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-19/+24
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-4/+8
2020-08-30Move lexer unit tests to rustc_lexerAleksey Kladov-257/+0
2020-08-30Run cfg-stripping on generic parameters before invoking derive macrosAaron Hill-4/+7
2020-08-30mv compiler to compiler/mark-0/+11065