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
/
async-await
/
issues
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-2
/
+2
2025-07-29
add `nonpoison::mutex` implementation
Connor Tsui
-4
/
+4
2025-07-10
Remove uncessary parens in closure body with unused lint
yukang
-16
/
+0
2025-06-27
Report infer ty errors during hir ty lowering
Oli Scherer
-3
/
+30
2025-06-18
Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...
Jakub Beránek
-14
/
+2
2025-06-11
stabilize gai
Boxy
-14
/
+2
2025-06-09
Make E0621 missing lifetime suggestion verbose
Esteban Küber
-3
/
+6
2025-06-04
Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`
Jake Goulding
-13
/
+2
2025-04-10
replace `//@ compile-flags: --edition` with `//@ edition`
Pietro Albini
-1
/
+2
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-1
/
+3
2025-03-03
Do not recover missing lifetime with random in-scope lifetime
Michael Goulet
-13
/
+2
2025-01-06
`best_blame_constraint`: avoid blaming constraints from MIR generated by desu...
dianne
-20
/
+14
2025-01-02
Suppress type param suggestion if encountering invalid const infer
Michael Goulet
-5
/
+0
2025-01-02
Unconditionally lower generic_arg_infer
Michael Goulet
-5
/
+11
2024-12-14
Rollup merge of #134181 - estebank:trim-render, r=oli-obk
Matthias Krüger
-4
/
+1
2024-12-13
Stabilize async closures
Michael Goulet
-3
/
+1
2024-12-12
Tweak multispan rendering
Esteban Küber
-4
/
+1
2024-11-27
Update tests to use new proc-macro header
Eric Huss
-5
/
+1
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-1
/
+1
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+2
2024-08-31
elided_named_lifetimes: bless & add tests
Pavel Grigorenko
-2
/
+13
2024-06-27
Tighten spans for async blocks
Michael Goulet
-6
/
+4
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-12
/
+10
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-1
/
+16
2024-03-19
Remove redundant coroutine captures note
Michael Goulet
-1
/
+0
2024-03-11
Update test directives for `wasm32-wasip1`
Alex Crichton
-5
/
+0
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-101
/
+101
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-1
/
+1
2024-01-15
Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors
Matthias Krüger
-16
/
+4
2024-01-13
Bless tests
George-lewis
-0
/
+1
2024-01-11
Keep error types around, even in obligations.
Oli Scherer
-16
/
+4
2024-01-09
Avoid silencing relevant follow-up errors
Oli Scherer
-3
/
+15
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-2
/
+2
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-2
/
+2
2023-11-28
Fix spans for bad await in inline const
Michael Goulet
-16
/
+2
2023-11-28
Eagerly return ExprKind::Err on yield/await in wrong coroutine context
Michael Goulet
-1
/
+0
2023-11-24
Show number in error message even for one error
Nilstrieb
-14
/
+14
2023-10-25
Rename in preparation for moving the `async` printing out of `CoroutineSource`
Oli Scherer
-1
/
+1
2023-10-20
Rename lots of files that had `generator` in their name
Oli Scherer
-0
/
+0
2023-10-20
s/generator/coroutine/
Oli Scherer
-13
/
+13
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2023-10-13
Stabilize AFIT and RPITIT
Michael Goulet
-18
/
+3
2023-10-03
Point to full async fn for future
Michael Goulet
-2
/
+2
2023-09-28
Auto merge of #115659 - compiler-errors:itp, r=cjgillot
bors
-15
/
+1
2023-09-23
Bless tests.
Camille GILLOT
-81
/
+26
2023-09-23
Revert duplication of tests.
Camille GILLOT
-46
/
+3
2023-09-21
adjust how closure/generator types and rvalues are printed
Ralf Jung
-6
/
+6
2023-09-19
Add more if let guard tests
Matthew Jasper
-0
/
+8
2023-09-08
Stabilize impl_trait_projections
Michael Goulet
-15
/
+1
2023-08-28
Revert "Suggest using `Arc` on `!Send`/`!Sync` types"
David Tolnay
-2
/
+0
[next]