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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
Lines
2011-08-19
Fix polymorphic iterators. Closes #829.
Michael Sullivan
-0
/
+4
2011-08-19
Pretty-print constrained types correctly
Brian Anderson
-1
/
+0
2011-08-19
Pretty-print parens around more things that need disambiguation
Brian Anderson
-1
/
+0
2011-08-19
Teach the pretty-printer to disambiguate 'if ret { }' et. al
Brian Anderson
-1
/
+0
2011-08-19
Add some tests for expression corner cases, mostly involving ret and fail
Brian Anderson
-0
/
+100
2011-08-19
Clean up run-pass/fun-call-variants
Brian Anderson
-9
/
+3
2011-08-19
Remove xfail-pretty directives from working tests
Brian Anderson
-4
/
+0
2011-08-19
Add a comment about our single use of no-reformat
Brian Anderson
-0
/
+3
2011-08-19
Do better at preserving blank lines during pretty-printing
Brian Anderson
-0
/
+15
2011-08-19
Don't pretty-print extra blank lines after anon object methods
Brian Anderson
-0
/
+14
2011-08-18
Don't pretty-print trailing whitespace for blank lines inside block comments
Brian Anderson
-0
/
+15
2011-08-18
Try harder to disambig blocks followed by various exprs in pprust. Closes #840
Brian Anderson
-0
/
+65
2011-08-18
Handle sequential let semantics properly in typestate
Tim Chevalier
-0
/
+4
2011-08-18
Kill another case of a spurious blank line. Closes #809.
Graydon Hoare
-0
/
+8
2011-08-18
Fix task-comm-15 type errors and un-xfail.
Michael Sullivan
-7
/
+3
2011-08-18
More misc ivec->vec renaming
Brian Anderson
-4
/
+4
2011-08-18
Rename various things from ivec to vec
Brian Anderson
-30
/
+30
2011-08-18
Pretty-print ivecs as []
Brian Anderson
-21
/
+21
2011-08-17
Better type inference for chans and ports.
Eric Holk
-31
/
+41
2011-08-17
Track arguments in typestate
Tim Chevalier
-0
/
+18
2011-08-17
Remove last mentions of vec<> type in Rust source
Brian Anderson
-2
/
+2
2011-08-17
Use the new task join methods in the test runner. Closes #826
Brian Anderson
-10
/
+18
2011-08-17
Move some test setup from runtest to compiletest
Brian Anderson
-1
/
+2
2011-08-17
Convenience methods for spawning and joining tasks.
Eric Holk
-0
/
+8
2011-08-17
Yet another comm interface.
Eric Holk
-0
/
+8
2011-08-17
Using move-mode for spawn thunks to avoid race conditions.
Eric Holk
-26
/
+51
2011-08-17
Refactor import lookup in middle:resolve
Brian Anderson
-0
/
+14
2011-08-17
Allow multiple imports in a single statement
Brian Anderson
-0
/
+57
2011-08-17
Add compile-fail tests for malformed glob imports
Brian Anderson
-0
/
+12
2011-08-17
Allow multiple exports in a single export statement. Issue #817
Brian Anderson
-0
/
+16
2011-08-16
Updating to new type parameter syntax.
Eric Holk
-2
/
+2
2011-08-16
New channel-based task status notifications.
Eric Holk
-0
/
+32
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-190
/
+198
2011-08-16
Port the tests to the decl foo<T> syntax.
Erick Tryzelaar
-149
/
+149
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-298
/
+299
2011-08-16
Add pp test for interleaving comments through vectors. Closes #679
Brian Anderson
-0
/
+60
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-154
/
+154
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-41
/
+33
2011-08-16
Accept main(args: [str]) as main signature
Brian Anderson
-0
/
+3
2011-08-16
Updating sio tests.
Eric Holk
-15
/
+21
2011-08-16
Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...
Eric Holk
-107
/
+118
2011-08-16
Make let bindings' scope start at their definition
Marijn Haverbeke
-14
/
+14
2011-08-16
Clean up zip and unzip in std::ivec
Marijn Haverbeke
-12
/
+12
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-90
/
+90
2011-08-15
XFAIL task-comm-15
Brian Anderson
-0
/
+4
2011-08-15
Test case for issue #115.
Lindsey Kuper
-0
/
+19
2011-08-15
Test cases for issue #822.
Lindsey Kuper
-1
/
+28
2011-08-15
Simple example of anonymous objects from nothing. Closes #812.
Lindsey Kuper
-0
/
+38
2011-08-15
Tests for type inferred lambda-blocks.
Michael Sullivan
-6
/
+15
2011-08-15
Add operator 'copy', translates as fall-through.
Graydon Hoare
-0
/
+5
[prev]
[next]