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
/
ui
/
generator
Age
Commit message (
Expand
)
Author
Lines
2020-12-06
Add a few basic tests for if-let guards
LeSeulArtichaut
-0
/
+11
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-11-10
Use Places to express closure/generator Captures
Aman Arora
-2
/
+2
2020-10-26
always record reference to binding in match if guards
SNCPlay42
-1
/
+20
2020-10-22
Explain where the closure return type was inferred
Aaron Hill
-0
/
+5
2020-10-15
Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...
bors
-7
/
+7
2020-10-14
switch the test to an actual MCVE
Ding Xiang Fei
-14
/
+9
2020-10-14
rustfmt
Ding Xiang Fei
-1
/
+1
2020-10-14
test derived from #74961
Ding Xiang Fei
-0
/
+29
2020-10-11
traits diagnostics: Don't print closure/generator upvar_tys tuple
Aman Arora
-4
/
+0
2020-10-11
Always return tupled_upvar_tys for Closure/Generator consituent tys
Aman Arora
-0
/
+2
2020-10-11
Replace tuple of infer vars for upvar_tys with single infer var
Roxane
-7
/
+9
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
[next]