about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-04-09Remove the unused Point struct in the assert-eq-macro-fail.rs test.Kasey Carrothers-3/+0
2014-04-09auto merge of #13413 : alexcrichton/rust/once-fn-move, r=brsonbors-1/+59
2014-04-09auto merge of #13383 : ben0x539/rust/glob-dots, r=brsonbors-7/+15
2014-04-08rustc: Prevent repeated moves out of proc upvarsAlex Crichton-1/+59
2014-04-08Add test for #11881JustAPerson-0/+60
2014-04-08std: make vec!() macro handle a trailing commaKang Seonghoon-0/+28
2014-04-08std: User a smaller stdin buffer on windowsAlex Crichton-0/+63
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-1/+1
2014-04-08fix ~ZeroSizeType rvaluesDaniel Micay-0/+13
2014-04-08Register new snapshotsAlex Crichton-51/+51
2014-04-08libglob: only return dirs for globs ending in /Benjamin Herr-0/+2
2014-04-08libglob: allow "." and ".." to be matchedBenjamin Herr-7/+13
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-332/+212
2014-04-07Fix some windows rpass testsAlex Crichton-4/+17
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-13/+13
2014-04-06rmake: Fix a test on FreeBSDAlex Crichton-2/+13
2014-04-06Remove ignore-fast that has cropped upAlex Crichton-13/+2
2014-04-06Use ignore-freebsd for tests broken on FreeBSDBrian Anderson-2/+2
2014-04-06Ignore another test that fails mysteriously on BSDBrian Anderson-0/+2
2014-04-06test: Ignore run-make tests that don't work on BSDBrian Anderson-0/+13
2014-04-06test: Ignore compile-fail/issue-5806.rsBrian Anderson-0/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-313/+163
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-3/+3
2014-04-06De-~[] Reader and WriterSteven Fackler-10/+10
2014-04-06auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichtonbors-30/+105
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-0/+26
2014-04-06Add support for different relocation modelsFlavio Percoco-0/+26
2014-04-06auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmrbors-2/+0
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-2/+0
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-69/+105
2014-04-06syntax: Tweak parsing lifetime bounds on closuresAlex Crichton-31/+122
2014-04-05rustc: Pass --enable-long-section-names to gccAlex Crichton-1/+4
2014-04-06name struct in "field `...` is private" errorBenjamin Herr-30/+105
2014-04-05auto merge of #13112 : ktt3ja/rust/issue-13058, r=pnkfelixbors-0/+47
2014-04-05auto merge of #13333 : Ryman/rust/improve_incompatible_type_error, r=alexcric...bors-1/+32
2014-04-05auto merge of #13330 : huonw/rust/loop-error, r=alexcrichtonbors-0/+2
2014-04-04auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr...bors-0/+100
2014-04-05Rough regression test for #13266.Felix S. Klock II-0/+100
2014-04-05librustc: Improve error message for incompatible trait method signatures.Kevin Butler-1/+32
2014-04-05rustc: move the check_loop pass earlier.Huon Wilson-0/+2
2014-04-04Test fixes from rollupAlex Crichton-5/+5
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-64/+64
2014-04-04Fix fallout from std::libc separationCorey Richardson-68/+101
2014-04-04auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonwbors-4/+7
2014-04-04auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichtonbors-1/+15
2014-04-04auto merge of #13291 : thestinger/rust/no_null, r=alexcrichtonbors-6/+6
2014-04-04rustc: feature-gate `concat_idents!`.Huon Wilson-1/+15
2014-04-03test: avoid infinite loop in out-of-stack.rsErick Tryzelaar-0/+3
2014-04-03std: Remove `RefCell::set()`Erick Tryzelaar-3/+3
2014-04-03std: Remove `RefCell::get()`Erick Tryzelaar-1/+1