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
/
ui
/
rfc-1937-termination-trait
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-237
/
+0
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-10-23
test attr: point at return type if Termination bound unsatisfied
León Orell Valerian Liehr
-7
/
+5
2022-10-17
Make diagnostic for unsatisfied Termination bounds more precise
León Orell Valerian Liehr
-3
/
+63
2022-10-02
Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...
Dylan DPC
-1
/
+1
2022-09-23
Restore ignore tag
Florian Bartels
-1
/
+0
2022-09-16
Do not panic when a test function returns Result::Err.
Bradford Hovinen
-1
/
+1
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-1
/
+1
2022-06-17
bless new test result, it's a regression but seemingly a compiler bug
Aria Beingessner
-6
/
+3
2022-04-04
Dedup logic and improve output for other types that impl trait
Esteban Kuber
-4
/
+4
2022-04-04
Mention implementers of unsatisfied trait
Esteban Kuber
-0
/
+4
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-5
/
+5
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-1
/
+1
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-0
/
+2
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-11
/
+11
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+4
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+32
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-5
/
+1
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2019-12-28
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
Esteban Küber
-2
/
+5
2019-11-02
consistent handling of missing sysroot spans
Ralf Jung
-3
/
+2
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-1
/
+1
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-0
/
+2
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-2
/
+0
2019-10-04
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-0
/
+2
2019-09-22
ignore-x86 instead of ignore-musl
Esteban Küber
-1
/
+1
2019-09-22
ignore musl target in tests to avoid issues with output differences
Esteban Küber
-1
/
+3
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-1
/
+5
2019-04-22
Remove needless error in test
Esteban Küber
-18
/
+8
2019-04-22
Continue evaluating after item-type checking
Esteban Küber
-3
/
+13
2019-03-11
Update tests
Vadim Petrochenkov
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-76
/
+6
2018-09-04
Introduce Custom Test Frameworks
John Renner
-1
/
+1
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+53
2018-06-06
fix stderrs
dylan_DPC
-2
/
+2
2018-06-02
Stabilize unit tests with non-`()` return type
dylan_DPC
-4
/
+0
2018-05-11
Fix `fn main() -> impl Trait` for non-`Termination` trait
leonardo.yvens
-0
/
+24
2018-04-26
Add a ui test for an incorrect Result success type in a #[test]
Scott McMurray
-0
/
+34
2018-04-23
Don't allow #[should_panic] with non-() tests
Russell Cohen
-0
/
+75
2018-03-25
Modify tests
Alexander Ronald Altman
-1
/
+1
2018-03-21
termination_trait: Make error message more helpful
Tyler Mandry
-2
/
+2
2018-03-21
termination_trait: Put examples in error help, not label
Tyler Mandry
-2
/
+2
2018-03-21
termination_trait: Add () example to error message
Tyler Mandry
-1
/
+1
2018-03-20
typeck: Report main return type errors on return type span
Tyler Mandry
-0
/
+24