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-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
2017-08-11
Fix xcrate generator test
Alex Crichton
-1
/
+1
2017-08-09
Add a failing xcrate generator test
Alex Crichton
-5
/
+18
2017-08-09
Initial pass review comments
Alex Crichton
-2
/
+57
2017-07-28
Fix tests
John Kåre Alsaker
-23
/
+23
2017-07-28
Convert to spaces
John Kåre Alsaker
-4
/
+4
2017-07-28
Remove support for `gen arg`
Alex Crichton
-71
/
+25
2017-07-28
Fix a bug with yielding subtypes of the yield type.
John Kåre Alsaker
-0
/
+23
2017-07-28
Add a test case for conditional drop
Alex Crichton
-0
/
+65
2017-07-28
Fix tests
John Kåre Alsaker
-11
/
+16
2017-07-28
Use FIXME instead of TODO
John Kåre Alsaker
-1
/
+1
2017-07-28
Ensure upvars are dropped when generators have never been resumed
John Kåre Alsaker
-4
/
+2
2017-07-28
Make yield and gen arg outside generator literals an error and update tests
John Kåre Alsaker
-5
/
+6
2017-07-28
Add some generator pass/fail tests
Alex Crichton
-0
/
+442
2017-07-28
Fix tests
Alex Crichton
-4
/
+7
2017-07-28
Added some tests
John Kåre Alsaker
-0
/
+33
2017-07-28
Fix tidy warnings
Alex Crichton
-10
/
+10
[next]