about summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2013-11-01Add a type_id intrinsicAlex Crichton-0/+64
2013-10-31Reduce the aggressiveness of reachabilityAlex Crichton-0/+36
2013-10-23register snapshotsDaniel Micay-0/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-13/+13
2013-10-21Propagate reachability through reexported implsAlex Crichton-0/+60
2013-10-19Use __morestack to detect stack overflowAlex Crichton-1/+0
2013-10-16drop the linenoise libraryDaniel Micay-36/+0
2013-10-14Removing ccdeclSteve Klabnik-1/+1
2013-10-14Remove unused abi attributes.Steve Klabnik-3/+1
2013-10-10Add tests and un-xfail a few issuesAlex Crichton-0/+39
2013-10-10Use the result of privacy for reachabilityAlex Crichton-0/+15
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-0/+14
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+3
2013-10-03Use the correct logging crate while monomorphingAlex Crichton-0/+14
2013-10-03Close out #9155Steven Fackler-0/+17
2013-10-01remove the `float` typeDaniel Micay-8/+8
2013-09-30rpass: Remove usage of fmt!Alex Crichton-11/+11
2013-09-26Ensure that skipped items aren't encodedAlex Crichton-0/+17
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