]> git.lizzy.rs Git - rust.git/history - src/comp/front/config.rs
rustc: Configure out #[test] functions when not testing
[rust.git] / src / comp / front / config.rs
2012-01-06 Brian Andersonrustc: Configure out #[test] functions when not testing
2011-12-16 Graydon HoareMerge pull request #1317 from boggle/fix1315
2011-12-16 Niko Matsakisreorder args to the various vec, option fns so blk...
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Graydon HoareCopy first batch of material from libstd to libcore.
2011-11-23 Marijn HaverbekeAllow import directives in any block
2011-11-21 Haitao Lirustc: Remove abi from ast::native_mod
2011-11-17 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-11-17 Niko Matsakisremove compile-command from local variable blocks
2011-11-16 Haitao LiUse attributes for native module ABI and link name
2011-10-30 Brian AndersonAdd the ability to ignore tests by compiler config
2011-10-10 Marijn HaverbekeAdjust function signatures to allow for vecs being...
2011-10-07 Marijn HaverbekeGive up on providing a by-value version of map, convert...
2011-10-07 Marijn HaverbekeParse and typecheck by-value and by-ref arg specs
2011-09-19 Brian AndersonBreak fold's circular reference during unwinding
2011-09-12 Graydon HoareFactor imports mindlessly.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeReformat for new mode syntax, step 1
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-09-06 Tim ChevalierMerge remote-tracking branch 'graydon/master'
2011-09-03 Brian AndersonReformat. Issue #855
2011-08-27 Brian AndersonConvert ast::ident to istr. Issue #855
2011-08-26 Tim ChevalierSupport unchecked blocks
2011-08-20 Brian AndersonReformat
2011-08-16 Erick TryzelaarPort the compiler to the typaram foo<T> syntax.
2011-08-16 Brian AndersonRename std::ivec to std::vec
2011-08-16 Lindsey KuperThe wonky for...in... whitespace was bothering me....
2011-08-09 Erick TryzelaarPort the compiler to the ivec type [T] syntax.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-27 Marijn HaverbekeFix damage done by the pretty-printer
2011-07-27 Marijn HaverbekeReformat for new syntax
2011-07-25 Michael SullivanRename the block type to be blk also. Sorry.
2011-07-13 Patrick Waltonrustc: Remove some useless std::vec imports
2011-07-08 Patrick Waltonrustc: Remove all exterior vectors from the AST
2011-07-07 Patrick WaltonMerge pull request #634 from robarnold/upstream-stable
2011-07-07 Patrick Waltonrustc: Change lots of AST nodes to use interior vectors
2011-07-06 Patrick Waltonrustc: Make meta items into interior vectors
2011-07-06 Patrick Waltonrustc: Convert attribute in the AST to interior vectors
2011-07-06 Patrick Waltonrustc: Revert the conversion to interior vectors due...
2011-07-06 Patrick WaltonTemp commit on the way to making meta_item into an...
2011-07-06 Patrick Waltonrustc: Convert attribute in the AST to interior vectors
2011-07-05 Brian AndersonSupport conditional compilation of native items. Closes...
2011-07-05 Marijn HaverbekeMove everything syntax-related to syntax/, break deps...
2011-06-30 Brian AndersonUse attributes for conditional compilation in std.rc
2011-06-30 Brian AndersonConditionally compile items declared as statements...
2011-06-30 Brian AndersonAdd a pass to fold out items that do not belong in...