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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_session
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-1
/
+14
2023-05-03
Add cross-language LLVM CFI support to the Rust compiler
Ramon de C Valle
-2
/
+18
2023-05-02
make it semantic error
Deadbeef
-1
/
+14
2023-02-17
Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot
Matthias Krüger
-6
/
+16
2023-02-16
`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`
Maybe Waffle
-5
/
+1
2023-02-16
Add feature gate for non_lifetime_binders
Michael Goulet
-6
/
+16
2023-02-09
Emit an error if -Z instrument-xray is not supported
Oleksii Lozovskyi
-0
/
+6
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-0
/
+6
2023-01-02
Print correct base for too-large literals
clubby789
-2
/
+10
2023-01-02
Note maximum integer literal for `IntLiteralTooLarge`
clubby789
-0
/
+1
2022-12-17
Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa
bors
-0
/
+4
2022-12-14
Auto merge of #105233 - mejrs:always_eager, r=estebank
bors
-1
/
+1
2022-12-14
Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote
Matthias Krüger
-10
/
+23
2022-12-12
Refine when invalid prefix case error arises
Cassaundra Smith
-10
/
+23
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-4
/
+4
2022-12-06
Check AArch64 branch-protection earlier in the pipeline.
Jacob Bramley
-0
/
+4
2022-12-04
Always evaluate vecs of subdiagnostics eagerly
mejrs
-1
/
+1
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
2022-11-30
avoid an unnecessary `&str` to `String` conversion
Takayuki Maeda
-7
/
+3
2022-11-21
Match crate and slug names
mejrs
-13
/
+13
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-0
/
+162
2022-10-23
Migrate all diagnostics
Nilstrieb
-28
/
+28
2022-10-17
session: use derive more
David Wood
-15
/
+26
2022-10-12
ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors
Jhonny Bill Mena
-54
/
+0
2022-09-27
Migrate rustc_session::expr_parentheses_needed to Subdiagnostic struct
Xiretza
-0
/
+15
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-28
/
+28
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-4
/
+4
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-12
/
+12
2022-09-10
translations(rustc_session): migrate output.rs
Luis Cardoso
-1
/
+50
2022-09-08
translations(rustc_session): migrates two diagnostics in session.rs
Luis Cardoso
-0
/
+14
2022-09-08
translations(rustc_session): remove lint allow rule to the methods marked wit...
Luis Cardoso
-10
/
+5
2022-09-08
translations(rustc_session): migrate TargetDataLayout::parse
Luis Cardoso
-5
/
+56
2022-09-08
translations(rustc_session): migrates session.rs and config.rs
Luis Cardoso
-1
/
+68
2022-08-26
translations(rustc_session): migrate check_expected_reuse
Luis Cardoso
-8
/
+7
2022-08-26
translations(rustc_session): migrate 80% of the file parse.rs
Luis Cardoso
-2
/
+26
2022-08-26
translations(rustc_session): migrate the file cgu_reuse_tracker
Luis Cardoso
-0
/
+22