about summary refs log tree commit diff
path: root/src/librustc_session/parse.rs
AgeCommit message (Expand)AuthorLines
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-0/+3
2020-06-26Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearthbors-1/+2
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-0/+3
2020-06-23Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint.Charles Lew-1/+2
2020-06-09expand: Give reasonable NodeIds to lints associated with macro definitionsVadim Petrochenkov-2/+2
2020-05-31Print accessed env vars as special comments into depinfo filesVadim Petrochenkov-0/+3
2020-05-27rustc_session: Cleanup session creationVadim Petrochenkov-0/+4
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-3/+3
2020-05-03Implement `confusable_idents` lint.Charles Lew-0/+16
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-23Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPCbors-5/+5
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-5/+5
2020-02-21clean things upJane Lusby-0/+19
2020-02-09Make issue references consistentMatthias Prechtl-2/+2
2020-02-011. move node_id to syntaxMazdak Farrokhzad-2/+1
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-11feature_gate: Remove `GateStrength`Vadim Petrochenkov-37/+1
2020-01-11pacify tidy by nixing added docs :(Mazdak Farrokhzad-12/+0
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-5/+6
2020-01-11document feature_err et. alMazdak Farrokhzad-0/+23
2020-01-11gating diagnostics -> rustc_session::parseMazdak Farrokhzad-4/+68
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-4/+4
2019-12-22Format the worldMark Rousskov-32/+14
2019-12-03Deduplicate CrateConfigMark Rousskov-2/+3
2019-12-03Move ParseSess to librustc_sessionMark Rousskov-0/+175