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
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-5
/
+2
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-18
/
+19
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-1
/
+2
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-33
/
+24
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-5
/
+5
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-1
/
+1
2011-09-01
Convert std::test to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-8
/
+8
2011-08-27
Convert rustc::syntax::ast_util to istrs. Issue #855
Brian Anderson
-4
/
+5
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-1
/
+3
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-14
/
+14
2011-08-25
Support unchecked blocks
Tim Chevalier
-7
/
+6
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-1
/
+1
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-18
/
+20
2011-08-20
Reformat
Brian Anderson
-49
/
+42
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-4
/
+4
2011-08-18
Change ast::ty_ivec, ty::ty_ivec to ty_vec
Brian Anderson
-2
/
+2
2011-08-18
Remove seq_kind from ast::expr_vec
Brian Anderson
-1
/
+1
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-1
/
+2
2011-08-17
Purge vecs from the std::test interface
Brian Anderson
-1
/
+1
2011-08-16
Port the compiler to foo<T> decl syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the compiler to the typaram foo<T> syntax.
Erick Tryzelaar
-2
/
+2
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-8
/
+8
2011-08-16
Add and use an ivec interface to std::test
Brian Anderson
-3
/
+3
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-15
Make spans into stacks (to store expansion backtraces).
Paul Stansifer
-15
/
+15
2011-08-12
Don't rely on binop autoderef in the compiler.
Michael Sullivan
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-5
/
+5
2011-08-05
rustc: Add inlineness to the fn decl instead
Patrick Walton
-0
/
+2
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
Reformat for new syntax
Marijn Haverbeke
-235
/
+224
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-2
/
+2
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-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-3
/
+3
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-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
-4
/
+2
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-3
/
+3
2011-07-06
Generate a main fn for test running. Issue #428
Brian Anderson
-17
/
+79
[prev]
[next]