index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
front
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-10
/
+10
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+1
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-1
/
+2
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-2
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-2
/
+1
2011-10-29
Add the ability to ignore tests by compiler config
Brian Anderson
-18
/
+12
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-1
/
+1
2011-10-07
Give up on providing a by-value version of map, convert fold over to
Marijn Haverbeke
-5
/
+5
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-22
/
+21
2011-09-19
Break fold's circular reference during unwinding
Brian Anderson
-2
/
+0
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-4
/
+2
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-13
/
+11
2011-09-02
Reformat. Issue #855
Brian Anderson
-3
/
+4
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-2
/
+2
2011-08-25
Support unchecked blocks
Tim Chevalier
-1
/
+1
2011-08-20
Reformat
Brian Anderson
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-3
/
+3
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-10
/
+10
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-3
/
+3
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-3
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-78
/
+74
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-2
/
+2
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-1
/
+0
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-5
/
+5
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-2
/
+2
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-6
/
+4
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-2
/
+3
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-7
/
+8
2011-07-06
Temp commit on the way to making meta_item into an interior vector
Patrick Walton
-6
/
+4
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-2
/
+3
2011-07-05
Support conditional compilation of native items. Closes #610
Brian Anderson
-5
/
+33
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-2
/
+2
2011-06-30
Use attributes for conditional compilation in std.rc
Brian Anderson
-2
/
+20
2011-06-30
Conditionally compile items declared as statements. Issue #489
Brian Anderson
-1
/
+30
2011-06-30
Add a pass to fold out items that do not belong in the current configuration
Brian Anderson
-0
/
+68