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
/
compiler
/
rustc_session
/
src
/
parse.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-30
Make `Cfg` and `CheckCfg` non-generic.
Nicholas Nethercote
-2
/
+2
2023-10-28
Clean up config mess.
Nicholas Nethercote
-10
/
+5
2023-10-28
Change `CrateConfig` from `FxIndexSet` to `FxHashSet`.
Nicholas Nethercote
-3
/
+3
2023-10-16
Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.
Nicholas Nethercote
-2
/
+2
2023-08-22
unknown unstable lint command line
mojave2
-5
/
+12
2023-08-13
Remove reached_eof from ParseSess
bjorn3
-4
/
+1
2023-07-25
Use a builder instead of boolean/option arguments
Oli Scherer
-8
/
+4
2023-07-25
Remove some arguments that are always the same
Oli Scherer
-19
/
+3
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-2
/
+11
2023-07-18
Add `#[track_caller]` to lint related diagnostic functions
Maybe Waffle
-0
/
+9
2023-06-27
Simplify some conditions
Maybe Waffle
-7
/
+0
2023-05-31
Rollup merge of #111975 - jyn514:normalization, r=cjgillot
Matthias Krüger
-0
/
+1
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-2
/
+2
2023-05-26
Stop normalizing so many different prefixes
jyn
-0
/
+1
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-2
/
+2
2023-05-01
remove type_ascription_path_suggestions in parser
yukang
-3
/
+0
2023-04-09
Fix some clippy::complexity
Nilstrieb
-9
/
+10
2023-04-04
Use new iteration helpers instead of manually rolling them
Oli Scherer
-4
/
+1
2023-04-04
Replace another lock with an append-only vec
Oli Scherer
-2
/
+2
2023-04-04
Remove a lock in favor of an AppendOnlyVec
Oli Scherer
-7
/
+10
2023-04-04
Replace a lock with an atomic
Oli Scherer
-3
/
+3
2023-02-22
various: translation resources from cg backend
David Wood
-5
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+6
2023-02-16
Add feature gate for non_lifetime_binders
Michael Goulet
-3
/
+3
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-6
/
+6
2022-10-31
Add more track_caller
mejrs
-0
/
+6
2022-10-07
errors: add `emit_note`/`create_note`
David Wood
-1
/
+12
2022-09-30
Remove expr_parentheses_needed from ParseSess
Michael Goulet
-11
/
+3
2022-09-28
Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco
bors
-7
/
+5
2022-09-27
Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct
Xiretza
-7
/
+5
2022-09-27
session: remove now-unnecessary lint `#[allow]`s
David Wood
-8
/
+0
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-2
/
+1
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-0
/
+4
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-3
/
+3
2022-09-02
Make CrateConfig make order depended for linting purpose
Urgau
-3
/
+3
2022-08-26
translations(rustc_session): migrate 80% of the file parse.rs
Luis Cardoso
-6
/
+15
2022-08-22
Support #[fatal(..)]
finalchild
-0
/
+16
2022-08-21
Add Handler::struct_diagnostic()
Xiretza
-1
/
+9
2022-08-17
Reenable early feature-gates as future-compat warnings
Christopher Durham
-3
/
+52
2022-07-01
update cfg(bootstrap)s
Pietro Albini
-2
/
+2
2022-06-10
lint: add diagnostic translation migration lints
David Wood
-0
/
+2
2022-05-06
sess: add `create_{err,warning}`
David Wood
-2
/
+16
2022-04-25
add `struct_warn` method
Christian Poveda
-0
/
+4
2022-04-25
use `ParseSess` instead of `Session` in `into_diagnostic`
Christian Poveda
-1
/
+17
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-4
/
+2
2022-04-09
expand: Remove `ParseSess::missing_fragment_specifiers`
Vadim Petrochenkov
-2
/
+0
2022-04-05
session: opt for enabling directionality markers
David Wood
-2
/
+2
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-3
/
+6
[next]