summary refs log tree commit diff
path: root/src/test/auxiliary
AgeCommit message (Expand)AuthorLines
2014-01-03test: De-`@mut` the test suitePatrick Walton-7/+18
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+81
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-95/+0
2013-12-19librustc: Add missing case for the `Pod` bound in `tydecode`.Patrick Walton-0/+10
2013-12-19Rename pkgid to crate_idCorey Richardson-41/+41
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+32
2013-12-18Adding tests for closed issuesAlex Crichton-0/+32
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-7/+84
2013-12-08encode trait lifetime params in metadata to allow cross-crate usageDavid Renshaw-0/+13
2013-12-03Fix a bug in exporting trait implementationsAlex Crichton-0/+19
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-1/+1
2013-11-30auto merge of #10528 : alexcrichton/rust/static-linking-v2, r=pcwaltonbors-3/+4
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-18/+20
2013-11-29Statically link librustrt to libstdAlex Crichton-3/+4
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-4/+4
2013-11-22auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwaltonbors-0/+15
2013-11-22Move more of the exportation burden into privacyAlex Crichton-0/+15
2013-11-19Don't use win64 calling convention on 32-bit machines.Eric Holk-3/+13
2013-11-18Add Win64 calling convention.Eric Holk-0/+27
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-11-08Added tests for default generation of package_id meta attributeAndrei Formiga-0/+17
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-0/+64
2013-11-02auto merge of #10242 : thestinger/rust/inline_dtor, r=alexcrichtonbors-0/+18
2013-11-02fix cross-crate destructor inliningDaniel Micay-0/+18
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