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-29
Implement non-internal ivecs
Marijn Haverbeke
-23
/
+13
2011-08-27
Add std::istr::as_buf for converting to cstrs. Issue #855
Brian Anderson
-1
/
+21
2011-08-27
Support istrs in #fmt. Issue #855
Brian Anderson
-0
/
+6
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-13
/
+15
2011-08-27
Convert std::os to istrs. Issue #855
Brian Anderson
-2
/
+2
2011-08-27
Convert std::generic_os to istrs. Issue #855
Brian Anderson
-14
/
+17
2011-08-27
Add std::istr::str_from_cstr. Issue #855
Brian Anderson
-0
/
+9
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-35
/
+46
2011-08-27
Convert std::run to istrs. Issue #855
Brian Anderson
-5
/
+8
2011-08-27
Convert std::getopts to istrs. Issue #855
Brian Anderson
-140
/
+142
2011-08-27
Convert the task-comm parts of compiletest to istrs. Issue #855
Brian Anderson
-61
/
+108
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-20
/
+29
2011-08-27
Convert std::sha1 to istrs. Issue #855
Brian Anderson
-12
/
+12
2011-08-27
Convert std::u64 to istrs. Issue #855
Brian Anderson
-3
/
+6
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-12
/
+16
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-24
/
+27
2011-08-26
Polymorphic MapReduce!
Eric Holk
-0
/
+328
2011-08-26
stdlib: more test cases for treemap.
Eric Holk
-1
/
+16
2011-08-26
stdlib: Added a treemap traversal function.
Eric Holk
-0
/
+17
2011-08-26
stdlib: Added an incredibly simple treemap.
Eric Holk
-0
/
+43
2011-08-26
Adding a test case to make sure spawning polymorphic functions works.
Eric Holk
-0
/
+12
2011-08-26
Test case for checks on pattern-bound vars
Tim Chevalier
-0
/
+16
2011-08-25
Test case for unchecked blocks
Tim Chevalier
-0
/
+41
2011-08-25
Change "pred" to "pure fn" in all libraries and test cases
Tim Chevalier
-20
/
+22
2011-08-25
Allow pure fns to have any return type
Tim Chevalier
-2
/
+34
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-420
/
+436
2011-08-25
Fix istr::unsafe_from_bytes. Issue #855
Brian Anderson
-0
/
+7
2011-08-24
Test that processes that are supposed to fail return a non-zero status
Brian Anderson
-0
/
+4
2011-08-24
XFAIL task-comm-2. Doesn't work under windows
Brian Anderson
-0
/
+5
2011-08-23
Resolve a number of FIXMEs
Brian Anderson
-34
/
+8
2011-08-23
Zero locals with initializers that may break or terminate. Closes #787
Brian Anderson
-0
/
+51
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-22
/
+22
2011-08-23
Recheck the while loop contition after continuing. Closes #825
Brian Anderson
-0
/
+10
2011-08-22
Eliminate unused variable warnings in stdtest
Brian Anderson
-6
/
+7
2011-08-22
Add std::istr. Issue #855
Brian Anderson
-0
/
+283
2011-08-22
Teach rustc to append istrs. Issue #855
Brian Anderson
-0
/
+19
2011-08-22
Teach rustc to add istrs. Issue #855
Brian Anderson
-2
/
+23
2011-08-22
Encode the istr shape correctly. Issue #855
Brian Anderson
-0
/
+6
2011-08-22
Fix ivec self-append. Closes #816
Brian Anderson
-6
/
+39
2011-08-22
Create correct drop glue for istrs. Issue #855
Brian Anderson
-0
/
+6
2011-08-22
Translate istr literals. Issue #855
Brian Anderson
-0
/
+17
2011-08-22
Silence unused variable warnings in compiletest
Brian Anderson
-2
/
+2
2011-08-22
Implement pattern guards
Marijn Haverbeke
-0
/
+16
2011-08-22
Remove silly restriction on passing type params by alias
Marijn Haverbeke
-9
/
+0
2011-08-22
Drop arguments on the caller side, not the callee
Marijn Haverbeke
-1
/
+1
2011-08-20
Rewrite reap_dead_tasks to never grab the sched lock before a task lock
Brian Anderson
-4
/
+0
2011-08-20
Convert task-perf-spawnalot to spawn_joinable. XFAIL
Brian Anderson
-1
/
+7
2011-08-20
Stop parsing ~[] vector syntax
Brian Anderson
-2
/
+2
2011-08-20
Reformat
Brian Anderson
-2190
/
+1838
2011-08-19
Parse x[y] as indexes
Brian Anderson
-19
/
+19
[prev]
[next]