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-10-06
Fix tests from rebase
Matthew Jasper
-1
/
+1
2020-10-06
Fix rebase
Matthew Jasper
-1
/
+1
2020-10-06
Check opaque types satisfy their bounds
Matthew Jasper
-1
/
+0
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-0
/
+5
2020-09-28
Add tests for updated closure/generator printing
Aman Arora
-0
/
+191
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-2
/
+2
2020-09-08
Capitalize safety comments
Flying-Toast
-1
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-31
/
+31
2020-07-28
Make closures and generators a must use types
Tomasz Miąsko
-10
/
+163
2020-07-15
improve DiscriminantKind handling
Bastian Kauschke
-2
/
+2
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-2
/
+0
2020-06-22
fix subtle bug in NLL type checker
Niko Matsakis
-0
/
+8
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-12
/
+19
2020-06-08
Revert #71956
Dylan MacKenzie
-1
/
+1
2020-05-27
Fix incorrect comment in generator test
Jonas Schievink
-1
/
+1
2020-05-22
Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysis, r=tma...
bors
-1
/
+1
2020-05-19
Update tests with new generator sizes
Dylan MacKenzie
-1
/
+1
2020-05-19
update `discriminant_value` usage in tests
Bastian Kauschke
-3
/
+6
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+23
2020-04-28
also run some generator tests without MIR optimizations
Ralf Jung
-0
/
+15
2020-04-19
Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasper
bors
-13
/
+9
2020-04-18
Add label to item source of bound obligation
Esteban Küber
-2
/
+2
2020-04-17
Make `needs_drop` less pessimistic on generators
Jonas Schievink
-13
/
+9
2020-04-13
Update test after rebase
Tyler Mandry
-2
/
+2
2020-04-13
Incorporate feedback into diagnostics
Tyler Mandry
-4
/
+4
2020-04-13
Use "generator" instead of "future" when appropriate
Tyler Mandry
-6
/
+6
2020-04-13
Don't annotate type when type is opaque
Tyler Mandry
-1
/
+1
2020-04-13
Improve span label
Tyler Mandry
-2
/
+2
2020-04-13
Add test for #68112 (existing output)
Tyler Mandry
-0
/
+96
2020-04-08
Small tweaks to required bound span
Esteban Küber
-4
/
+4
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
[prev]
[next]