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
rust
/
src
/
comp
/
middle
History
Marijn Haverbeke
12d5532166
Use switches rather than chained conditionals to compile alt matches
...
This also moves the alt-related trans code into its own file.
Closes
#467
2011-07-13 00:38:24 +02:00
..
tstate
rustc: Simplify tritv::copy; shaves a couple of seconds off typestate.
2011-07-12 11:47:32 -07:00
alias.rs
rustc: Implement pointer dereference; add a test case
2011-07-11 15:19:16 -07:00
ast_map.rs
Move visit to newtype-style nominal type
2011-07-11 13:53:50 +02:00
resolve.rs
Make resolve check for type-variable name-shadowing
2011-07-12 13:42:05 -07:00
trans_alt.rs
Use switches rather than chained conditionals to compile alt matches
2011-07-13 00:38:24 +02:00
trans.rs
Use switches rather than chained conditionals to compile alt matches
2011-07-13 00:38:24 +02:00
ty.rs
Improve impossible-case handling in ty::get_element_type
2011-07-08 22:25:57 -07:00
typeck.rs
Add elipses, reorganize the macro components into their own AST node.
2011-07-11 18:52:50 -07:00