about summary refs log tree commit diff
path: root/src/librustc_session/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-24/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-0/+1
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-0/+1
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-19Remove unused dependenciesJeremy Fitzhardinge-1/+0
2020-04-11Depend on getopts from crates.ioLuca Barbieri-0/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-0/+1
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-11gating diagnostics -> rustc_session::parseMazdak Farrokhzad-0/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-03Move Session to librustc_sessionMark Rousskov-0/+4
2019-12-03Move BufferedEarlyLint to librustc_sessionMark Rousskov-0/+1
2019-12-03Introduce rustc_session crateMark Rousskov-0/+16