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
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2013-06-10
std: convert str::char_at* to methods.
Huon Wilson
-3
/
+3
2013-06-10
std: remove str::contains in favour of the method
Huon Wilson
-5
/
+5
2013-06-10
std: replace str::find_str* with a method
Huon Wilson
-2
/
+2
2013-06-10
std: convert character-based str::find_* to methods. Add .slice_{to,from} met...
Huon Wilson
-1
/
+1
2013-06-10
std: remove str::{len, slice, is_empty} in favour of methods.
Huon Wilson
-6
/
+6
2013-06-10
std: replace str::all/any fns and methods with iterators
Huon Wilson
-1
/
+2
2013-06-10
std: replace str::each_split* with an iterator
Huon Wilson
-14
/
+9
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-2
/
+2
2013-06-09
remove unused import warnings
Huon Wilson
-6
/
+0
2013-06-09
std: remove each_char* fns and methods from str, replaced by iterators.
Huon Wilson
-1
/
+2
2013-06-06
auto merge of #6895 : cmr/rust/jemalloc, r=brson
bors
-1
/
+2
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-2
/
+2
2013-06-01
Windows fixes
Corey Richardson
-1
/
+2
2013-06-01
compiletest: update for language change
Young-il Choi
-1
/
+1
2013-06-01
compiletest: runtest.rs tidy
Young-il Choi
-2
/
+2
2013-06-01
compiletest: runtest.rs cleanup
Young-il Choi
-115
/
+30
2013-06-01
etc: adb_run_wrapper argument change
Young-il Choi
-1
/
+2
2013-06-01
compiletest: improve exit code handling with adb_run_wrapper
Young-il Choi
-0
/
+93
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-12
/
+11
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-4
/
+31
2013-05-28
compiletest: Add #[no_core] to fix check-stage1.
Luqman Aden
-0
/
+1
2013-05-27
Refactor core::run in order to address many of the issues
gareth
-69
/
+16
2013-05-23
cleanup warnings from compiletest
Erick Tryzelaar
-54
/
+53
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-2
/
+16
2013-05-19
reduce the usage of explicit version markers
Daniel Micay
-1
/
+1
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-6
/
+6
2013-05-14
compiletest: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-217
/
+220
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-4
/
+4
2013-05-11
Warning police
Tim Chevalier
-1
/
+0
2013-05-10
renamed str::from_slice to str::to_owned
Youngsoo Son
-3
/
+3
2013-05-09
Fix typos
Sean Moon
-1
/
+1
2013-05-06
auto merge of #6150 : yichoi/rust/arm-test-pull, r=brson
bors
-7
/
+180
2013-05-04
compiletest: remove --host and cleanup
Young-il Choi
-144
/
+144
2013-05-04
compiletest: fix decision rule to run and cleanup
Young-il Choi
-18
/
+37
2013-05-02
compiletest: configurable test dir for ARM
Young-il Choi
-14
/
+17
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-7
/
+0
2013-05-01
compiletest: stop ignoring all tests.
Graydon Hoare
-1
/
+1
2013-05-01
remove some warnings
Erick Tryzelaar
-3
/
+2
2013-05-01
compiletest: fix to remove trailing whitespace
Young-il Choi
-1
/
+1
2013-05-01
compiletest: expanded to ARM test automation
Young-il Choi
-7
/
+158
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-36
/
+0
2013-04-24
Fixed typo... And a billion other things.
Marvin Löbel
-3
/
+4
2013-04-24
Removed ascii functions from other modules
Marvin Löbel
-1
/
+4
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-1
/
+1
2013-04-14
test: remove unnecessary unsafe blocks/functions
Alex Crichton
-37
/
+33
2013-04-10
Bump version to 0.7-pre
Brian Anderson
-2
/
+2
2013-04-09
Bump version to 0.7-pre
Brian Anderson
-2
/
+2
2013-04-03
Fix compiletest on windows
Brian Anderson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
[prev]
[next]