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
/
tests
/
ui
/
error-codes
Age
Commit message (
Expand
)
Author
Lines
2024-03-08
Improve error message for opaque captures
Michael Goulet
-4
/
+16
2024-03-07
Merge collect_mod_item_types query into check_well_formed
Oli Scherer
-8
/
+8
2024-03-07
Merge `check_mod_impl_wf` and `check_mod_type_wf`
Oli Scherer
-17
/
+17
2024-02-29
allow statics pointing to mutable statics
Ralf Jung
-33
/
+3
2024-02-25
fix use of platform_intrinsics in tests
Ralf Jung
-2
/
+2
2024-02-19
Always evaluate free constants and statics, even if previous errors occurred
Oli Scherer
-32
/
+49
2024-02-18
Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov
Matthias Krüger
-0
/
+2
2024-02-17
Add help to `hir_analysis_unrecognized_intrinsic_function`
Scott McMurray
-0
/
+2
2024-02-18
Improve wording of static_mut_ref
Obei Sideg
-7
/
+7
2024-02-17
const_mut_refs: allow mutable refs to statics
Ralf Jung
-54
/
+18
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-53
/
+53
2024-02-15
Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister
Guillaume Gomez
-1
/
+1
2024-02-14
Fix msg for verbose suggestions with confusable capitalization
Esteban Küber
-1
/
+1
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-5
/
+60
2024-02-10
don't skip coercions for types with errors
Lukas Markeffsky
-44
/
+3
2024-02-10
unstably allow constants to refer to statics and read from immutable statics
Ralf Jung
-15
/
+0
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-6
/
+39
2024-02-08
Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank
bors
-9
/
+54
2024-02-06
Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errors
Matthias Krüger
-2
/
+2
2024-02-05
Stop bailing out from compilation just because there were incoherent traits
Oli Scherer
-9
/
+54
2024-02-04
Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk
Matthias Krüger
-5
/
+11
2024-02-01
Improve the diagnostics for unused generic parameters
León Orell Valerian Liehr
-5
/
+11
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-2
/
+2
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-4
/
+4
2024-01-14
Special case 'generic param from outer item' message for `Self`
clubby789
-2
/
+2
2024-01-13
Bless tests
George-lewis
-0
/
+8
2024-01-11
Taint more aggressively in astconv
Oli Scherer
-23
/
+3
2024-01-09
Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper
bors
-6
/
+76
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-6
/
+76
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-11
/
+30
2024-01-05
Stabilize THIR unsafeck
Matthew Jasper
-1
/
+1
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-15
/
+1
2023-12-28
rustc_lint: Prevent multiple 'incompatible with previous forbid' lints
Martin Nordholts
-13
/
+1
2023-12-20
Update existing tests
Veera
-7
/
+3
2023-12-15
Collect lang items from AST
Michael Goulet
-2
/
+2
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-12-10
Remove edition umbrella features.
Eric Huss
-19
/
+0
2023-12-07
Resolve assoc item bindings by namespace
León Orell Valerian Liehr
-1
/
+1
2023-12-05
Add print_trait_sugared
Michael Goulet
-1
/
+1
2023-11-30
Enable link-arg link kind inside of #[link] attribute
zetanumbers
-1
/
+1
2023-11-24
Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin
bors
-194
/
+194
2023-11-24
Show number in error message even for one error
Nilstrieb
-194
/
+194
2023-11-23
fix intercrate ambiguity causes
lcnr
-4
/
+37
2023-11-16
recover primary span label
Esteban Küber
-4
/
+4
2023-11-16
Suggest `unwrap()` on field not found for `Result`/`Option`
Esteban Küber
-1
/
+6
2023-11-16
Suggest field typo through derefs
Esteban Küber
-4
/
+4
2023-11-04
Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco
Takayuki Maeda
-3
/
+3
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-16
/
+0
2023-11-03
Tweak spans for "adt defined here" note
Nadrieril
-3
/
+3
2023-10-30
Detect object safety errors when assoc type is missing
Esteban Küber
-5
/
+5
[next]