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
/
ui
/
generator
Age
Commit message (
Expand
)
Author
Lines
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-8
/
+9
2020-03-18
Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandry
Mazdak Farrokhzad
-7
/
+141
2020-03-16
Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,...
Dylan DPC
-0
/
+1
2020-03-14
Fix rebase fallout
Jonas Schievink
-2
/
+2
2020-03-14
Add a test for generator discriminants
Jonas Schievink
-0
/
+134
2020-03-14
Use smaller discriminants for generators
Jonas Schievink
-5
/
+5
2020-03-14
Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry
bors
-1
/
+103
2020-03-10
Add long error explanation for E0628 #61137
Ayush Kumar Mishra
-0
/
+1
2020-03-09
Add test for issue-64620
Yuki Okushi
-0
/
+18
2020-03-06
Add test for generator sizes with resume arguments
Jonas Schievink
-0
/
+28
2020-03-05
Move stray generator test into the `generator` dir
Jonas Schievink
-0
/
+70
2020-03-04
Move formatting to different function
Jonas Schievink
-1
/
+5
2020-02-20
Add regression test
Jonas Schievink
-0
/
+30
2020-02-16
Do not ICE when encountering `yield` inside `async` block
Esteban Küber
-0
/
+15
2020-02-12
Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul...
Esteban Küber
-2
/
+2
2020-02-10
add main function to issue-69017 test
Chris Simpkins
-0
/
+2
2020-02-10
add issue 69017 test
Chris Simpkins
-0
/
+16
2020-02-06
Ignore panic-drops-resume.rs on wasm/emscripten
Jonas Schievink
-0
/
+2
2020-02-04
Remove obsolete test
Jonas Schievink
-49
/
+0
2020-02-04
Update error message with too many parameters
Jonas Schievink
-2
/
+3
2020-02-04
Add more tests for generator resume arguments
Jonas Schievink
-0
/
+67
2020-02-03
Fix miscompilation
Jonas Schievink
-0
/
+45
2020-02-02
Teach dropck about resume arguments
Jonas Schievink
-3
/
+52
2020-02-02
Add test for E0628 (too many generator parameters)
Jonas Schievink
-0
/
+15
2020-02-02
Add tests for generator resume arguments
Jonas Schievink
-0
/
+135
2020-02-02
Fix error message on type mismatch in generator
Jonas Schievink
-0
/
+41
2020-02-02
Adjust tests to type inference changes
Jonas Schievink
-18
/
+49
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-67
/
+70
2020-02-02
Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxc
bors
-1
/
+1
2020-02-01
Deduplicate generator interior types
Jonas Schievink
-1
/
+1
2020-01-31
Auto merge of #68080 - varkor:declared-here, r=petrochenkov
bors
-1
/
+1
2020-01-24
Normalise diagnostics with respect to "the X is declared/defined here"
varkor
-1
/
+1
2020-01-23
Make pointers to statics internal
Matthew Jasper
-0
/
+29
2020-01-15
wrap expr id into GeneratorInteriorTypeCause
csmoe
-1
/
+1
2020-01-09
Address review comments + Update NLL tests
Vadim Petrochenkov
-3
/
+3
2020-01-09
Update tests
Vadim Petrochenkov
-2
/
+28
2019-12-23
Yield is an expression form, not a statement.
Donough Liu
-6
/
+9
2019-12-08
async/await: more improvements to non-send errors
David Wood
-5
/
+12
2019-11-26
Record temporary static references in generator witnesses
Matthew Jasper
-0
/
+16
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-1
/
+1
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-1
/
+1
2019-11-04
Use check-pass in ui tests where appropriate
Tomasz Miąsko
-2
/
+2
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-3
/
+3
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-3
/
+5
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-5
/
+3
2019-10-04
Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton
bors
-3
/
+5
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-3
/
+5
2019-10-02
Calculate liveness for the same locals with and without -Zpolonius
Matthew Jasper
-20
/
+0
2019-09-27
lowering: don't .abort_if_errors()
Mazdak Farrokhzad
-1
/
+15
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-3
/
+3
[next]