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
/
runtest.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-10
/
+7
2015-12-03
Add a `build-aux-docs` directive to compiletest
mitaa
-6
/
+19
2015-11-04
Deprecate `_ms` functions that predate the `Duration` API
Ben Striegel
-1
/
+1
2015-09-21
Avoid loading the whole gdb debug scripts section.
Richard Diamond
-2
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-1
/
+1
2015-09-01
refactored compiletest following clippy's suggestions
llogiq
-103
/
+103
2015-08-24
Fix compile-fail tests on windows
Diggory Blake
-2
/
+14
2015-08-11
Fix #27567: remove --crate-type=lib from pretty test
Tim Neumann
-1
/
+0
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-4
/
+4
2015-07-08
this fixes the test failures on freebsd
Dave Huseby
-1
/
+4
2015-06-18
compiletest: Minor cleanup from removal of jit test support
Geoffrey Thomas
-11
/
+4
2015-06-13
compiletest: remove JIT
Tamir Duberstein
-28
/
+12
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-12
/
+12
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-06-03
Improve diagnostic messages for range patterns.
Michael Sproul
-10
/
+5
2015-05-27
Revamp codegen tests to check IR quality instead of quantity
Björn Steinbrink
-118
/
+13
2015-04-27
compiletest: Don't force dylibs on musl
Alex Crichton
-1
/
+14
2015-04-23
Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton
bors
-1
/
+1
2015-04-22
Include the mode in compiletest's aux-build directory.
Ryan Prichard
-1
/
+1
2015-04-21
Change a few error messages to give code suggestions
P1start
-0
/
+13
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
compiletest: Re-add raise_fd_limit
Alex Crichton
-6
/
+1
2015-04-10
Test fixes and review feedback
Alex Crichton
-15
/
+15
2015-04-07
rustdoc: Add a test for fixed issue #15347
Alex Crichton
-0
/
+1
2015-04-07
rustdoc: Add a primitive page for raw pointers
Alex Crichton
-0
/
+1
2015-04-07
compiletest: Add support for running rustdoc tests
Alex Crichton
-44
/
+83
2015-04-07
Fix charset of debuginfo test on FreeBSD
Will
-4
/
+10
2015-04-04
fixing some tests and temporarily disabling others to get Bitrig build workin...
Dave Huseby
-3
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-1
/
+1
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-9
/
+9
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-2
/
+5
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-5
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-167
/
+184
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-23
Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton
Manish Goregaokar
-6
/
+6
2015-02-23
runtest: update slicing syntax where [] becomes [..]
Tshepang Lekhonkhobe
-6
/
+6
2015-02-20
Addressed PR comments
Marvin Löbel
-2
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22118: fhahn/separate-parse-fail-2
Alex Crichton
-2
/
+3
2015-02-18
Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton
Huon Wilson
-2
/
+2
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-16
Add pfail targets for parse-fail tests
Florian Hahn
-2
/
+3
2015-02-11
Set solib-search-path to ensure android remote debugger works correctly.
Eunji Jeong
-0
/
+3
[next]