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
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
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-5
/
+10
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+2
2015-03-10
Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon
bors
-2
/
+1
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-2
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-06
rollup merge of #22975: alexcrichton/stabilize-ffi
Alex Crichton
-6
/
+4
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+1
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-6
/
+4
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-232
/
+258
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-3
/
+3
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+0
2015-02-23
Rollup merge of #22693 - tshepang:use-new-slicing-syntax-runtest, r=alexcrichton
Manish Goregaokar
-6
/
+6
2015-02-23
Rollup merge of #22371 - fhahn:issue-17829-compiletest-nocapture, r=Manishearth
Manish Goregaokar
-1
/
+13
2015-02-23
runtest: update slicing syntax where [] becomes [..]
Tshepang Lekhonkhobe
-6
/
+6
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-4
/
+4
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+1
2015-02-20
Addressed PR comments
Marvin Löbel
-5
/
+5
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-1
/
+1
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
[next]