| Age | Commit message (Expand) | Author | Lines |
| 2013-11-25 | auto merge of #10652 : jld/rust/enum-unstruct, r=thestinger | bors | -0/+39 |
| 2013-11-26 | Add tests for attribute lint | klutzy | -0/+38 |
| 2013-11-26 | std: Remove unused attributes | klutzy | -1/+0 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -15/+0 |
| 2013-11-25 | Fix the usual check-fast scoping mistake. | Jed Davis | -1/+1 |
| 2013-11-25 | auto merge of #10628 : huonw/rust/3614, r=alexcrichton | bors | -0/+33 |
| 2013-11-25 | syntax: parse inner attributes on impls. | Huon Wilson | -0/+33 |
| 2013-11-24 | auto merge of #10641 : cmr/rust/close_delims, r=alexcrichton | bors | -0/+26 |
| 2013-11-24 | auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmr | bors | -0/+40 |
| 2013-11-24 | Represent C-like enums with a plain LLVM integer, not a struct. | Jed Davis | -0/+39 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -19/+25 |
| 2013-11-24 | Cache a task's stderr logger | Alex Crichton | -0/+40 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -19/+25 |
| 2013-11-24 | Add a note for unclosed delimiters | Corey Richardson | -0/+26 |
| 2013-11-24 | auto merge of #10475 : astrieanna/rust/issue8763, r=alexcrichton | bors | -3/+24 |
| 2013-11-24 | Fix issue #8763 | Leah Hanson | -3/+24 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -15/+15 |
| 2013-11-22 | More Mut tests | Steven Fackler | -0/+38 |
| 2013-11-22 | Strip down Cell functionality | Steven Fackler | -10/+8 |
| 2013-11-22 | Remove RcMut | Steven Fackler | -10/+14 |
| 2013-11-22 | Introduce Mut<T> to libstd | Steven Fackler | -0/+18 |
| 2013-11-22 | auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwalton | bors | -0/+54 |
| 2013-11-23 | Put non-ascii identifiers behind a feature gate. | Huon Wilson | -0/+54 |
| 2013-11-22 | auto merge of #10583 : alexcrichton/rust/privacy-reexport, r=pcwalton | bors | -0/+48 |
| 2013-11-22 | Move more of the exportation burden into privacy | Alex Crichton | -0/+48 |
| 2013-11-22 | auto merge of #10606 : huonw/rust/lint-unsafe-in-macro, r=thestinger | bors | -0/+9 |
| 2013-11-22 | test: test that the `unsafe_block` lint picks up `unsafe` blocks in | Huon Wilson | -0/+9 |
| 2013-11-21 | auto merge of #10588 : huonw/rust/un@mutilate-task_rng, r=alexcrichton | bors | -0/+18 |
| 2013-11-22 | std::rand: move TaskRng off @mut. | Huon Wilson | -0/+18 |
| 2013-11-21 | add lint for `unsafe` blocks | Daniel Micay | -0/+20 |
| 2013-11-20 | auto merge of #10527 : eholk/rust/win64, r=alexcrichton | bors | -0/+57 |
| 2013-11-19 | auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson | bors | -2/+2 |
| 2013-11-19 | Implement more native file I/O | Alex Crichton | -2/+2 |
| 2013-11-19 | Don't use win64 calling convention on 32-bit machines. | Eric Holk | -3/+13 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -147/+45 |
| 2013-11-18 | auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brson | bors | -2/+13 |
| 2013-11-18 | libsyntax: Remove `~fn()` from the language | Patrick Walton | -16/+2 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -131/+43 |
| 2013-11-18 | Add Win64 calling convention. | Eric Holk | -0/+47 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -6/+12 |
| 2013-11-18 | Use '..' as multi-field wildcard in enums and structs. | Brian Anderson | -0/+44 |
| 2013-11-19 | android support added to test case | Young-il Choi | -0/+1 |
| 2013-11-19 | fix #10450 | Young-il Choi | -2/+12 |
| 2013-11-18 | auto merge of #10555 : TeXitoi/rust/pidigits-resurected, r=alexcrichton | bors | -137/+66 |
| 2013-11-18 | pidigits resurected | Guillaume Pinot | -137/+66 |
| 2013-11-18 | auto merge of #10539 : alexcrichton/rust/external-linkage, r=pcwalton | bors | -0/+39 |
| 2013-11-18 | Don't mark reachable extern fns as internal | Alex Crichton | -0/+39 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -1/+27 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -1/+27 |
| 2013-11-17 | auto merge of #10363 : astrieanna/rust/fix-x86stdcall, r=huonw | bors | -8/+9 |