| Age | Commit message (Expand) | Author | Lines |
| 2014-04-10 | auto merge of #13437 : kaseyc/rust/remove_unnecessary_struct, r=sanxiyn | bors | -3/+0 |
| 2014-04-10 | auto merge of #13436 : pongad/rust/lazyemit, r=thestinger | bors | -176/+189 |
| 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 | -2/+61 |
| 2014-04-09 | Emit intrinsic lazily | Michael Darakananda | -176/+189 |
| 2014-04-09 | auto merge of #13383 : ben0x539/rust/glob-dots, r=brson | bors | -17/+111 |
| 2014-04-08 | rustc: Prevent repeated moves out of proc upvars | Alex Crichton | -2/+61 |
| 2014-04-08 | auto merge of #13399 : SimonSapin/rust/patch-8, r=cmr | bors | -1/+1 |
| 2014-04-08 | auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichton | bors | -431/+782 |
| 2014-04-08 | Update an obsolete comment about conditions | Simon Sapin | -1/+1 |
| 2014-04-08 | Test fixes from rollup | Alex Crichton | -8/+0 |
| 2014-04-08 | Add test for #11881 | JustAPerson | -0/+60 |
| 2014-04-08 | std: make vec!() macro handle a trailing comma | Kang Seonghoon | -1/+30 |
| 2014-04-08 | Fix spelling errors in comments. | Joseph Crail | -5/+5 |
| 2014-04-08 | std: User a smaller stdin buffer on windows | Alex Crichton | -1/+72 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -6/+7 |
| 2014-04-08 | fix ~ZeroSizeType rvalues | Daniel Micay | -2/+19 |
| 2014-04-08 | rustc: Don't read both rlib and dylib metadata | Alex Crichton | -4/+12 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -43/+51 |
| 2014-04-08 | rustc: Use CStore, not a separate crate cache | Alex Crichton | -70/+61 |
| 2014-04-08 | std: Add more docs for ptr mod | Brian Anderson | -53/+182 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -208/+194 |
| 2014-04-08 | doc: Document flavorful variations of paths | Alex Crichton | -1/+46 |
| 2014-04-08 | Made libflate functions return Options instead of outright failing | Tobba | -21/+39 |
| 2014-04-08 | sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables) | Jim Radford | -11/+7 |
| 2014-04-07 | native: Try hard to not malloc on a forked child | Alex Crichton | -1/+31 |
| 2014-04-08 | libglob: only return dirs for globs ending in / | Benjamin Herr | -2/+14 |
| 2014-04-08 | libglob: allow "." and ".." to be matched | Benjamin Herr | -16/+98 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -456/+280 |
| 2014-04-07 | Fix some windows rpass tests | Alex Crichton | -30/+72 |
| 2014-04-07 | auto merge of #13358 : tbu-/rust/pr_doc_equivrel, r=cmr | bors | -63/+72 |
| 2014-04-07 | auto merge of #13356 : alexcrichton/rust/ignore-flaky, r=huonw | bors | -1/+1 |
| 2014-04-07 | auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfackler | bors | -10/+9 |
| 2014-04-07 | auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -177/+187 |
| 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 | mk: Pass the name of the make command to maketest.py | Brian Anderson | -7/+8 |
| 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 | -404/+168 |
| 2014-04-06 | De-~[] IO utils | Steven Fackler | -6/+6 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -65/+66 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -108/+117 |
| 2014-04-06 | auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichton | bors | -38/+135 |
| 2014-04-06 | auto merge of #13345 : bjz/rust/irc, r=alexcrichton | bors | -1/+5 |
| 2014-04-06 | Remove use of block comments in src/libstd/cmp.rs | Tobias Bucher | -84/+72 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -1/+43 |