summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2016-06-26Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,ManishearthJeffrey Seyfried-1/+1
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-9/+15
2016-06-23Fix up rpass tests missing importsJonathan Turner-5/+12
2016-06-23Add missing 'extern crate' for testJonathan Turner-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-8/+8
2016-06-23Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrcbors-8/+11
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-9/+15
2016-06-19Generalize and abstract `ThinAttributes`Jeffrey Seyfried-1/+1
2016-06-16Simplify gated cfg checkingJeffrey Seyfried-2/+2
2016-06-16Add test for `MultiItemModifier`s that add itemsJeffrey Seyfried-8/+11
2016-06-09Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakisbors-0/+1
2016-06-09use the type name as the pass nameAriel Ben-Yehuda-3/+1
2016-06-09add hook infrastructure for automatically dumping MIR on every passAriel Ben-Yehuda-1/+4
2016-06-09Load macros from `extern crate`s during expansion.Jeffrey Seyfried-2/+2
2016-05-20Auto merge of #33378 - oli-obk:fix/registry_args, r=Manishearthbors-1/+1
2016-05-12Improve derived implementations for enums with lots of fieldless variantsBjörn Steinbrink-0/+2
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-1/+2
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-2/+2
2016-05-10fix Registry::args for plugins loaded with --extra-pluginsOliver Schneider-1/+1
2016-05-07mir: prepare for rvalue promotion support.Eduard Burtescu-4/+2
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+0
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+1090
2016-05-03Fix testsNick Cameron-1/+4
2016-05-03Use the compiler API to run pretty printing.Nick Cameron-1/+1
2016-04-12prevent other `encode` methods from breaking `derive(RustcEncodable)`Oliver Schneider-0/+32
2016-03-14refactor derive-no-std test, add empty struct/enumAlex Burka-39/+0
2016-03-12std: Clean out deprecated APIsAlex Crichton-9/+9
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-0/+942
2016-02-11Remove some unnecessary indirection from AST structuresVadim Petrochenkov-3/+3
2016-02-10Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brsonbors-0/+1
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+24
2016-02-08driver: Pass session options to CompilerCallbacks::early_callback()Kamal Marhubi-0/+1
2016-01-15Add a testNick Cameron-1/+1
2015-12-30use structured errorsNick Cameron-15/+27
2015-12-17test errorsNick Cameron-3/+3
2015-12-04Ignore rpass-fulldeps test in cross compile testsMarvin Löbel-0/+2
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-4/+4
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+306
2015-11-11libsyntax: Add more quasiquoting macrosKyle Mayes-0/+37
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-09-01Remove the Modifier and Decorator kinds of syntax extensions.Nick Cameron-7/+0
2015-08-30Auto merge of #27983 - barosl:respect-color, r=nrcbors-2/+3
2015-08-28Move ExpnInfo to NameManish Goregaokar-2/+2
2015-08-25Respect `--color` when printing early errorsBarosl Lee-2/+3
2015-08-17feature gate `cfg(target_feature)`.Huon Wilson-1/+3
2015-07-27test: Fix lto-syntax-extensionAlex Crichton-0/+24
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-19Fix test run-pass-fulldeps\issue-15149.rs on Windowspetrochenkov-2/+6
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-1/+1