summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-5/+5
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-0/+46
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-0/+46
2014-01-06auto merge of #11333 : cmr/rust/triage2, r=alexcrichtonbors-2/+6
2014-01-06auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonwbors-0/+28
2014-01-05Guarantee that native tasks wait for childrenAlex Crichton-0/+28
2014-01-05Fix some warningsCorey Richardson-1/+1
2014-01-05Remove a fixmeCorey Richardson-1/+5
2014-01-06Revert "std: adjust requested stack size for thread-local storage."Huon Wilson-22/+0
2014-01-04auto merge of #11188 : brson/rust/noderef, r=brsonbors-223/+130
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-222/+127
2014-01-04auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichtonbors-0/+22
2014-01-04Don't allow single-variant enums to be dereferenced. #6246Brian Anderson-1/+3
2014-01-04std: adjust requested stack size for thread-local storage.Huon Wilson-0/+22
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-73/+73
2014-01-03test: De-`@mut` the test suitePatrick Walton-724/+290
2014-01-03test: Get rid of some `@mut`s in borrow check testsPatrick Walton-2/+2
2014-01-03test: Make `borrowck-assign-to-subfield` into a run-pass test, now thatPatrick Walton-0/+30
2014-01-03test: Remove all borrow check write guard testsPatrick Walton-111/+0
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-0/+5
2014-01-03Remove std::eitherAlex Crichton-0/+5
2014-01-03auto merge of #11276 : brson/rust/0.9, r=pcwaltonbors-1/+1
2014-01-02auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwaltonbors-0/+55
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-3/+2
2014-01-01auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwaltonbors-0/+52
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-3/+2
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+52
2013-12-30Revert "Embed Windows application manifest."Vadim Chugunov-19/+0
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-0/+84
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
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-8/+0
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-0/+89
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-3/+3
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-2/+2
2013-12-20auto merge of #11075 : alexcrichton/rust/issue-10392, r=brsonbors-0/+37
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/+19
2013-12-19Accept trailing commas in struct patternsAlex Crichton-0/+37
2013-12-19Rename pkgid to crate_idCorey Richardson-4/+4
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+150
2013-12-18Adding tests for closed issuesAlex Crichton-0/+150
2013-12-18rustc: Allow `return` to return from a closure.Huon Wilson-0/+41