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
/
libcore
/
ops
/
generator.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-15
Bump the bootstrap compiler
Jonas Schievink
-29
/
+2
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-4
/
+31
2019-01-27
Change generator trait to use pinning
Wim Looman
-14
/
+23
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-1
/
+1
2018-03-21
Make resuming generators unsafe instead of the creation of immovable generato...
John Kåre Alsaker
-4
/
+8
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-2
/
+2
2017-07-28
Fix more tests with `GeneratorState` rename
Alex Crichton
-8
/
+8
2017-07-28
Rename State to GeneratorState
John Kåre Alsaker
-3
/
+3
2017-07-28
Derive traits for State.
John Kåre Alsaker
-1
/
+1
2017-07-28
Remove support for `gen arg`
Alex Crichton
-8
/
+8
2017-07-28
Add documentation for generators
Alex Crichton
-4
/
+88
2017-07-28
std: Add forwarding impls of `Generator` trait
Alex Crichton
-4
/
+13
2017-07-28
Fix tidy warnings
Alex Crichton
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+38