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
/
unwind-resource.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-39
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-21
Allow various lints as part of ui-ifying `src/test/run-pass` suite.
Felix S. Klock II
-0
/
+1
2016-02-11
Ignore tests that use threads on emscripten
Pierre Krieger
-0
/
+2
2015-02-23
test: Make two tests less flaky on windows
Alex Crichton
-1
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-07
test: Move some tests to scoped instead of spawn
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-4
/
+4
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-2
/
+0
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-9
/
+9
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-4
/
+4
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-3
/
+1
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-1
/
+1
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-5
/
+5
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-1
/
+1
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-08-03
rt: Fix a corner-case in unwinding that leads to stack overflow
Brian Anderson
-1
/
+2
2013-08-01
xfailed the myserious failing test
toddaaro
-1
/
+1
2013-06-25
Change finalize -> drop.
Luqman Aden
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+1
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-2
/
+2
2013-04-18
core::comm: Modernize constructors to use `new`
Brian Anderson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-30
Remove oldcomm from the test suite
Brian Anderson
-8
/
+10
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-7
/
+7
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-1
/
+1
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-3
/
+8
2012-10-23
Remove uses of binary move - <- - from tests and libraries
Tim Chevalier
-1
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-1
/
+1
[next]