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