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
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests without naming conflicts to ui
Vadim Petrochenkov
-125
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+1
2019-07-22
Fix or ignore regressed tests
Vadim Petrochenkov
-0
/
+1
2019-05-31
test: support both (`legacy` and `v0`) choices of mangling.
Eduard-Mihai Burtescu
-1
/
+16
2019-05-16
Added ignore-sgx for appropriate tests
Dario Gonzalez
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-0
/
+1
2017-02-27
This test is too hard to maintain cross-platform
Yamakaky
-46
/
+0
2017-02-23
Fix tests on Windows (#1)
Vadim Petrochenkov
-2
/
+2
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-1
/
+48
2017-01-29
Fix backtraces on i686-pc-windows-gnu by disabling FPO
Segev Finer
-4
/
+0
2017-01-28
Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPO
Segev Finer
-0
/
+4
2017-01-24
Make backtraces work on Windows GNU targets again.
Segev Finer
-4
/
+0
2016-12-17
disable run-pass/backtrace for openbsd
Sébastien Marie
-0
/
+1
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-1
/
+0
2016-08-10
[emscripten] Ignore tests
Jan-Erik Rediger
-0
/
+1
2016-07-29
test: Fix a test on MSVC
Alex Crichton
-13
/
+1
2016-05-12
Don't use env::current_exe with libbacktrace
Steven Fackler
-1
/
+1
2016-04-11
tests: update for MIR debuginfo.
Eduard Burtescu
-6
/
+0
2016-03-31
allow RUST_BACKTRACE=0 to act as if unset
Emanuel Czirai
-0
/
+10
2016-03-25
change test to be specific for msvc
Niko Matsakis
-2
/
+1
2016-03-25
Update backtrace test for FIXME on windows
Niko Matsakis
-3
/
+20
2016-03-25
Use new symbol names for items of various kinds.
Michael Woerister
-3
/
+3
2016-03-23
Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC.
Eduard Burtescu
-0
/
+6
2016-01-30
trans: Inform LLVM we want CodeView on MSVC
Alex Crichton
-10
/
+8
2015-09-04
Add line numbers to windows-gnu backtraces
Diggory Blake
-1
/
+6
2015-04-29
Use PIE on Android
Tamir Duberstein
-0
/
+1
2015-04-14
test: Fix fallout in run-pass tests
Alex Crichton
-15
/
+17
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-02
Make `test/run-pass/backtrace.rs` more robust about own host environment.
Felix S. Klock II
-1
/
+3
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+1
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-8
/
+8
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-13
Address feedback
Brian Anderson
-40
/
+9
2015-01-13
std: Deprecate `finally` module
Brian Anderson
-1
/
+37
2014-12-13
Fix run pass test
Jorge Aparicio
-1
/
+4
2014-11-20
Loosen possibly bogus constraints in backtrace test
Aaron Turon
-1
/
+3
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-7
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-08-12
Replace "ignore-win32" in tests with "ignore-windows"
Vadim Chugunov
-1
/
+1
2014-07-31
Test fixes from the rollup
Alex Crichton
-5
/
+11
2014-07-10
io::process::Command: add fine-grained env builder
Aaron Turon
-13
/
+3
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-1
/
+3
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+3
2014-06-27
replaced ignore-pretty with no-pretty-expanded
John Clements
-1
/
+1
[next]