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
/
vec-alloc-append.rs
Age
Commit message (
Collapse
)
Author
Lines
2011-08-12
Remove run-pass/vec-alloc-append.rs
Brian Anderson
-13
/
+0
There is no ivec::append and this is the only remaining user of vec::append
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-2
/
+2
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-8
/
+7
2011-05-23
test: Un-xfail some working tests
Brian Anderson
-4
/
+1
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-1
/
+1
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-1
/
+1
This should be a snapshot transition.
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-1
/
+1
(Have fun mergining your stuff with this.)
2011-05-03
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
-0
/
+2
2011-03-25
Switch xfail system to use comments embedded in source files.
Graydon Hoare
-0
/
+1
2010-07-26
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
Patrick Walton
-1
/
+1
2010-07-22
Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and ↵
Roy Frostig
-0
/
+2
runtime. Closes #109.
2010-07-15
XFAIL the new destructor tests; collided with new typechecker; add test for ↵
Graydon Hoare
-0
/
+12
issue #109.