summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-01-02syntax: expand impl_pretty_name to handle more cases.Huon Wilson-2/+2
2013-12-31auto merge of #11173 : whitequark/rust/master, r=thestingerbors-0/+29
2013-12-31auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwaltonbors-0/+15
2013-12-31Mark provided methods in dead-code passKiet Tran-0/+16
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+133
2013-12-31Disallow LTO with a preference to dynamic linkingAlex Crichton-0/+15
2013-12-31Implement volatile_load and volatile_store intrinsics.Peter Zotov-0/+29
2013-12-30Revert "Embed Windows application manifest."Vadim Chugunov-19/+0
2013-12-30auto merge of #11185 : huonw/rust/doc-ignore, r=cmrbors-0/+37
2013-12-30auto merge of #11182 : luisbg/rust/crateid, r=cmrbors-8/+8
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-0/+37
2013-12-29Rename uses of PkgId to CrateId in librustpkgLuis de Bethencourt-8/+8
2013-12-28Stop using @ExtCtxtSteven Fackler-1/+1
2013-12-28auto merge of #11159 : alexcrichton/rust/native-io, r=pcwaltonbors-178/+0
2013-12-27Bring native process bindings up to dateAlex Crichton-178/+0
2013-12-27Add tests for trait object coercion.Luqman Aden-2/+150
2013-12-26auto merge of #10965 : alexcrichton/rust/libgreen, r=brsonbors-70/+36
2013-12-25Test fixes and rebase conflictsAlex Crichton-12/+60
2013-12-25Remove out of date testSteven Fackler-62/+0
2013-12-24rustc: Strip struct fields and enum variantsAlex Crichton-0/+55
2013-12-24Test fixes and rebase problemsAlex Crichton-86/+4
2013-12-23rustc: Add a lint for the obsolete crate-level link attributeBrian Anderson-103/+0
2013-12-22auto merge of #11111 : alexcrichton/rust/issue-11039, r=brsonbors-0/+17
2013-12-22Allow optional filename argument for --dep-infoAndreas Neuhaus-2/+27
2013-12-22Use --crate-file-name to find out the library filename in dep-info testAndreas Neuhaus-6/+3
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-25/+109
2013-12-22fix check-fast tests.Huon Wilson-1/+2
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-27/+22
2013-12-21auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link...bors-0/+15
2013-12-21Guarantee comm primitives are not FreezeAlex Crichton-0/+17
2013-12-20auto merge of #11077 : alexcrichton/rust/crate-id, r=cmrbors-0/+21
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-5/+5
2013-12-20auto merge of #11075 : alexcrichton/rust/issue-10392, r=brsonbors-0/+72
2013-12-20rustc: Improve crate id extractionAlex Crichton-0/+21
2013-12-19auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichtonbors-0/+1
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-5/+5
2013-12-20std::vec: implement a stable merge sort, deferring to insertion sort forHuon Wilson-0/+88
2013-12-19auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwaltonbors-6/+10
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-6/+10
2013-12-19librustc: Add missing case for the `Pod` bound in `tydecode`.Patrick Walton-0/+29
2013-12-19Accept trailing commas in struct patternsAlex Crichton-0/+72
2013-12-20rustc: Handle `#[link(name = "")]` errorklutzy-0/+1
2013-12-19auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajackbors-48/+48
2013-12-19Add some things to inspect crate-id'sCorey Richardson-1/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-47/+47
2013-12-18auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmrbors-11/+10
2013-12-18Fix #10755 - ICE: `--linker=`Cadence Marseille-0/+15
2013-12-18auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichtonbors-0/+37
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-11/+10
2013-12-18Add a rustdoc testCorey Richardson-0/+37