| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | Turn off attribute_usage warning on check-fast | klutzy | -12/+16 |
| 2013-11-26 | auto merge of #10660 : alexcrichton/rust/little-scope, r=pcwalton | bors | -71/+71 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -462/+466 |
| 2013-11-25 | auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichton | bors | -185/+53 |
| 2013-11-25 | auto merge of #10316 : klutzy/rust/attr-lint, r=cmr | bors | -55/+160 |
| 2013-11-26 | rustc: Add crate-level attribute lint | klutzy | -34/+51 |
| 2013-11-26 | rustc: Update obsolete attribute list | klutzy | -8/+10 |
| 2013-11-26 | Add test for unknown attribute lint | klutzy | -0/+18 |
| 2013-11-26 | rustc: Add lint for unknown attributes | klutzy | -9/+57 |
| 2013-11-25 | auto merge of #10652 : jld/rust/enum-unstruct, r=thestinger | bors | -40/+99 |
| 2013-11-26 | Add tests for attribute lint | klutzy | -0/+38 |
| 2013-11-26 | std: Remove unused attributes | klutzy | -5/+2 |
| 2013-11-26 | rustc: Add lint for obsolete attributes | klutzy | -59/+13 |
| 2013-11-26 | rustc: Add lint for misplaced crate attributes | klutzy | -0/+31 |
| 2013-11-25 | Fix the usual check-fast scoping mistake. | Jed Davis | -1/+1 |
| 2013-11-25 | Move LittleLock to using RAII | Alex Crichton | -71/+71 |
| 2013-11-25 | auto merge of #10650 : andreasots/rust/ipv6-is-in-hex, r=alexcrichton | bors | -1/+2 |
| 2013-11-25 | auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmr | bors | -0/+23 |
| 2013-11-25 | auto merge of #10657 : sanxiyn/rust/pat, r=cmr | bors | -49/+26 |
| 2013-11-25 | Implement IterBytes for Rc<T>. | Léo Testard | -0/+8 |
| 2013-11-25 | Add an implementation of Encodable and Decodable for Rc. This will be needed ... | Léo Testard | -0/+15 |
| 2013-11-26 | Take &Pat in visit_pat | Seo Sanghyeon | -19/+19 |
| 2013-11-25 | auto merge of #10653 : thestinger/rust/meaningless, r=huonw | bors | -2/+0 |
| 2013-11-25 | auto merge of #10648 : sfackler/rust/base64-test, r=alexcrichton | bors | -1/+1 |
| 2013-11-25 | Take &Pat | Seo Sanghyeon | -7/+7 |
| 2013-11-25 | Remove arms_have_move_bindings | Seo Sanghyeon | -23/+0 |
| 2013-11-25 | auto merge of #10646 : alexcrichton/rust/issue-10645, r=luqmana | bors | -10/+15 |
| 2013-11-25 | rm #[mutable_doc] | Daniel Micay | -2/+0 |
| 2013-11-25 | auto merge of #10644 : cmr/rust/rustdoc_cfg, r=alexcrichton | bors | -5/+9 |
| 2013-11-25 | Add [mut_]shift_ref/[mut_]pop_ref functions, which return a pointer to the fi... | Niko Matsakis | -0/+194 |
| 2013-11-25 | auto merge of #10643 : jorendorff/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-11-25 | auto merge of #10628 : huonw/rust/3614, r=alexcrichton | bors | -7/+51 |
| 2013-11-25 | syntax: parse inner attributes on impls. | Huon Wilson | -7/+51 |
| 2013-11-25 | Fix typo in base64 test | Steven Fackler | -1/+1 |
| 2013-11-24 | auto merge of #10641 : cmr/rust/close_delims, r=alexcrichton | bors | -9/+33 |
| 2013-11-24 | auto merge of #10635 : alexcrichton/rust/issue-10626, r=cmr | bors | -1/+45 |
| 2013-11-24 | Represent C-like enums with a plain LLVM integer, not a struct. | Jed Davis | -40/+99 |
| 2013-11-25 | std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digits | Andreas Ots | -1/+2 |
| 2013-11-24 | Set uv's custom data before uv_read_start | Alex Crichton | -10/+15 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -2418/+400 |
| 2013-11-24 | Cache a task's stderr logger | Alex Crichton | -1/+45 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2418/+400 |
| 2013-11-24 | rustdoc: pass through --cfg to rustc | Corey Richardson | -5/+9 |
| 2013-11-24 | Fix spelling of "vacuum" in one of the abort quotes. | Jason Orendorff | -1/+1 |
| 2013-11-24 | auto merge of #10639 : jix/rust/fix_find_mut_in_trie, r=thestinger | bors | -1/+12 |
| 2013-11-24 | auto merge of #10637 : luqmana/rust/nmt, r=cmr | bors | -129/+165 |
| 2013-11-24 | Add a note for unclosed delimiters | Corey Richardson | -9/+33 |
| 2013-11-24 | Add comments to ast, ast_map, ty, and pat_util | Kiet Tran | -0/+24 |
| 2013-11-24 | libextra: Remove @mut from term. | Luqman Aden | -129/+165 |
| 2013-11-25 | std::trie: Fix find_mut for non-present keys | Jannis Harder | -1/+12 |