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
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
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
2021-02-12
add testcase for issue 78600
csmoe
-0
/
+12
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-3
/
+3
2021-02-02
Update ui tests (nll)
Jesus Rubio
-1
/
+2
2021-01-16
Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry
Mara Bos
-0
/
+54
2021-01-14
Fix error E0373 documentation
1000teslas
-1
/
+1
2021-01-14
Bless test output
1000teslas
-1
/
+0
2021-01-12
Update src/test/ui/async-await/issues/issue-78938-async-block.stderr
1000teslas
-1
/
+1
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-4
/
+17
2021-01-10
Revise async block error message
1000teslas
-9
/
+1
2021-01-10
Update issue-78938-async-block.rs
1000teslas
-1
/
+1
2021-01-10
Fix location of error message explanation
1000teslas
-5
/
+5
2021-01-10
Explain why borrows can't be held across yield point in async blocks
1000teslas
-0
/
+63
2020-12-26
update tests
Bastian Kauschke
-5
/
+4
2020-11-10
Rollup merge of #76765 - guswynn:async_return, r=tmandry
Jonas Schievink
-2
/
+4
2020-11-04
Fix issue 78654.
Hameer Abbasi
-0
/
+54
2020-11-02
Only separate notes if span is multiline
Yuki Okushi
-6
/
+3
2020-11-02
Add "this has type `{}` which {}" note
Yuki Okushi
-0
/
+5
2020-11-02
Address some code reviews
Yuki Okushi
-7
/
+2
2020-11-02
Separate complex multispan into some notes
Yuki Okushi
-4
/
+11
2020-10-17
Make it more clear when complaining about async fn's return types
Gus Wynn
-2
/
+4
2020-09-26
Call `type_of` for opaque types later in compilation
Matthew Jasper
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-13
/
+13
2020-08-08
Be consistent when describing a move as a 'partial' in diagnostics
Aaron Hill
-4
/
+4
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-2
/
+2
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-3
/
+3
2020-06-25
Adds a clearer message for when the async keyword is missing from a function
Nell Shamrell
-2
/
+3
2020-06-15
Change E0758 to E0759 to avoid conflict with #72912
Esteban Küber
-2
/
+2
2020-06-15
small tweaks
Esteban Küber
-5
/
+1
2020-06-15
Register new eror code
Esteban Küber
-0
/
+1
2020-06-15
Use note for requirement source span
Esteban Küber
-1
/
+5
2020-06-15
review comments: wording
Esteban Küber
-1
/
+1
2020-06-15
Tweak wording and add error code
Esteban Küber
-3
/
+3
[next]