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-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
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-3
/
+13
2022-04-05
span: move `MultiSpan`
David Wood
-2
/
+4
2022-03-24
Prettify rustc_session fmt with capturing args (nfc)
Jubilee Young
-3
/
+2
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-15
fix typos
Dylan DPC
-1
/
+1
2022-03-08
Switch the primary diagnostic to `unknown_lints`
David Koloski
-2
/
+19
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-3
/
+3
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-3
/
+3
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-2
/
+2
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-0
/
+4
2021-11-23
review comment: plural of emoji is emoji
Esteban Kuber
-1
/
+1
2021-11-23
Tokenize emoji as if they were valid indentifiers
Esteban Kuber
-1
/
+7
2021-10-02
Report fatal lexer errors in `--cfg` command line arguments
Fabian Wolff
-2
/
+7
2021-07-30
Use multispan suggestions more often
Esteban Küber
-14
/
+6
2021-07-02
add track_path::path fn for proc-macro usage
Bernhard Schuster
-0
/
+3
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-0
/
+14
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-0
/
+1
2021-03-05
expand: Move module file path stack from global session to expansion data
Vadim Petrochenkov
-4
/
+0
2021-01-29
Treat nightlies for a version as complete
est31
-0
/
+3
2020-12-22
Revert "Promote missing_fragment_specifier to hard error"
Wesley Wiser
-0
/
+2
2020-11-15
Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco
Jonas Schievink
-3
/
+1
[next]