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_error_messages
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move autoderef to rustc_hir_analysis
Michael Goulet
-4
/
+4
2023-01-11
Rollup merge of #106622 - estebank:issue-68972, r=davidtwco
Matthias Krüger
-0
/
+4
2023-01-11
parser: recover from where clauses placed before tuple struct bodies
León Orell Valerian Liehr
-0
/
+6
2023-01-11
Detect struct literal needing parentheses
Esteban Küber
-0
/
+4
2023-01-11
Detect out of bounds range pattern value
Esteban Küber
-0
/
+4
2023-01-09
migrate: `deref_into_dyn_supertrait.rs`
Rejyr
-0
/
+3
2023-01-09
migrate: rest of `builtin.rs` without `builtin_asm_labels`
Rejyr
-2
/
+10
2023-01-09
refactor: refactor to derive for some lints.
Rejyr
-1
/
+3
2023-01-09
migrate: `for_loops_over_fallibles.rs`
Rejyr
-0
/
+7
2023-01-09
migrate(wip): `builtin.rs`
Rejyr
-0
/
+7
2023-01-09
migrate: `internal.rs`
Rejyr
-0
/
+2
2023-01-09
migrate: `let_underscore.rs`
Rejyr
-0
/
+12
2023-01-09
migrate: `levels.rs`
Rejyr
-0
/
+12
2023-01-09
add: `emit{,_spanned}_lint` for `LintLevelsBuilder`
Rejyr
-0
/
+4
2023-01-09
Remove backwards compat for LLVM 12 coverage format
Arpad Borsos
-3
/
+0
2023-01-08
Mention signature rather than fn pointers when comparing impl/trait methods
Michael Goulet
-2
/
+2
2023-01-07
Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...
Matthias Krüger
-0
/
+99
2023-01-07
Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errors
Matthias Krüger
-0
/
+139
2023-01-04
Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiser
bors
-2
/
+0
2023-01-04
Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank
Matthias Krüger
-0
/
+1
2023-01-03
Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514
bors
-0
/
+5
2023-01-02
Print correct base for too-large literals
clubby789
-1
/
+1
2023-01-02
Note maximum integer literal for `IntLiteralTooLarge`
clubby789
-0
/
+1
2022-12-31
Add help for the error message when missing rustc_driver
bjorn3
-0
/
+5
2022-12-31
refactor: merge `E0465` into `E0464`
Ezra Shaw
-5
/
+1
2022-12-28
Don't translate --print native-static-libs output
bjorn3
-2
/
+0
2022-12-28
Split infer_explicit_lifetime_required into several diags
Nikita Tomashevich
-8
/
+7
2022-12-28
Rename subdiagnostic fields that do not need to be unique now
Nikita Tomashevich
-3
/
+3
2022-12-28
Use eager translation
Nikita Tomashevich
-1
/
+1
2022-12-28
Split into several messages
Nikita Tomashevich
-16
/
+55
2022-12-28
More descriptive names for ActualImplExplNotes variants
Nikita Tomashevich
-2
/
+2
2022-12-28
Partial work on static_impl_trait.rs
Nikita Tomashevich
-0
/
+52
2022-12-28
Migrate trait_impl_difference.rs
Nikita Tomashevich
-0
/
+10
2022-12-28
Migrate placeholder_error.rs
Nikita Tomashevich
-0
/
+28
2022-12-28
Migrate named_anon_conflict.rs
Nikita Tomashevich
-0
/
+11
2022-12-27
DELETE - fn span_invalid_monomorphization_error and localize intrinsics macros
Jhonny Bill Mena
-0
/
+66
2022-12-27
ADD - create and emit Bug support for Diagnostics
Jhonny Bill Mena
-0
/
+2
2022-12-27
UPDATE - migrate fn simd_simple_float_intrinsic error messages
Jhonny Bill Mena
-0
/
+6
2022-12-27
[WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructure
Jhonny Bill Mena
-0
/
+14
2022-12-27
UPDATE - migrate constant.rs to new diagnostics infrastructure
Jhonny Bill Mena
-0
/
+4
2022-12-27
UPDATE - migrate base.rs to new diagnostics infrastructure
Jhonny Bill Mena
-0
/
+7
2022-12-27
Recover `fn` keyword as `Fn` trait in bounds
Michael Goulet
-0
/
+3
2022-12-24
Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk
Matthias Krüger
-3
/
+1
2022-12-23
Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errors
Matthias Krüger
-1
/
+1
2022-12-22
Give a more helpful error for "trimmed_def_paths construted"
Joshua Nelson
-1
/
+1
2022-12-21
Improve code based on feedback.
Bryan Garza
-1
/
+1
2022-12-21
update wording of lint
Bryan Garza
-1
/
+1
2022-12-21
Update code based on PR comments
Bryan Garza
-1
/
+2
2022-12-21
Switch `#[track_caller]` back to a no-op unless feature gate is enabled
Bryan Garza
-0
/
+2
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-3
/
+1
[prev]
[next]