about summary refs log tree commit diff
path: root/src/test/ui/auxiliary
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-515/+0
2022-11-03Move some tests from `src/test/ui` to more reasonable placesDeadbeef-15/+0
2022-10-20Add ui test to ensure attributes generated from macros are kept as expectedGuillaume Gomez-0/+15
2022-03-28Remove duplicated and unused test filesCaio-36/+0
2021-11-18Move some tests to more reasonable directoriesCaio-166/+0
2021-11-14Move some tests to more reasonable directoriesCaio-119/+0
2021-11-06Move some tests to more reasonable directoriesCaio-65/+0
2021-09-15Move some tests to more reasonable directoriesCaio-181/+0
2021-08-13Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkovbors-0/+21
2021-08-12Silence non_fmt_panic from external macros.Mara Bos-0/+3
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-0/+11
2021-08-12Add associated functions that have custom linkage to `reachable_set`hyd-dev-0/+10
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-0/+6
2021-01-13Update code to account for extern ABI requirementMark Rousskov-2/+2
2021-01-13Update tests for extern block lintingMark Rousskov-3/+3
2021-01-01Move rmeta-related testsYuki Okushi-30/+0
2021-01-01Move builtin-superkinds-related testsYuki Okushi-8/+0
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-8/+0
2020-10-29Add test for panic_fmt lint with external panic!()-calling macro.Mara Bos-0/+6
2020-10-29Test building of libraries with rustc logging enabledTomasz Miąsko-0/+1
2020-10-22Bump LLVM for DeadArgElim fixAaron Hill-0/+29
2020-10-04Add regression test for issue #72470Aaron Hill-0/+175
2020-09-20Remove MMX from RustMateusz Mikuła-2/+2
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-3/+1
2020-04-29Store LLVM bitcode in object files, not compressedAlex Crichton-0/+6
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-1/+0
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-08-27proc_macro: Turn `quote` into a regular built-in macroVadim Petrochenkov-0/+2
2019-08-15Group all ui tests and move to abi #62593Kevin Per-47/+0
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+8
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+651
2019-05-24Add auxiliary issue filevarkor-18/+0
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-12Handle edge cases.David Wood-0/+10
2019-04-07Add test with current behaviour.David Wood-0/+8
2019-03-21Move one test from run-make-fulldeps to uiVadim Petrochenkov-0/+8
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-29/+0
2018-12-25Remove licensesMark Rousskov-201/+0
2018-12-09Move some tests from ui-fulldeps to uiVadim Petrochenkov-0/+183
2018-10-05Move conditional configuration related UI tests into their own directoryHavvy (Ryan Scheel)-20/+0
2018-08-14Moved problematic tests on Windows back to compile-fail.David Wood-45/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-539/+164
2018-08-05Fix 2018 edition testsvarkor-1/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-1/+0
2018-08-05Fix test/uivarkor-4/+4
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+5
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+47
2018-07-18Implement existential typesOliver Schneider-0/+47
2018-07-17Make `async_idents` an edition incompat lintOliver Schneider-0/+2
2018-06-26add edition compiletest header + fix testsmark-2/+2