summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-0/+19
2016-01-13Simplify some uses of cfg in test casesAnton Blanchard-2/+1
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+2
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-0/+1
2015-12-18Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1bors-2/+2
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-2/+2
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-2/+2
2015-12-18Fix the falloutVadim Petrochenkov-2/+2
2015-12-18Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakisbors-0/+28
2015-12-16Auto merge of #30300 - sanxiyn:syntax-ext, r=nikomatsakisbors-5/+7
2015-12-15Implement references to functions and constantsSimonas Kazlauskas-0/+28
2015-12-15Fix custom deriving testsSeo Sanghyeon-5/+7
2015-12-12Address the review commentsVadim Petrochenkov-0/+9
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-0/+87
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-8/+6
2015-12-03Use the extern item-path for documentation linksmitaa-0/+11
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-18/+36
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-8/+0
2015-11-23Auto merge of #29952 - petrochenkov:depr, r=brsonbors-28/+28
2015-11-20Remove slice pattern from compiler plugin exampleFlorian Hahn-2/+9
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-28/+28
2015-11-19Show constness for functions of reexported docsmitaa-0/+20
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+16
2015-11-15Auto merge of #29788 - mitaa:module_name, r=arielb1bors-0/+23
2015-11-13Move the panicking parse functions out of the parserKyle Mayes-1/+1
2015-11-13Store a valid name for the root module in metadatamitaa-0/+23
2015-11-06Auto merge of #29582 - oli-obk:token_tree, r=sfacklerbors-3/+3
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-3/+3
2015-11-05rustc_privacy: Do not export items needed solely for the reachability analysisVadim Petrochenkov-1/+21
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-1/+1
2015-10-28Make quote plugin use parsing functions which explicitly panic.Eli Friedman-1/+1
2015-10-28Fix for middle::reachable + better comments and testsVadim Petrochenkov-0/+29
2015-10-21don't revisit modules while finding traits in suggestAriel Ben-Yehuda-0/+15
2015-10-13Refactor attr::StabilityVadim Petrochenkov-25/+25
2015-10-03Change tests per RFC 246 (const vs static)Seo Sanghyeon-5/+1
2015-09-26Auto merge of #28646 - vadimcn:imps, r=alexcrichtonbors-0/+15
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-2/+2
2015-09-25Converted test to rpass.Vadim Chugunov-0/+15
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-2/+2
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-1/+1
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-1/+1
2015-09-19Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`Andrew Paseltiner-0/+1
2015-09-18Overloaded augmented assignmentsJorge Aparicio-0/+22
2015-09-17Change to a multi-trait approachNick Cameron-9/+16
2015-09-17Changes to testsNick Cameron-6/+6
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1/+3
2015-09-14Auto merge of #28392 - arielb1:sort-bounds-list, r=eddybbors-0/+20
2015-09-13sort the existential bounds list in tydecodeAriel Ben-Yehuda-0/+20
2015-09-09Add testManish Goregaokar-0/+38
2015-09-03Move lints to HIRManish Goregaokar-10/+9