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
2021-03-20
Move some tests to more reasonable directories - 5
Caio
-0
/
+20
2021-03-15
Only allow tait defining uses in function and method return position
Oli Scherer
-11
/
+75
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-3
/
+56
2021-03-12
Make def_key and HIR parenting consistent.
Camille GILLOT
-5
/
+5
2021-02-19
Rollup merge of #82245 - estebank:issue-78653, r=matthewjasper
Dylan DPC
-0
/
+28
2021-02-17
Do not ICE when evaluating locals' types of invalid `yield`
Esteban Küber
-0
/
+28
2021-02-10
Keep existing names of regions in placeholder_error
Matthew Jasper
-4
/
+4
2021-02-09
Remove unnecessary note on errors
Matthew Jasper
-12
/
+0
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-5
/
+5
2021-02-01
Update ui tests
Jesus Rubio
-0
/
+1
2021-01-15
Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry
Yuki Okushi
-0
/
+37
2021-01-14
Don't ICE when computing a layout of a generator tainted by errors
Tomasz Miąsko
-0
/
+37
2021-01-14
Encode optimized MIR of generators when emitting metadata
Tomasz Miąsko
-0
/
+34
2021-01-12
Provide more information for HRTB lifetime errors involving closures
Esteban Küber
-2
/
+30
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
[next]