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
/
test
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2011-08-17
Using move-mode for spawn thunks to avoid race conditions.
Eric Holk
-17
/
+36
2011-08-17
Allow multiple imports in a single statement
Brian Anderson
-0
/
+26
2011-08-17
Allow multiple exports in a single export statement. Issue #817
Brian Anderson
-0
/
+16
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-109
/
+114
2011-08-16
Port the tests to the decl foo<T> syntax.
Erick Tryzelaar
-130
/
+130
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-180
/
+180
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-22
/
+22
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-15
/
+12
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
-77
/
+91
2011-08-16
Make let bindings' scope start at their definition
Marijn Haverbeke
-0
/
+20
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-59
/
+59
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
2011-08-15
XFAIL run-pass/task-killjoin
Brian Anderson
-0
/
+4
2011-08-15
Allow `[a, b, ..., c]` transcription patterns in MBE.
Paul Stansifer
-0
/
+5
2011-08-15
Syntax updates.
Eric Holk
-4
/
+4
2011-08-15
Removed spawn and task from the parser. Updated all the tests except for the ...
Eric Holk
-167
/
+247
2011-08-15
Porting a bunch of tests over.
Eric Holk
-80
/
+86
2011-08-15
Removed old object-based chans.
Eric Holk
-85
/
+85
2011-08-15
Converted two more spawn tests.
Eric Holk
-3
/
+11
2011-08-15
Working on more spawn test cases.
Eric Holk
-9
/
+24
2011-08-15
Move mode for lib comm, converted a few tests.
Eric Holk
-18
/
+25
2011-08-15
Port ID-based channels.
Eric Holk
-0
/
+10
2011-08-15
Re-add some deleted tuple tests
Marijn Haverbeke
-0
/
+65
2011-08-12
Eliminate autoderef on binops and unary negation.
Michael Sullivan
-20
/
+0
2011-08-12
Change some tests that used binop autoderef.
Michael Sullivan
-9
/
+8
2011-08-12
Convert most working tests to ivecs
Brian Anderson
-93
/
+96
2011-08-12
Remove std::vec
Brian Anderson
-5
/
+0
2011-08-12
Remove all usages of std::vec::vbuf
Brian Anderson
-5
/
+5
2011-08-12
XFAIL run-pass/vec-self-append
Brian Anderson
-0
/
+4
2011-08-12
Remove last uses of vec::len
Brian Anderson
-12
/
+12
2011-08-12
Convert run-pass/import-glob-crate to ivecs
Brian Anderson
-4
/
+4
2011-08-12
Convert run-pass/mod-view-items to ivecs
Brian Anderson
-2
/
+2
2011-08-12
Move the ivec::reverse tests to stdtest
Brian Anderson
-22
/
+0
2011-08-12
Add reverse and reversed to std::ivec
Brian Anderson
-7
/
+7
2011-08-12
Convert run-pass/vec-append to ivecs
Brian Anderson
-20
/
+14
2011-08-12
Remove run-pass/vec-alloc-append.rs
Brian Anderson
-13
/
+0
2011-08-12
Remove run-pass/vec-ref-count.rs
Brian Anderson
-12
/
+0
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-2
/
+0
2011-08-12
Convert str::from_chars, to_chars to ivecs
Brian Anderson
-3
/
+2
2011-08-12
Convert str::is_utf8 to ivecs
Brian Anderson
-4
/
+4
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-5
/
+6
2011-08-11
Sanity-check the code examples that appear in the object system docs.
Lindsey Kuper
-0
/
+66
2011-08-11
Bring run-pass/spawn-fn up to date and un-XFAIL
Brian Anderson
-4
/
+4
[prev]
[next]