about summary refs log tree commit diff
path: root/src/test/run-pass/auxiliary
AgeCommit message (Expand)AuthorLines
2019-04-23Stabilize futures_apiTaylor Cramer-2/+0
2019-04-08Rename Waker::new_unchecked to Waker::from_rawTaylor Cramer-1/+1
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-7/+17
2019-04-05Future-proof the Futures APITaylor Cramer-7/+7
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+0
2019-02-12Merging masterMatthias Einwag-3/+3
2019-02-10tests: doc commentsAlexander Regueiro-3/+3
2019-02-06Change RawWaker constructor to const fnMatthias Einwag-8/+2
2019-02-05Move ArcWake in common test file.Matthias Einwag-0/+62
2018-12-25Remove licensesMark Rousskov-360/+0
2018-12-19FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif...Niv Kaminer-56/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-3/+3
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+3
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+121
2018-09-06Move a bunch of auxiliary support files into `ui/run-pass/**/auxiliary`.Felix S. Klock II-4061/+0
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-9/+9
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-2/+0
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-1/+0
2018-08-05Fix 2018 edition testsvarkor-2/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-7/+1
2018-08-05Convert unknown_features lint into an errorvarkor-4/+0
2018-07-29resolve: Modularize crate-local `#[macro_export] macro_rules`Vadim Petrochenkov-0/+18
2018-06-30Fixed bug with miri const evaluation where allocation is recursively borrowed.Alexander Regueiro-0/+11
2018-06-26add edition compiletest header + fix testsmark-2/+2
2018-05-30Prohibit duplicate `macro_export`sVadim Petrochenkov-0/+15
2018-05-20resolve: Don't add unnecessary import candidates for `prefix::{self}` importsVadim Petrochenkov-0/+16
2018-05-17Remove the `proc` keyword againVadim Petrochenkov-54/+0
2018-05-17Add testsVadim Petrochenkov-0/+130
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-47/+0
2018-04-28Make `trait_of_item` return None for non associated itemsShotaro Yamada-0/+16
2018-04-19rustc: Whitelist upstream target_featuresAlex Crichton-0/+15
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-1/+17
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-1/+0
2018-03-07check stability of macro invocationsAustin Bonander-0/+16
2018-02-07add tests for macro trailing commasMichael Lamparski-0/+11
2018-01-26Shorten another test path for MSVCAlex Crichton-0/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-08Remove some svh-tests from run-pass.Michael Woerister-220/+0
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-3/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-5/+2
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-17/+0
2017-10-07rustc: Implement ThinLTOAlex Crichton-0/+17
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-2/+3
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-4/+7
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-2/+2
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-15/+0