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
/
run-pass
/
generator
Age
Commit message (
Expand
)
Author
Lines
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
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+44