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-fail
Age
Commit message (
Expand
)
Author
Lines
2015-04-26
Remove FakeExtCtxt from qquote tests.
Geoffry Song
-28
/
+15
2015-04-25
`qquote-2.rs` -> `run-fail/qquote.rs`
Tamir Duberstein
-0
/
+57
2015-04-17
unit test for checked overflow during signed negation.
Felix S. Klock II
-0
/
+19
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-3
/
+3
2015-04-06
Fix diverging closures
Seo Sanghyeon
-0
/
+18
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-9
/
+9
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-1
/
+1
2015-03-30
Fallout in tests: largely changes to error messages.
Niko Matsakis
-1
/
+16
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-37
/
+37
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+7
2015-03-23
rollup merge of #23536: pnkfelix/arith-oflo-shifts
Alex Crichton
-0
/
+182
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+7
2015-03-22
placate check-pretty and pretty-printer bug; see also issue 23623.
Felix S. Klock II
-2
/
+4
2015-03-20
Auto merge of #23267 - alexcrichton:issue-20012, r=aturon
bors
-1
/
+1
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-1
/
+1
2015-03-20
Test suite for overflowing shift operators.
Felix S. Klock II
-0
/
+180
2015-03-19
RUST_TEST_TASKS -> RUST_TEST_THREADS
Steve Klabnik
-2
/
+2
2015-03-14
Fix broken codegen for [expr; n] where "expr" diverges
Björn Steinbrink
-0
/
+17
2015-03-14
Always evaluate the expression in [expr; n]
Björn Steinbrink
-0
/
+16
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-06
Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix
Manish Goregaokar
-0
/
+3
2015-03-05
rustc: Add a debug_assertions #[cfg] directive
Alex Crichton
-0
/
+3
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-7
/
+7
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-12
/
+3
2015-03-03
Fix the overflowing tests in run-fail.
Felix S. Klock II
-6
/
+15
2015-03-03
rustc: implement arithmetic overflow checking
Corey Richardson
-0
/
+45
2015-03-01
Remove int/uint from libstd/lib.rs
Guillaume Gomez
-4
/
+4
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-0
/
+4
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-0
/
+4
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-16
/
+16
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-6
/
+5
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-6
/
+6
2015-02-17
Fallout from stabilization
Aaron Turon
-6
/
+6
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-4
/
+4
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-21
/
+21
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2
Alex Crichton
-0
/
+34
2015-01-21
Move regression test for #20971 into run-fail, since it panics.
Niko Matsakis
-0
/
+34
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-08
fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...
Felix S. Klock II
-0
/
+15
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-7
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-6
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-6
/
+3
[next]