summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-4/+61
2013-09-24auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphismbors-1/+1
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+1
2013-09-24Correctly encode item visibility in metadataAlex Crichton-4/+61
2013-09-23test: Fix rustdoc and tests.Patrick Walton-15/+1
2013-09-17Prevent a rare linkage issue with an xcrate staticAlex Crichton-0/+19
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-5/+5
2013-09-16auto merge of #9130 : alexcrichton/rust/inline-globals, r=thestingerbors-0/+9
2013-09-16switch Drop to `&mut self`Daniel Micay-5/+5
2013-09-16testsuite: Add test for #4208Tim Chevalier-0/+21
2013-09-16Resume inlining globals across cratesAlex Crichton-0/+9
2013-09-16auto merge of #9206 : alexcrichton/rust/issue-9188, r=catamorphismbors-0/+24
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+1
2013-09-14Guarantee that statics have unique namesAlex Crichton-0/+24
2013-09-13Translate nested items in default methodsAlex Crichton-0/+19
2013-09-11Fix whitespace in testsSiegeLord-1/+1
2013-09-11Replace dashes in the filenames of the new tests with underscores to avoid is...SiegeLord-0/+0
2013-09-11Add a test for cross-crate struct variantsSiegeLord-0/+17
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-0/+61
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-2/+1
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-2/+1
2013-09-04Implement support for indicating the stability of items.Huon Wilson-0/+162
2013-09-02Remove __extensions__ in names for a "pretty name"Alex Crichton-2/+35
2013-09-02Fix inner statics having the same symbol nameAlex Crichton-0/+28
2013-08-29Fix a bug with statics inside blocks in generic fnsAlex Crichton-0/+40
2013-08-22auto merge of #8666 : nikomatsakis/rust/issue-3678-extern-fn-types, r=pcwaltonbors-1/+2
2013-08-21auto merge of #8562 : bblum/rust/superkinds, r=nikomatsakisbors-0/+17
2013-08-21auto merge of #8594 : bytewiseand/rust/static-fn-ptr, r=pcwaltonbors-0/+14
2013-08-21Split cross-crate test into own test and xfail-fast itAndreas Martens-2/+2
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-1/+2
2013-08-20Fixup style of test cases for #7083Ben Blum-2/+5
2013-08-20Add tests for #7083.Ben Blum-0/+14
2013-08-19Add tests for cross-crate condition handling. Close #5446.Graydon Hoare-0/+84
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+1
2013-08-18Add assertions and cross crate testsAndreas Martens-0/+14
2013-08-17Fix warnings it testsErick Tryzelaar-15/+9
2013-08-15Add even more testsAlex Crichton-0/+25
2013-08-15Fix a typo in the ifmt doxAlex Crichton-1/+1
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+37
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-5/+5
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-3/+27
2013-08-07Fix falloutCorey Richardson-1/+1
2013-08-07Fix unit structs in cross-crate situtationsAlex Crichton-0/+31
2013-08-07Enable privacy check for enum methods.Michael Woerister-3/+27
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01auto merge of #8216 : thestinger/rust/range, r=huonwbors-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-1/+1
2013-08-01auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwaltonbors-0/+23
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1