about summary refs log tree commit diff
path: root/compiler/rustc_session/src/parse.rs
AgeCommit message (Expand)AuthorLines
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-1/+1
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-1/+7
2021-10-02Report fatal lexer errors in `--cfg` command line argumentsFabian Wolff-2/+7
2021-07-30Use multispan suggestions more oftenEsteban Küber-14/+6
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+3
2021-05-12Implement span quoting for proc-macrosAaron Hill-0/+14
2021-03-27Remove (lots of) dead codeJoshua Nelson-0/+1
2021-03-05expand: Move module file path stack from global session to expansion dataVadim Petrochenkov-4/+0
2021-01-29Treat nightlies for a version as completeest31-0/+3
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-0/+2
2020-11-15Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwcoJonas Schievink-3/+1
2020-11-13cleanup: Remove `ParseSess::injected_crate_name`Vadim Petrochenkov-3/+1
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-1/+1
2020-08-30mv compiler to compiler/mark-0/+239