summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-05-15Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichtonbors-0/+16
2015-05-14Move configuration 1 phase before crate metadata collectionKevin Ballard-0/+16
2015-05-13Unignore some tests in stage1Tamir Duberstein-1/+0
2015-05-13Remove errant lineTamir Duberstein-2/+0
2015-05-13RebasingNick Cameron-18/+10
2015-05-12Merge branch 'master' intoNick Cameron-287/+95
2015-05-09Remove auxiliary files not used since eb4d39eCarol Nichols-40/+0
2015-05-09Remove auxiliary file not used since 17da4c7Carol Nichols-27/+0
2015-05-09Remove auxiliary files not used since 812637eCarol Nichols-164/+0
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-64/+0
2015-05-05test: update run-pass tests to not use mutable transmutingSean McArthur-2/+2
2015-05-02Add regression test for #19163Johannes Oertel-0/+16
2015-05-02Rename AstBuilder::expr_int -> AstBuilder::expr_isizeManish Goregaokar-3/+4
2015-05-01Add test for custom deriving plugins which rely on field attributesManish Goregaokar-0/+86
2015-05-01Get tests passingNick Cameron-76/+26
2015-04-30Merge branch 'master' into mulit-decorNick Cameron-5/+111
2015-04-29Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonwbors-0/+57
2015-04-29Regression test for issue 24687.Felix S. Klock II-0/+57
2015-04-29Auto merge of #24681 - tamird:unignore-android, r=alexcrichtonbors-0/+7
2015-04-28#10356: WarningsTamir Duberstein-0/+5
2015-04-28#10381: WarningsTamir Duberstein-0/+2
2015-04-28Register new snapshotsTamir Duberstein-3/+0
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-0/+46
2015-04-25Remove remaining tests for hygiene-encoded identifiers.Geoffry Song-26/+0
2015-04-24Remove obsolete "MarkerTrait" from tests.Sean Patrick Santos-4/+2
2015-04-25Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decorNick Cameron-2/+81
2015-04-23Feature-gate associated constants.Sean Patrick Santos-0/+2
2015-04-23Fix a number of bugs that interfered with cross-crate usage of associated con...Sean Patrick Santos-0/+46
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-79/+31
2015-04-21test: Fix fallout in testsAlex Crichton-79/+31
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+1
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-1/+1
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-0/+30
2015-04-15syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`Erick Tryzelaar-1/+1
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-1/+1
2015-04-11Expand internal-unstable to handle named field accesses and method calls.Ryan Prichard-0/+33
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-0/+288
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+28
2015-04-07rustdoc: Handle duplicate reexports listedAlex Crichton-0/+29
2015-04-07rustdoc: Encode ABI in all methodsAlex Crichton-0/+18
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-0/+17
2015-04-07rustdoc: Detect provided methods on inlined traitsAlex Crichton-0/+14
2015-04-07rustdoc: Add a test for #21092Alex Crichton-0/+20
2015-04-07rustdoc: Improve handling inlined associated typesAlex Crichton-0/+38
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-0/+15
2015-04-07rustdoc: Link "Trait Implementations" to sourcesAlex Crichton-0/+16
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+15
2015-04-07rustdoc: Run external traits through filtersAlex Crichton-0/+16
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-0/+90
2015-04-02Merge conflictsNiko Matsakis-3/+1