about summary refs log tree commit diff
path: root/src/test/ui/test-attrs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1066/+0
2022-12-27Fix some totally useless suggestionsMichael Goulet-8/+1
2022-12-27Dont clobber `as ..` rename in import suggestionMichael Goulet-2/+2
2022-12-23Move testsCaio-0/+30
2022-10-28libtest: run all tests in their own thread, if supported by the hostRalf Jung-2/+2
2022-10-20Adjusting test to needs-unwind, with linking issueAndrew Pollack-1/+1
2022-10-18Rollup merge of #103023 - andrewpollack:i-fuchsia-finals, r=tmandryYuki Okushi-2/+5
2022-10-13Adding fuchsia-ignore and needs-unwind to compiler test casesAndrew Pollack-2/+5
2022-10-10suggest candidates for unresolved importSparrowLii-4/+10
2022-10-02Fix duplicate usage of `a` article.Petr Portnov-12/+12
2022-09-23Restore ignore tagFlorian Bartels-2/+0
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-2/+2
2022-06-21Move some tests to more reasonable directoriesCaio-0/+15
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-2/+2
2022-03-29Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-sebors-4/+3
2022-03-19Add needs-unwind directive to tests where necessarybjorn3-0/+1
2022-03-11Add tests for JSON and console outputMark Rousskov-4/+3
2022-03-04Downgrade `#[test]` on macro call to warningEsteban Kuber-27/+15
2022-02-18Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebankMatthias Krüger-21/+265
2022-01-28remove allow_fail test flagyuhaixin.hx-17/+0
2022-01-17add more info to invalid use of #[test] on invalid itemsasquared31415-21/+265
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-11-06Move some tests to more reasonable directoriesCaio-0/+5
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-4/+4
2021-09-15Move some tests to more reasonable directoriesCaio-0/+9
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+363
2021-05-16remove mode for run and ignore testsAliénore Bouttefeux-4/+4
2021-05-03change based on reviewAliénore Bouttefeux-5/+5
2021-05-03proof of concept add test type on printsAliénore Bouttefeux-2/+38
2021-04-16Remove #[main] attribute.Charles Lew-4/+4
2021-02-08Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-seMara Bos-0/+24
2021-01-31Move some tests to more reasonable directoriesCaio-0/+36
2021-01-24libtest: allow multiple filtersEric Huss-0/+24
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-1/+2
2020-07-28Make closures and generators a must use typesTomasz Miąsko-2/+2
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+12
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+4
2020-03-24defatalize expand_test_or_benchMazdak Farrokhzad-2/+18
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-12Diagnostics should start lowercasevarkor-4/+4
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-2/+2
2019-11-06Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebankbors-2/+2
2019-10-26Use ident instead of def_span in dead-code passPi Lanningham-2/+2
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-2/+2
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+2
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+2
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+2
2019-09-05Move tests for unit tests to their own directoryMatthew Jasper-0/+247
2019-09-05Make use of hygiene in AST passesMatthew Jasper-0/+52