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
/
run-pass
/
generator
Age
Commit message (
Expand
)
Author
Lines
2019-08-14
move test that shouldn't be in test/run-pass/
Mazdak Farrokhzad
-17
/
+0
2019-08-07
Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj
Mazdak Farrokhzad
-0
/
+17
2019-08-02
Add niche-in-generator test
Tyler Mandry
-0
/
+17
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-1109
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+5
2019-07-25
Rollup merge of #62707 - JohnTitor:add-test-for-61922, r=tmandry
Mazdak Farrokhzad
-0
/
+12
2019-07-25
Use Foo instead of raw arrays
Yuki Okushi
-3
/
+3
2019-07-22
Fix or ignore regressed tests
Vadim Petrochenkov
-0
/
+1
2019-07-16
Add tests for overlapping explicitly dropped locals in generators
Yuki Okushi
-0
/
+12
2019-06-28
Use RequiresStorage to determine which locals can overlap
Tyler Mandry
-4
/
+18
2019-06-28
Add size tests for moved locals in generators
Tyler Mandry
-0
/
+48
2019-06-22
Move run-pass test to run-pass/generator
Aaron Hill
-0
/
+34
2019-06-10
Add test suite
Tyler Mandry
-0
/
+27
2019-06-04
Add test for DropAndReplace bug
Tyler Mandry
-0
/
+44
2019-05-24
Move async/await tests to test/ui/async-await
varkor
-23
/
+0
2019-05-06
Add test for #59972
Tyler Mandry
-0
/
+23
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-3
/
+0
2019-03-08
Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkov
Pietro Albini
-0
/
+28
2019-03-06
Desugared asyncs into generators and minimised.
Giles Cope
-12
/
+13
2019-03-05
Removed whitespace
Giles Cope
-1
/
+1
2019-03-05
Unrolled await macro.
Giles Cope
-0
/
+27
2019-03-04
Monomorphize generator field types for debuginfo
Wim Looman
-0
/
+27
2019-01-27
Mark non-static generators as always Unpin
Wim Looman
-1
/
+19
2019-01-27
impl Generator for Pin<Box<Generator>>
Wim Looman
-0
/
+13
2019-01-27
Change generator trait to use pinning
Wim Looman
-50
/
+64
2019-01-26
Replace deprecated ATOMIC_INIT consts
Mark Rousskov
-6
/
+6
2018-12-30
Remove unused nll debug flags
Matthew Jasper
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-250
/
+0
2018-09-26
Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...
Felix S. Klock II
-0
/
+6
2018-09-26
Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.
Felix S. Klock II
-0
/
+1072
2018-09-06
Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...
Felix S. Klock II
-1026
/
+0
2018-08-07
Record adjustments and original type for expressions in the generator interior
John Kåre Alsaker
-0
/
+35
2018-07-31
Don't count MIR locals as borrowed after StorageDead when finding locals live...
John Kåre Alsaker
-0
/
+25
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-5
/
+5
2018-03-25
Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj
kennytm
-45
/
+49
2018-03-22
Added flag to disable user type assertion.
David Wood
-0
/
+1
2018-03-21
Make resuming generators unsafe instead of the creation of immovable generato...
John Kåre Alsaker
-45
/
+49
2018-01-30
Force locals to be live after they are borrowed for immovable generators. Fix...
John Kåre Alsaker
-0
/
+28
2018-01-23
Make immovable generators unsafe
John Kåre Alsaker
-6
/
+8
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+139
2018-01-19
Run yield-subtype test on nll mode too as a regression check
Santiago Pastorino
-0
/
+3
2017-12-30
Add trailing newlines to files which have no trailing newlines.
kennytm
-3
/
+3
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+6
2017-10-17
test: Update Emscripten failures/passing
Alex Crichton
-1
/
+1
2017-09-20
address review comments
Ariel Ben-Yehuda
-0
/
+30
2017-09-20
Mark yields after visiting subexpressions. Never ignore yields for scopes in ...
John Kåre Alsaker
-21
/
+0
2017-09-20
Only consider yields coming after the expressions when computing generator in...
John Kåre Alsaker
-0
/
+62
2017-09-13
Analyse storage liveness and preserve it during generator transformation
John Kåre Alsaker
-0
/
+30
2017-08-30
rustc: Fix reachability with cross-crate generators
Alex Crichton
-0
/
+45
2017-08-27
Ignore a threaded test on emscripten
Alex Crichton
-0
/
+1
[next]