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
/
fixed_length_vec_glue.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-16
Remove libdebug and update tests.
Luqman Aden
-22
/
+0
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-10-21
std: Move sys::log_str to repr::repr_to_str. Further work on #2240.
Brian Anderson
-2
/
+2
2013-08-31
document why some tests are xfail-fast
Daniel Micay
-1
/
+1
2013-08-31
repr: print the name of structs
Daniel Micay
-1
/
+3
2013-08-27
repr: print integer/float suffixes
Daniel Micay
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-26
librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-26
testsuite: Eliminate uses of structural records from most run-pass tests
Tim Chevalier
-1
/
+3
2012-12-18
fix 4 repr tests due to differences in spacing. r=burningtree.
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-1
/
+1
2012-09-20
core: Demode sys
Brian Anderson
-1
/
+1
2012-09-13
fix some of the broken tests (the ones that were doing the right thing)
Niko Matsakis
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-1
/
+1
2012-06-15
Make the shape interpreter actually advance past fixed length vectors. Closes...
Michael Sullivan
-0
/
+6