rust/src/libsyntax/ext
Erick Tryzelaar 9de7ad2d8c std: Swap {To,From}Primitive to use the 64bit as the unimplemented version
One downside with this current implementation is that since BigInt's
default is now 64 bit, we can convert larger BigInt's to a primitive,
however the current implementation on 32 bit architectures does not
take advantage of this fact.
2013-10-02 07:55:42 -07:00
..
deriving std: Swap {To,From}Primitive to use the 64bit as the unimplemented version 2013-10-02 07:55:42 -07:00
tt syntax: indicate an error when a macro ignores trailing tokens. 2013-10-02 14:43:15 +10:00
asm.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
auto_encode.rs
base.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
build.rs syntax: swap from .span_fatal to .span_err in #[deriving(FromPrimitive)] 2013-10-02 07:55:41 -07:00
bytes.rs
cfg.rs
concat_idents.rs
env.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
expand.rs Fix usage of the old debug! macros 2013-10-01 10:01:14 -07:00
fmt.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
format.rs Migrate users of 'loop' to 'continue' 2013-10-01 15:53:13 -07:00
log_syntax.rs
quote.rs remove the float type 2013-10-01 14:54:10 -04:00
source_util.rs
trace_macros.rs