index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_session
/
parse.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-31
Reduce verbosity of some type ascription errors
Esteban Küber
-0
/
+3
2020-06-26
Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearth
bors
-1
/
+2
2020-06-25
Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum
bors
-0
/
+3
2020-06-23
Refactor non_ascii_idents lints, exclude ascii pair for confusable_idents lint.
Charles Lew
-1
/
+2
2020-06-09
expand: Give reasonable NodeIds to lints associated with macro definitions
Vadim Petrochenkov
-2
/
+2
2020-05-31
Print accessed env vars as special comments into depinfo files
Vadim Petrochenkov
-0
/
+3
2020-05-27
rustc_session: Cleanup session creation
Vadim Petrochenkov
-0
/
+4
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-3
/
+3
2020-05-03
Implement `confusable_idents` lint.
Charles Lew
-0
/
+16
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-23
Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPC
bors
-5
/
+5
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-5
/
+5
2020-02-21
clean things up
Jane Lusby
-0
/
+19
2020-02-09
Make issue references consistent
Matthias Prechtl
-2
/
+2
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-2
/
+1
2020-01-18
remove rustc_error_codes deps except in rustc_driver
Mazdak Farrokhzad
-1
/
+0
2020-01-11
feature_gate: Remove `GateStrength`
Vadim Petrochenkov
-37
/
+1
2020-01-11
pacify tidy by nixing added docs :(
Mazdak Farrokhzad
-12
/
+0
2020-01-11
buffered lint infra -> rustc_session
Mazdak Farrokhzad
-5
/
+6
2020-01-11
document feature_err et. al
Mazdak Farrokhzad
-0
/
+23
2020-01-11
gating diagnostics -> rustc_session::parse
Mazdak Farrokhzad
-4
/
+68
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-4
/
+4
2019-12-22
Format the world
Mark Rousskov
-32
/
+14
2019-12-03
Deduplicate CrateConfig
Mark Rousskov
-2
/
+3
2019-12-03
Move ParseSess to librustc_session
Mark Rousskov
-0
/
+175