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
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-1
/
+2
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-29
/
+30
2014-09-17
Add a forbid-output property in cfail tests
Keegan McAllister
-13
/
+42
2014-09-16
Fallout from renaming
Aaron Turon
-6
/
+6
2014-09-14
auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton
bors
-0
/
+1
2014-09-13
librustc: Forbid inherent implementations that aren't adjacent to the
Patrick Walton
-0
/
+1
2014-09-10
Escape backslashes in debugger scripts.
Vadim Chugunov
-3
/
+3
2014-09-05
run optimization and codegen on worker threads
Stuart Pernsteiner
-9
/
+4
2014-08-30
auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichton
bors
-28
/
+183
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-5
/
+5
2014-08-27
debuginfo: Improve GDB version handling in compiletest tool
Michael Woerister
-6
/
+18
2014-08-27
debuginfo: Emit different autotest debugger scripts depending on GDB version.
Michael Woerister
-29
/
+110
2014-08-27
debuginfo: Add GDB pretty printers for structs and enums.
Michael Woerister
-1
/
+2
2014-08-27
debuginfo: Allow to activate GDB pretty printers in autotests.
Michael Woerister
-6
/
+67
2014-08-23
Remove stage0 attributes.
Vadim Chugunov
-9
/
+0
2014-08-15
auto merge of #16435 : vadimcn/rust/windows, r=pcwalton
bors
-11
/
+21
2014-08-14
auto merge of #16332 : brson/rust/slicestab, r=aturon
bors
-1
/
+1
2014-08-13
core: Change the argument order on splitn and rsplitn for strs.
Brian Anderson
-1
/
+1
2014-08-13
Fix compiletest to use Duration
Brian Anderson
-1
/
+2
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-11
/
+21
2014-08-01
Fix misspelled comments.
Joseph Crail
-3
/
+3
2014-07-31
auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton
bors
-0
/
+3
2014-07-31
Fix test suite for DragonFly
Michael Neumann
-0
/
+3
2014-07-29
Add pretty=typed test support to compiletest and add a test for fixed size ar...
Luqman Aden
-1
/
+28
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-1
/
+1
2014-07-17
deprecate Vec::get
Nick Cameron
-15
/
+15
2014-07-16
debuginfo: Make sure that only one LLDB test task is run at a time.
Michael Woerister
-1
/
+11
2014-07-16
debuginfo: Inject 'Rust-mode' LLDB prelude into debuginfo test scripts.
Michael Woerister
-0
/
+10
2014-07-15
Deprecate `str::from_chars`
Adolfo Ochagavía
-1
/
+1
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-11
/
+10
2014-07-10
io::process::Command: add fine-grained env builder
Aaron Turon
-17
/
+20
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-3
/
+3
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-5
/
+2
2014-06-25
compiletest: Remove superfluous to_string calls
Piotr Jawniak
-95
/
+77
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-2
/
+2
2014-06-16
Fix --disable-rpath and tests
Alex Crichton
-18
/
+38
2014-06-14
Register new snapshots
Alex Crichton
-8
/
+1
2014-06-14
getopts: format failure messages with `Show`.
Huon Wilson
-1
/
+1
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-06-09
Add a --color flag to test binaries
Steven Fackler
-0
/
+1
2014-06-09
Use phase(plugin) in bootstrap crates
Keegan McAllister
-2
/
+8
2014-06-06
Rename Iterator::len to count
Aaron Turon
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo Ochagavía
-2
/
+2
2014-06-03
std: Remove generics from Option::expect
Alex Crichton
-11
/
+11
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
librustc: Fix snake case errors.
Kevin Butler
-28
/
+28
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-138
/
+105
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-191
/
+191
[next]