about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+5
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+10
2015-01-07Merge pull request #20675 from jbcrail/fix-test-commentsbors-2/+2
2015-01-06Fix misspelled comments in tests.Joseph Crail-2/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-4/+4
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-06Fix fallout in tests.Niko Matsakis-4/+4
2015-01-05More test fixes!Alex Crichton-3/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-57/+199
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-16/+2
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-1/+1
2015-01-05Add a test case for accidental macro re-exportKeegan McAllister-0/+19
2015-01-05Un-gate macro_rulesKeegan McAllister-39/+1
2015-01-05Pass the #[plugin(...)] meta item to the registrarKeegan McAllister-0/+50
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-12/+12
2015-01-05Allow selective macro importKeegan McAllister-0/+34
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-2/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-13/+9
2015-01-05fix rpass testsJorge Aparicio-13/+9
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05Implement macro re-exportKeegan McAllister-0/+34
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-0/+24
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-0/+25
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-2/+0
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-6/+2
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-8/+0
2015-01-03Remove deprecated functionalityAlex Crichton-5/+4
2015-01-04auto merge of #20490 : japaric/rust/assoc-types, r=aturonbors-7/+18
2015-01-03use assoc types in binop traitsJorge Aparicio-5/+13
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+2
2015-01-03fix rpass/cfail testsJorge Aparicio-2/+5
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+5
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-1/+1
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+25
2015-01-02rollup merge of #20404: japaric/at-testsAlex Crichton-0/+15
2015-01-02rollup merge of #20385: nick29581/x-objectAlex Crichton-0/+17
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+5
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02Fix fallout in tests.Niko Matsakis-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+5
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2015-01-02New coherence tests covering patterns we want to work (and not work).Niko Matsakis-0/+25
2015-01-01std: Second pass stabilization of syncAlex Crichton-2/+2