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
/
test
/
run-pass-valgrind
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-130
/
+0
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-1
/
+1
2018-10-24
Remove license headers from unsized-locals tests.
Masaki Hara
-40
/
+0
2018-10-24
Add tests for unsized-locals.
Masaki Hara
-0
/
+203
2018-08-19
Implement simple codegen for unsized rvalues.
Masaki Hara
-0
/
+65
2018-08-05
Convert unknown_features lint into an error
varkor
-1
/
+0
2018-06-11
Remove some '#[feature]' attributes for stabilized features
Simon Sapin
-4
/
+1
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-1
/
+2
2017-11-26
Stabilize const-calling existing const-fns in std
Simon Sapin
-1
/
+0
2017-09-24
Add a run-pass-valgrind test for vecdeque issue
Steven Fackler
-0
/
+25
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-1
/
+1
2017-06-29
Move unsized_tuple_coercion behind a feature gate.
Masaki Hara
-0
/
+4
2017-06-29
Split dst-dtor-{1,2} tests into four.
Masaki Hara
-4
/
+63
2017-06-29
Add unsized tuple coercions.
Masaki Hara
-2
/
+4
2017-01-31
Removes FIXMEs related to #22405
Wesley Wiser
-2
/
+0
2017-01-19
travis: Get an emscripten builder online
Alex Crichton
-0
/
+2
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-2
/
+0
2016-08-24
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Eduard Burtescu
-3
/
+2
2016-07-24
move coerce-match{,-calls} into run-pass-valgrind
Tamir Duberstein
-0
/
+55
2016-03-17
Add #[rustc_no_mir] to make tests pass with -Z orbit.
Eduard Burtescu
-1
/
+4
2016-02-29
test: Mark all rpass-valgrind as no-prefer-dynamic
Alex Crichton
-0
/
+11
2016-02-19
test: Fix a spuriously failing test on valgrind
Alex Crichton
-0
/
+2
2015-12-25
update valgrind suppressions
Tamir Duberstein
-0
/
+3
2015-11-08
valgrind: update suppressions and move interesting tests
Tamir Duberstein
-0
/
+101
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-1
/
+1
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-1
/
+1
2015-05-19
Address review commets
Ariel Ben-Yehuda
-0
/
+44
2015-04-14
test: Fix fallout in run-pass tests
Alex Crichton
-3
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-6
/
+4
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-0
/
+1
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+5
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2014-12-14
Free stdin on exit
Steven Fackler
-0
/
+13
2014-10-23
Move some tests to run-pass-valgrind
Nick Cameron
-0
/
+103