about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
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
2015-04-02Fallout in testsNiko Matsakis-7/+3
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-11/+11
2015-04-01Fallout in testsNiko Matsakis-11/+11
2015-04-01Update tests for new coherence rules, and add a swatch of new testsNiko Matsakis-0/+22
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-8/+9
2015-03-30Fallout where types must be specified.Niko Matsakis-0/+18
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-12/+9
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-11/+7
2015-03-27Unquote all crate names without underscoresRicho Healey-2/+2
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-318/+318
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-4/+4
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-4/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-318/+318