summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-01-08auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichtonbors-0/+40
2014-01-08auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwaltonbors-0/+33
2014-01-08Fix CodeMap issue in expand_include_str()Michael Woerister-0/+40
2014-01-08auto merge of #11405 : huonw/rust/moredocs, r=huonwbors-18/+18
2014-01-08auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichtonbors-11/+12
2014-01-07Fix leaking trait imports across modulesAlex Crichton-0/+33
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-18/+18
2014-01-07libextra: Introduce typed arenas.Patrick Walton-11/+12
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-0/+46
2014-01-07auto merge of #11347 : alexcrichton/rust/issue-11346, r=brsonbors-0/+5
2014-01-07auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichtonbors-0/+24
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-0/+46
2014-01-06Add lint for unnecessary castsFlorian Hahn-0/+24
2014-01-06Don't attempt duplicate outputsAlex Crichton-0/+5
2014-01-06auto merge of #11333 : cmr/rust/triage2, r=alexcrichtonbors-2/+29
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/+28
2014-01-06Revert "std: adjust requested stack size for thread-local storage."Huon Wilson-22/+0
2014-01-05Don't abort the process in native::startAlex Crichton-0/+22
2014-01-04auto merge of #11188 : brson/rust/noderef, r=brsonbors-336/+145
2014-01-04rustc: Add error about obsolete struct derefBrian Anderson-0/+15
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-322/+138
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-25/+3
2014-01-03auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwaltonbors-1356/+427
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-837/+351
2014-01-03test: Get rid of some `@mut`s in borrow check testsPatrick Walton-45/+3
2014-01-03test: Make `borrowck-assign-to-subfield` into a run-pass test, now thatPatrick Walton-11/+0
2014-01-03test: Remove all borrow check write guard testsPatrick Walton-390/+0
2014-01-03auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichtonbors-0/+12
2014-01-03auto merge of #11149 : alexcrichton/rust/remove-either, r=brsonbors-5/+12
2014-01-03Remove std::eitherAlex Crichton-5/+12
2014-01-03auto merge of #11276 : brson/rust/0.9, r=pcwaltonbors-1/+1
2014-01-03auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwaltonbors-0/+8
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-02auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwaltonbors-0/+33
2014-01-02debuginfo: Add test case for recursive enum types (issue #11083)Michael Woerister-0/+33
2014-01-01auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichtonbors-0/+16
2014-01-01auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwaltonbors-0/+134
2014-01-02Test column offset for #11184Jan Niklas Hasse-0/+1
2014-01-01Add linting for `crate_type` attribute values.a_m0d-0/+12
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-3/+2
2014-01-01Fix usage of rustc --ls on invalid filesAlex Crichton-0/+8
2014-01-01Don't leave lingering files in doc testsAlex Crichton-0/+1