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
/
generator
Age
Commit message (
Expand
)
Author
Lines
2019-06-25
Use `as_temp` to evaluate statement expressions
Matthew Jasper
-0
/
+32
2019-05-24
Move async/await tests to test/ui/async-await
varkor
-30
/
+0
2019-05-12
Remove feature(nll) when compare mode is sufficient
Matthew Jasper
-9
/
+3
2019-05-12
Change compare mode to use -Zborrowck=mir
Matthew Jasper
-0
/
+41
2019-05-07
Auto merge of #60586 - cramertj:await, r=oli-obk
bors
-12
/
+12
2019-05-07
Implement built-in await syntax
Taylor Cramer
-12
/
+12
2019-05-07
Trust signature over return expr for generators.
David Wood
-21
/
+10
2019-05-06
Add test for current behaviour.
David Wood
-0
/
+40
2019-05-03
Update tests
Christopher Vittal
-31
/
+9
2019-04-25
Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis
bors
-0
/
+30
2019-04-25
Improved error message when type must be bound due to generator.
Giles Cope
-0
/
+30
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-172
/
+48
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-7
/
+2
2019-03-13
Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelix
Mazdak Farrokhzad
-0
/
+59
2019-03-12
ignore higher-ranked WF requirements for trait objects
Niko Matsakis
-0
/
+59
2019-03-11
Update NLL tests
Vadim Petrochenkov
-6
/
+6
2019-03-11
Update tests
Vadim Petrochenkov
-13
/
+13
2019-01-29
Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis
bors
-4
/
+4
2019-01-28
Refer to synthetically named lifetimes as "some specific lifetime" rather tha...
Rémy Rakic
-2
/
+2
2019-01-27
Temporary workaround for travis diagnostic difference
Wim Looman
-4
/
+6
2019-01-27
Mark static generators as !Unpin
Wim Looman
-0
/
+28
2019-01-27
Change generator trait to use pinning
Wim Looman
-68
/
+72
2019-01-27
Update test expectations for new placeholder error messages
Remy Rakic
-4
/
+4
2019-01-05
Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus
kennytm
-2
/
+2
2019-01-02
say "the lifetime" instead of "some lifetime" when it feels right
Niko Matsakis
-2
/
+2
2019-01-02
apply the same logic to ConcreteFailure errors
Niko Matsakis
-22
/
+7
2019-01-02
introduce placeholder-placeholder errors for trait matching
Niko Matsakis
-23
/
+6
2019-01-02
tests: worse diagnostics, but basically same errors
Niko Matsakis
-28
/
+45
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-216
/
+46
2018-12-05
Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco
Pietro Albini
-1
/
+1
2018-12-04
Update tests
Oliver Scherer
-0
/
+2
2018-11-30
Refer to the second borrow as the "second borrow".
Daan de Graaf
-1
/
+1
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-10
/
+13
2018-10-19
Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomats...
kennytm
-0
/
+45
2018-10-18
Propagate bounds from generators
Matthew Jasper
-0
/
+45
2018-10-18
Extend closure special-casing for generators.
David Wood
-50
/
+45
2018-10-05
Updates to .stderr output in ui tests from earlier changes.
Felix S. Klock II
-4
/
+11
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-2
/
+2
2018-09-23
Update tests for changes to drop access
Matthew Jasper
-0
/
+2
2018-09-18
Update NLL 3-point error message for fake reads in optimized let patterns
Remy Rakic
-2
/
+3
2018-08-05
Fix doc link (again)
Felix Rabe
-2
/
+2
2018-08-01
minor fallout from the change.
Felix S. Klock II
-2
/
+0
2018-07-27
Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis
bors
-28
/
+8
2018-07-26
integrate the edition code.
Felix S. Klock II
-28
/
+8
2018-07-23
Don't match on region kinds when reporting NLL errors
Matthew Jasper
-5
/
+5
2018-07-17
Fix doc link
Felix Rabe
-2
/
+2
2018-07-10
Fix typo in error message E0277
Rémy Rakic
-5
/
+5
2018-07-01
Make causal tracking lazy
Santiago Pastorino
-20
/
+7
[next]