about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-33/+34
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-33/+34
2016-11-21Fix fallout in tests.Jeffrey Seyfried-1/+1
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-2/+0
2016-11-04Fix fallout in tests.Jeffrey Seyfried-28/+33
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-2/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-10-30Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddybbors-1/+1
2016-10-29Auto merge of #37400 - eddyb:lazy-1, r=nikomatsakisbors-1/+1
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-1/+1
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-10-28Split up libproc_macro_pluginNick Cameron-8/+8
2016-10-21Replace the `String` in `ParseResult::Failure` with `Token`.Nicholas Nethercote-2/+6
2016-10-14Avoid many CrateConfig clones.Nicholas Nethercote-1/+1
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-11/+11
2016-09-22Adds a `ProcMacro` form of syntax extensionNick Cameron-0/+56
2016-09-07Add regression test.Jeffrey Seyfried-0/+81
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+2
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-3/+4
2016-08-30Future proof `libsyntax_ext` for `union`.Jeffrey Seyfried-0/+2
2016-08-28Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrcJeffrey Seyfried-2/+0
2016-08-28Rollup merge of #35850 - SergioBenitez:master, r=nrcJeffrey Seyfried-21/+89
2016-08-25Fix fallout in tests.Jeffrey Seyfried-2/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-21/+89
2016-08-18track Location in visitor, combine LocationScott A Carr-2/+2
2016-08-16Auto merge of #35538 - cgswords:libproc_macro, r=nrcbors-0/+191
2016-08-16Proc_macro is alivecgswords-0/+191
2016-08-12Fix fallout in tests.Jeffrey Seyfried-1/+1
2016-07-05Add regression testJeffrey Seyfried-0/+1
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-6/+12
2016-06-23Fix up rpass tests missing importsJonathan Turner-2/+8
2016-06-23Add missing 'extern crate' for testJonathan Turner-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-7/+7
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-6/+12
2016-06-16Add test for `MultiItemModifier`s that add itemsJeffrey Seyfried-8/+9
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-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/+1090