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
/
nll
Age
Commit message (
Expand
)
Author
Lines
2024-04-11
Mention when the type of the moved value doesn't implement `Clone`
Esteban Küber
-0
/
+43
2024-04-11
Do not recomment cloning explicit `&mut` expressions
Esteban Küber
-12
/
+0
2024-04-11
Fix accuracy of `T: Clone` check in suggestion
Esteban Küber
-0
/
+26
2024-04-11
More move error suggestions to clone
Esteban Küber
-0
/
+42
2024-04-11
Suggest `.clone()` in some move errors
Esteban Küber
-0
/
+15
2024-04-11
Account for unops when suggesting cloning
Esteban Küber
-2
/
+3
2024-04-11
Suggest `.clone()` when moved while borrowed
Esteban Küber
-0
/
+5
2024-04-11
Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors
Matthias Krüger
-6
/
+6
2024-04-10
Handle more cases of value suggestions
Esteban Küber
-4
/
+4
2024-04-09
Tweak value suggestions in `borrowck` and `hir_analysis`
Esteban Küber
-2
/
+2
2024-04-07
Move tests
Caio
-0
/
+96
2024-04-03
Add `if let` tests
Nadrieril
-10
/
+80
2024-04-03
Add tests
Nadrieril
-56
/
+154
2024-03-24
add test for #116599
Matthias Krüger
-0
/
+44
2024-03-23
address review feedback
Matthias Krüger
-9
/
+9
2024-03-23
add test for #106874 ICE BoundUniversalRegionError
Matthias Krüger
-0
/
+138
2024-03-21
Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl.
Oli Scherer
-20
/
+20
2024-03-21
Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk
bors
-1
/
+10
2024-03-20
make `type_flags(ReError) & HAS_ERROR`
Ali MJ Al-Nasrawy
-2
/
+10
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-1
/
+10
2024-03-18
update region debug formatting
Boxy
-33
/
+34
2024-03-14
eagerly instantiate binders to avoid relying on `sub`
lcnr
-39
/
+12
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-0
/
+1
2024-02-29
Make nll higher ranked equate use bidirectional subtyping in invariant context
Santiago Pastorino
-2
/
+25
2024-02-18
Improve wording of static_mut_ref
Obei Sideg
-7
/
+7
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-172
/
+172
2024-02-14
Continue compilation after check_mod_type_wf errors
Oli Scherer
-2
/
+15
2024-02-13
Check normalized call signature for WF in mir typeck
Michael Goulet
-0
/
+74
2024-02-08
Continue to borrowck even if there were previous errors
Oli Scherer
-3
/
+35
2024-01-09
Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco
Guillaume Gomez
-3
/
+19
2024-01-09
Auto merge of #118968 - aliemjay:canon-static, r=lcnr
bors
-1
/
+1
2024-01-07
Update test for `E0796` and `static_mut_ref` lint
Obei Sideg
-3
/
+19
2023-12-19
rename to verbose-internals
jyn
-34
/
+34
2023-12-15
unify query canonicalization mode
Ali MJ Al-Nasrawy
-1
/
+1
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-12-07
recurse into refs when comparing tys for diagnostics
jyn
-8
/
+8
2023-12-05
Add print_trait_sugared
Michael Goulet
-4
/
+4
2023-12-01
add tests from crater for liveness causing scope differences
Rémy Rakic
-0
/
+46
2023-11-24
Manual find replace updates
Nilstrieb
-1
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-136
/
+136
2023-11-14
review + fix CI
lcnr
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-4
/
+4
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-15
/
+15
2023-11-04
add test for issue 117146
Rémy Rakic
-0
/
+100
2023-10-24
Auto merge of #116300 - cjgillot:split-move, r=petrochenkov
bors
-1
/
+1
2023-10-23
Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasper
Matthias Krüger
-0
/
+105
2023-10-21
Do not report errors from move path builder.
Camille GILLOT
-1
/
+1
2023-10-20
Rename lots of files that had `generator` in their name
Oli Scherer
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-14
/
+14
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
[prev]
[next]