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
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
2021-12-05
Pretty print async block without redundant space
David Tolnay
-5
/
+5
2021-12-05
Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa
Matthias Krüger
-3
/
+3
2021-12-03
Auto merge of #90737 - eholk:intofuture, r=tmandry
bors
-0
/
+2
2021-12-02
Code review feedback
Eric Holk
-0
/
+1
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-3
/
+3
2021-11-23
Update test outputs
Michael Goulet
-1
/
+1
2021-11-22
Update stderr files
Eric Holk
-0
/
+1
2021-11-20
Do not mention associated items when they introduce an obligation
Esteban Kuber
-5
/
+0
2021-11-18
Print output ty for opaque future ty
Michael Goulet
-1
/
+1
2021-10-25
fix(rustc_typeck): report function argument errors on matching type
Michael Howell
-2
/
+2
2021-10-24
Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crate
Esteban Kuber
-14
/
+3
2021-10-05
Note specific regions involved in 'borrowed data escapes' error
Aaron Hill
-2
/
+8
2021-09-30
Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank
bors
-1
/
+1
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-1
/
+1
2021-09-23
Support incremental in compiletest for non-incremental modes.
Eric Huss
-1
/
+2
2021-09-20
Use `ty::Error` for opaque types with errors in its bounds.
Oli Scherer
-10
/
+2
2021-09-09
Use more accurate spans for "unused delimiter" lint
Esteban Kuber
-1
/
+6
2021-08-30
`feature(const_param_types)` -> `feature(adt_const_params)`
lcnr
-1
/
+1
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-1
/
+1
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-6
/
+10
2021-08-11
Modify structured suggestion output
Esteban Küber
-4
/
+4
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-30
Use multispan suggestions more often
Esteban Küber
-4
/
+2
2021-07-27
Make all tests use type_alias_impl_trait feature instead of min
Santiago Pastorino
-3
/
+1
2021-07-27
Use type_alias_impl_trait instead of min in compiler and lib
Santiago Pastorino
-12
/
+0
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-1
/
+5
2021-06-12
Pretty print generator witness only in `-Zverbose` mode
Tomasz Miąsko
-2
/
+2
2021-05-11
improve diagnosts for GATs
b-naber
-6
/
+6
2021-03-30
Fix tests.
Camille GILLOT
-1
/
+1
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-1
/
+15
2021-02-13
spell the real selftype
csmoe
-1
/
+1
2021-02-12
spell out nested self type
csmoe
-0
/
+11
[next]