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
Age
Commit message (
Expand
)
Author
Lines
2011-08-05
Revert "rustc: Introduce the concept of inline to the AST"
Patrick Walton
-4
/
+4
2011-08-05
rustc: Introduce the concept of inline to the AST
Patrick Walton
-4
/
+4
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-3
/
+1
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-433
/
+394
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-4
/
+4
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-8
/
+31
2011-07-14
The test runner's main returns unit, not int. Issue #428
Brian Anderson
-1
/
+1
2011-07-14
Flag --test implies '--cfg test'. Issue #428
Brian Anderson
-0
/
+6
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-4
/
+4
2011-07-12
rustc: Remove some useless std::vec imports
Patrick Walton
-1
/
+0
2011-07-12
Simplify the code for generating tests. Issue #428
Brian Anderson
-17
/
+10
2011-07-12
Log the synthesized __test module. Issue #428
Brian Anderson
-4
/
+8
2011-07-12
Elide existing main function when building a test runner. Issue #428
Brian Anderson
-1
/
+24
2011-07-12
rustc: Remove exterior vectors from front::attr
Patrick Walton
-7
/
+6
2011-07-11
Pass command-line args to the test runner. Issue #428
Brian Anderson
-5
/
+28
2011-07-11
rustc: Implement explicit global scope resolution via leading "::"; add a tes...
Patrick Walton
-3
/
+6
2011-07-09
Generate code to load a crate's tests into the std test runner. Issue #428
Brian Anderson
-37
/
+218
2011-07-09
Collect functions that look like unit tests. Issue #428
Brian Anderson
-3
/
+31
2011-07-09
Track the path as we fold over the AST looking for unit tests. Issue #428
Brian Anderson
-3
/
+17
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-9
/
+7
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-5
/
+5
2011-07-06
Generate a main fn for test running. Issue #428
Brian Anderson
-17
/
+79
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-24
/
+20
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-8
/
+12
2011-07-06
Begin adding unit testing infrastructure to the compiler
Brian Anderson
-0
/
+44
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-21
/
+21
2011-07-06
Temp commit on the way to making meta_item into an interior vector
Patrick Walton
-14
/
+10
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-8
/
+12
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-3
/
+30
2011-07-05
Support conditional compilation of native items. Closes #610
Brian Anderson
-5
/
+33
2011-07-05
Error if the link attribute has duplicate items. Issue #614
Brian Anderson
-0
/
+16
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-5584
/
+8
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-18
/
+19
2011-07-03
Handle fail as an argument; parse fail expressions unambiguously
Tim Chevalier
-9
/
+8
2011-07-03
Add a predicate that determines whether a token can begin an expression
Tim Chevalier
-0
/
+21
2011-07-02
Fix assertion failure when syntax extension name is missing.
Josh Matthews
-0
/
+3
2011-07-02
Allow any string expression to be used with fail.
Josh Matthews
-5
/
+8
2011-07-01
rustc: Move path_to_str to front::ast
Patrick Walton
-0
/
+13
2011-07-01
Add some FIXMEs for issue #607
Brian Anderson
-1
/
+4
2011-07-01
Add some logging to attr when reading crate link attributes
Brian Anderson
-2
/
+1
2011-07-01
Export only what's in use from front::eval. Issue #604
Brian Anderson
-0
/
+2
2011-07-01
Remove unused imports from front::eval
Brian Anderson
-7
/
+0
2011-07-01
Remove remaining unused eval methods. Issue #604
Brian Anderson
-46
/
+0
2011-07-01
Remove the concept of crate directive let statements. Issue #604
Brian Anderson
-111
/
+0
2011-07-01
Remove the concept of crate directive expressions. Issue #604
Brian Anderson
-66
/
+1
2011-07-01
Remove the environment concept from front::eval
Brian Anderson
-59
/
+31
2011-07-01
Cleanup attribute code. Issue #487
Brian Anderson
-2
/
+9
2011-07-01
Add some helper functions to front::attr
Brian Anderson
-0
/
+20
2011-07-01
Allow 'newtype' syntax for tags
Marijn Haverbeke
-1
/
+16
2011-06-30
Preserve hard \n\n pairs from source when pretty-printing, as explicit format...
Graydon Hoare
-4
/
+20
[prev]
[next]