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
Age
Commit message (
Expand
)
Author
Lines
2011-08-02
Add dedicated pretty-printer tests with new pp-exact directive
Brian Anderson
-6
/
+67
2011-08-02
Pretty-print test the rfail tests. Issue #789
Brian Anderson
-0
/
+2
2011-08-02
Add xfail-pretty directives to tests that don't pretty-print correctly
Brian Anderson
-2
/
+19
2011-08-02
Remove test/run-pass/simple-qsort
Brian Anderson
-23
/
+0
2011-08-02
Display the name of the test being waited for before the result is in
Brian Anderson
-1
/
+5
2011-08-02
Add xfail-pretty test directive. Issue #789
Brian Anderson
-3
/
+9
2011-08-02
Use color to report the final test result, even when running in parallel
Brian Anderson
-2
/
+3
2011-08-02
Run pretty-printed sources through the compiler again for sanity
Brian Anderson
-4
/
+10
2011-08-02
Implement test that pretty-printed code converges. Issue #789
Brian Anderson
-10
/
+101
2011-08-02
Remove unused procsrv::clone function from compiletest
Brian Anderson
-7
/
+0
2011-08-02
Fix comment typo in compiletest
Brian Anderson
-1
/
+1
2011-08-02
Pretty-print tests only run on .rs files. Issue #789
Brian Anderson
-5
/
+22
2011-08-02
Introduce pretty-print testing mode to compiletest. Issue #789
Brian Anderson
-2
/
+19
2011-08-02
Replace an open-coded conversion with ivec::from_vec
Brian Anderson
-6
/
+1
2011-08-02
Move compiletest modules into separate files
Brian Anderson
-587
/
+617
2011-08-02
Add a --no-trans command line option
Brian Anderson
-5
/
+16
2011-08-02
Compiler accepts input from stdin when source file is called "-"
Brian Anderson
-17
/
+66
2011-08-02
Assign collection element ty to loop local tvar when checking loops
Marijn Haverbeke
-2
/
+5
2011-08-02
Do not try to save block result when the block is an iter body
Marijn Haverbeke
-1
/
+2
2011-08-02
Be a little more clever about picking columns to match on in trans_alt
Marijn Haverbeke
-4
/
+34
2011-08-02
Copy locals created by destructuring on the content of a box
Marijn Haverbeke
-8
/
+29
2011-08-02
Move ppaux::ty_to_str to new record syntax
Marijn Haverbeke
-5
/
+5
2011-08-02
Improve handling of bottom type in alt arms
Marijn Haverbeke
-0
/
+1
2011-08-01
Handle bang functions correctly in typestate
Tim Chevalier
-59
/
+117
2011-08-01
Add std::str::is_whitespace
Brian Anderson
-0
/
+22
2011-08-01
Add std::str::trim/trim_left/trim_right
Brian Anderson
-0
/
+69
2011-08-01
Add std::char_slice
Brian Anderson
-0
/
+13
2011-08-01
Add std::char::is_whitespace
Brian Anderson
-0
/
+56
2011-08-01
Add std::char module
Brian Anderson
-0
/
+1
2011-08-01
Fix incorrect uses of str::buf()
Paul Stansifer
-11
/
+18
2011-08-01
Adding an intrinsic for recv.
Eric Holk
-53
/
+209
2011-08-01
Ignore whitespace in argument lists in compiletest
Brian Anderson
-1
/
+20
2011-08-01
Added send and receive to comm library.
Eric Holk
-23
/
+56
2011-08-01
Enabling logging in circular_buffer again.
Eric Holk
-46
/
+44
2011-08-01
Objectified library chans and ports.
Eric Holk
-13
/
+15
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-19
/
+176
2011-08-01
Fix closures over dynamically-sized polymorphic values.
Michael Sullivan
-17
/
+44
2011-08-01
Fix closures over known-size polymorphic values.
Michael Sullivan
-15
/
+15
2011-08-01
Add a GEPi function that wraps GEP with integer arguments.
Michael Sullivan
-12
/
+22
2011-08-01
Replace a lock/unlock with scoped_lock in rust_scheduler::create_task
Brian Anderson
-3
/
+5
2011-08-01
Add tests for destructuring locals
Marijn Haverbeke
-0
/
+37
2011-08-01
Add check for irrefutable patterns in destructuring locals
Marijn Haverbeke
-4
/
+35
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-250
/
+308
2011-07-31
Get rid of walk.rs
Marijn Haverbeke
-463
/
+0
2011-07-31
Stop using walk.rs in the fuzzer
Marijn Haverbeke
-5
/
+5
2011-07-31
Remove unused imports
Tim Chevalier
-2
/
+0
2011-07-31
Change bitvectors::relax_precond_block to use visit instead of walk
Tim Chevalier
-24
/
+28
2011-07-29
Minimize scheduler locking on task creation
Brian Anderson
-1
/
+2
2011-07-29
Add a task spawning benchmark
Brian Anderson
-0
/
+29
2011-07-29
Lock the new task's scheduler when creating a task
Brian Anderson
-2
/
+3
[next]