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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-4
/
+4
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-4
/
+2
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-07-05
Auto merge of #25754 - geofft:remove-compiletest-jit, r=alexcrichton
bors
-11
/
+4
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-06-18
compiletest: Minor cleanup from removal of jit test support
Geoffrey Thomas
-11
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-5
/
+6
2015-06-13
compiletest: remove JIT
Tamir Duberstein
-34
/
+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
-142
/
+17
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-05-02
Run benchmarks once, as a test by default.
Huon Wilson
-1
/
+1
2015-04-27
compiletest: Add support for `// ignore-musl`
Alex Crichton
-0
/
+8
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
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
More test fixes
Alex Crichton
-7
/
+21
2015-04-14
compiletest: Re-add raise_fd_limit
Alex Crichton
-13
/
+70
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
-45
/
+98
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-04-01
rollup merge of #23939: nikomatsakis/fn-box
Alex Crichton
-2
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-7
/
+4
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-16
/
+15
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-16
/
+15
2015-03-25
Add iOS triple mapping so tests can run
Tamir Duberstein
-0
/
+1
2015-03-25
Alphabetize
Tamir Duberstein
-16
/
+16
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-10
/
+11
2015-03-23
Add generic conversion traits
Aaron Turon
-7
/
+9
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-10
/
+11
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-2
/
+3
2015-03-20
Auto merge of #23471 - sae-bom:aarch64-linux-android, r=alexcrichton
bors
-0
/
+29
2015-03-19
RUST_TEST_TASKS -> RUST_TEST_THREADS
Steve Klabnik
-3
/
+3
2015-03-19
Ignore some tests on aarch64 to pass the run-pass test on aarch64-linux-android
Sae-bom Kim
-0
/
+29
2015-03-19
Rm unused feature
Manish Goregaokar
-1
/
+0
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-9
/
+9
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-1
/
+0
[next]