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
/
tests
/
ui
/
regions
Age
Commit message (
Expand
)
Author
Lines
2025-01-17
new solver: prefer trivial builtin impls over where-clauses
Rémy Rakic
-1
/
+7
2025-01-08
Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnr
bors
-15
/
+37
2025-01-06
`best_blame_constraint`: don't filter constraints by sup SCC
dianne
-15
/
+37
2025-01-06
Normalize each signature input/output in typeck_with_fallback with its own span
Michael Goulet
-6
/
+4
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-1
/
+1
2024-12-24
Fix some typos
fudancoder
-1
/
+1
2024-12-07
Use trait name instead of full constraint in suggestion message
Esteban Küber
-2
/
+2
2024-12-07
reword trait bound suggestion message to include the bounds
Esteban Küber
-2
/
+2
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-33
/
+0
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-6
/
+4
2024-08-21
Point at explicit `'static` obligations on a trait
Esteban Küber
-0
/
+45
2024-08-03
Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"
Michael Goulet
-1
/
+0
2024-06-24
Do not ICE when suggesting dereferencing closure arg
Esteban Küber
-1
/
+156
2024-06-05
Detect pub structs never constructed and unused associated constants in traits
r0cky
-0
/
+1
2024-05-04
compiletest: add enable-by-default check-cfg
Urgau
-0
/
+1
2024-04-24
Modify `find_expr` from `Span` to better account for closures
Esteban Küber
-0
/
+9
2024-04-09
Split back out unused_lifetimes -> redundant_lifetimes
Michael Goulet
-18
/
+22
2024-04-09
Lint redundant lifetimes in impl header
Michael Goulet
-1
/
+12
2024-04-09
Move check to wfcheck
Michael Goulet
-4
/
+50
2024-04-09
Actually, just reuse the UNUSED_LIFETIMES lint
Michael Goulet
-61
/
+90
2024-03-11
Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"
Oli Scherer
-33
/
+33
2024-03-11
Run a single huge `par_body_owners` instead of many small ones after each other.
Oli Scherer
-33
/
+33
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-145
/
+145
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-2
/
+30
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-9
/
+96
2024-02-07
Update tests
r0cky
-1
/
+1
2024-02-01
Improve the diagnostics for unused generic parameters
León Orell Valerian Liehr
-2
/
+2
2023-12-16
Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint
Michael Goulet
-15
/
+33
2023-12-10
remove redundant imports
surechen
-3
/
+0
2023-12-07
recurse into refs when comparing tys for diagnostics
jyn
-8
/
+8
2023-11-24
Show number in error message even for one error
Nilstrieb
-76
/
+76
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-08
remove trailing dots
Ali MJ Al-Nasrawy
-22
/
+22
2023-10-08
always show and explain sub region
Ali MJ Al-Nasrawy
-16
/
+85
2023-10-08
improve the suggestion of generic_bound_failure
Ali MJ Al-Nasrawy
-15
/
+25
2023-10-05
Add a note to duplicate diagnostics
Alex Macleod
-0
/
+2
2023-08-30
Test and note unsafe ctor to fn ptr coercion
Michael Goulet
-4
/
+0
2023-08-09
Point out expectation even if we have RegionsInsufficientlyPolymorphic
Michael Goulet
-5
/
+15
2023-07-25
write-long-types-to-disk: update tests
Mahdi Dibaiee
-4
/
+2
2023-07-24
new unstable option: -Zwrite-long-types-to-disk
Mahdi Dibaiee
-1
/
+2
2023-07-10
Do not set up wrong span for adjustments
Michael Goulet
-3
/
+6
2023-07-03
update tests
lcnr
-17
/
+1
2023-05-21
Rename `drop_copy` lint to `dropping_copy_types`
Urgau
-1
/
+1
2023-05-10
Adjust tests for new drop and forget lints
Urgau
-3
/
+5
2023-04-11
remove issue-2718.rs test
lcnr
-327
/
+0
2023-02-23
Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...
bors
-2
/
+2
2023-02-22
Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o...
Matthias Krüger
-0
/
+37
2023-02-22
diagnostics: update test cases to refer to assoc fn with `self` as method
Michael Howell
-2
/
+2
2023-02-22
Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"
Zhi Qi
-15
/
+45
2023-02-17
Don't delay ReError bug during lexical region resolve
Michael Goulet
-0
/
+37
[next]