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-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
Limit the exports from std::vec
Brian Anderson
-0
/
+25
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-148
/
+148
2011-08-12
Remove std::io
Brian Anderson
-474
/
+0
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-63
/
+66
2011-08-12
Remove a vbuf import from std::str
Brian Anderson
-1
/
+0
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-21
/
+21
2011-08-12
Remove str::connect
Brian Anderson
-11
/
+0
2011-08-12
Convert uses of str::connect to str::connect_ivec
Brian Anderson
-8
/
+8
2011-08-12
Convert str::concat to ivecs
Brian Anderson
-5
/
+5
2011-08-12
Rename str::split_ivec to str::split
Brian Anderson
-10
/
+10
2011-08-12
Remove str::split
Brian Anderson
-16
/
+0
2011-08-12
Convert uses of str::split to split_ivec
Brian Anderson
-19
/
+11
2011-08-12
Convert str::from_chars, to_chars to ivecs
Brian Anderson
-14
/
+13
2011-08-12
Remove str_from_vec runtime function
Brian Anderson
-20
/
+1
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-32
/
+32
2011-08-12
Remove std::str::unsafe_from_bytes
Brian Anderson
-6
/
+0
2011-08-12
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
Brian Anderson
-31
/
+27
2011-08-12
Remove str::from_bytes
Brian Anderson
-10
/
+8
2011-08-12
Convert str::is_utf8 to ivecs
Brian Anderson
-6
/
+6
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-68
/
+46
2011-08-12
Remove vecs from compiletest
Brian Anderson
-17
/
+17
2011-08-12
Remove vecs from the rustc driver
Brian Anderson
-40
/
+52
2011-08-12
Remove vecs from simplext
Brian Anderson
-29
/
+21
2011-08-12
Begin removing vecs from #fmt
Brian Anderson
-9
/
+13
2011-08-12
Change a bunch of places in the stdlib to use blocks.
Michael Sullivan
-48
/
+42
2011-08-12
Properly typecheck unary minus
Marijn Haverbeke
-1
/
+14
2011-08-11
rt: Stub Rust GC metadata printer and Rust GC strategy modules
Patrick Walton
-0
/
+79
2011-08-11
Revert "Add missing functions to rustllvm.def.in"
Brian Anderson
-3
/
+0
2011-08-11
XFAIL do-while-body-fails
Brian Anderson
-0
/
+3
2011-08-11
Add missing functions to rustllvm.def.in
Brian Anderson
-0
/
+3
2011-08-11
Handle _|_ - typed things in the bodies of do-while loops
Tim Chevalier
-0
/
+9
2011-08-11
Fix too-long line.
Lindsey Kuper
-1
/
+1
2011-08-11
Sanity-check the code examples that appear in the object system docs.
Lindsey Kuper
-0
/
+66
2011-08-11
Use the new C API for PassManagerBuilder.
Rafael Ávila de Espíndola
-66
/
+58
2011-08-11
Update for llvm api change.
Rafael Ávila de Espíndola
-12
/
+5
2011-08-11
rustc: Associate type descriptors with allocas as metadata
Patrick Walton
-12
/
+88
2011-08-11
Un-ignore stdtest::task::test_sleep
Brian Anderson
-1
/
+0
2011-08-11
Bring run-pass/spawn-fn up to date and un-XFAIL
Brian Anderson
-4
/
+4
2011-08-11
Bring run-pass/spawn-module-qualified up to date and un-XFAIL
Brian Anderson
-6
/
+6
2011-08-11
Bring run-pass/task-killjoin up to date and un-XFAIL
Brian Anderson
-12
/
+11
2011-08-11
Fill out some of the run-pass/binops tests
Brian Anderson
-19
/
+20
2011-08-11
Update and un-XFAIL run-pass/many.rs
Brian Anderson
-11
/
+8
2011-08-11
rustc: Lowercase "main function not found" error
Brian Anderson
-2
/
+2
2011-08-11
rustc: Use spans in some main typeck errors
Brian Anderson
-4
/
+6
2011-08-11
Add ast_map::node_span function
Brian Anderson
-0
/
+57
2011-08-11
Switch a check for main type from an error to an ICE
Brian Anderson
-1
/
+1
2011-08-11
Lowercase the "wrong type in main fn" error
Brian Anderson
-4
/
+4
2011-08-11
Fix the error-pattern in compile-fail/bad-main.rs. Un-XFAIL
Brian Anderson
-4
/
+1
[prev]
[next]