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
55,461
Commits
2
Branches
0
Tags
1.4
GiB
ddf92ffae4
Commit Graph
3 Commits
Author
SHA1
Message
Date
Tamir Duberstein
d51047ded0
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
Niko Matsakis
221edbae38
Support parenthesized paths
Foo(A,B) -> C
that expand to
Foo<(A,B),C>
. These paths also bind anonymous regions (or will, once HRTB is fully working).
...
Fixes
#18423
.
2014-11-06 06:48:23 -05:00
Alex Crichton
a016aa2405
rustc: Turn a Box ICE into an error
...
Closes
#14092
2014-05-21 09:16:11 -07:00