This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
36,683
Commits
2
Branches
0
Tags
1.4
GiB
85f961e2cc
Commit Graph
3 Commits
Author
SHA1
Message
Date
Niko Matsakis
5c3d398919
Mostly rote conversion of
proc()
to
move||
(and occasionally
Thunk::new
)
2014-12-14 04:21:56 -05:00
Niko Matsakis
cf753a2dc7
Correct tests that were supposed to fail but now pass due to the fn trait hierarchy.
2014-11-05 22:01:30 -05:00
Patrick Walton
b0931a0a0f
librustc: When checking static method calls to unboxed closures, look at
...
the right trait and take the method name into account.
Closes
#16599
.
2014-08-20 10:38:06 -07:00