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
/
src
/
test
/
ui
/
async-await
/
issues
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1405
/
+0
2023-01-01
Verbose suggestions
Esteban Küber
-2
/
+5
2022-12-20
Add regression test for #102206
Yuki Okushi
-0
/
+31
2022-12-13
Use a label instead of a note for the drop site to create denser diagnostics
Oli Scherer
-14
/
+6
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-5
/
+0
2022-11-26
Pretty-print generators with their `generator_kind`
Arpad Borsos
-1
/
+1
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-2
/
+2
2022-11-12
Make impl_trait_projections a feature gate.
Camille GILLOT
-2
/
+5
2022-11-11
Visit opaque types during type collection too.
Camille GILLOT
-15
/
+2
2022-10-27
Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"
Michael Goulet
-7
/
+6
2022-10-19
Make ClosureOutlivesRequirement not rely on an unresolved type
Michael Goulet
-6
/
+7
2022-09-23
Rollup merge of #102134 - flba-eb:master, r=bjorn3
Matthias Krüger
-1
/
+0
2022-09-23
Restore ignore tag
Florian Bartels
-1
/
+0
2022-09-21
Split out async_fn_in_trait into a separate feature
Dan Johnson
-1
/
+1
2022-09-13
Update issue-65436-raw-ptr-not-send.rs
Eric Holk
-6
/
+10
2022-09-12
Impove diagnostic for .await-ing non-futures
Lukas Markeffsky
-6
/
+4
2022-09-09
Bless tests, fix ICE with ImplTraitPlaceholder
Michael Goulet
-0
/
+2
2022-08-29
Make the trait bound is not satisfied specify kind
Obei Sideg
-1
/
+1
2022-08-21
Rework point-at-arg
Michael Goulet
-3
/
+7
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-1
/
+1
2022-08-16
suggest adding an array length if possible
Takayuki Maeda
-6
/
+6
2022-07-25
Report elision failures on the AST.
Camille GILLOT
-3
/
+17
2022-07-07
Shorten span for closures.
Camille GILLOT
-5
/
+5
2022-06-29
Make RPIT and TAIT work exactly the same
Oli Scherer
-2
/
+15
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-06-08
Add regresion test for #95307
Yuki Okushi
-0
/
+43
2022-06-03
Fully stabilize NLL
Jack Huey
-89
/
+14
2022-05-29
Make lifetime errors more precise in the presence of `Fresh` lifetimes.
Camille GILLOT
-13
/
+10
2022-05-25
bless existing test with compare-mode=nll and remove test
b-naber
-7
/
+6
2022-05-22
Use revisions for NLL in async-await
Jack Huey
-20
/
+52
2022-04-16
Provide a better diagnostic on failure to meet send bound on futures in a for...
oribenshir
-3
/
+15
2022-04-04
diagnostics: use correct span for const generics
Michael Howell
-4
/
+4
2022-03-30
Restore `impl Future<Output = Type>` to async blocks
Michael Goulet
-1
/
+1
2022-03-22
remove [async output] from impl Future
Michael Goulet
-1
/
+1
2022-02-17
Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"
Oli Scherer
-4
/
+17
2022-02-12
Inherit lifetimes for async fn instead of duplicating them.
Camille GILLOT
-17
/
+4
2022-01-19
Simplify error reporting code, remove await point wording
Tyler Mandry
-4
/
+2
2022-01-19
NiceRegionError: Use written return type for async fn
Tyler Mandry
-1
/
+1
2021-12-13
review comment: change wording of suggestion
Esteban Kuber
-1
/
+1
2021-12-13
review comments
Esteban Kuber
-3
/
+7
2021-12-13
Fix rebase and clippy tests
Esteban Kuber
-26
/
+16
2021-12-13
When `.await` is called on a non-`Future` expression, suggest removal
Esteban Kuber
-33
/
+41
2021-12-11
Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis
Matthias Krüger
-5
/
+71
2021-12-10
Tweak wording
Esteban Kuber
-3
/
+3
2021-12-10
rebase and update nll test
Esteban Kuber
-2
/
+8
2021-12-10
Update nll test
Esteban Kuber
-0
/
+15
2021-12-10
Add filtering based on involved required lifetime
Esteban Kuber
-6
/
+1
2021-12-10
Clean up visual output logic
Esteban Kuber
-11
/
+14
2021-12-10
Point at capture points for non-`'static` reference crossing a `yield` point
Esteban Kuber
-5
/
+52
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
[next]