| Age | Commit message (Expand) | Author | Lines |
| 2014-02-23 | Merge remote-tracking branch 'brson/ratcher' | Brian Anderson | -1/+1 |
| 2014-02-23 | Merge remote-tracking branch 'brson/iodoc' | Brian Anderson | -126/+41 |
| 2014-02-23 | Merge remote-tracking branch 'tbu/pr_doc_smallfix' | Brian Anderson | -1/+1 |
| 2014-02-23 | Merge remote-tracking branch 'kud1ing/patch-1' | Brian Anderson | -1/+1 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -28/+262 |
| 2014-02-23 | auto merge of #12484 : TheHydroImpulse/rust/fix_js, r=huonw | bors | -1/+1 |
| 2014-02-23 | Tutorial: fix typo | kud1ing | -1/+1 |
| 2014-02-23 | auto merge of #12492 : huonw/rust/snapshots, r=alexcrichton | bors | -1327/+294 |
| 2014-02-23 | Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added... | zslayton | -19/+9 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1321/+286 |
| 2014-02-23 | Fix C function FFI example in the Rust cheatsheet | Tobias Bucher | -1/+1 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -16/+9 |
| 2014-02-24 | native: be more const correct with the FFI calls. | Huon Wilson | -8/+8 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -20/+10 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -27/+39 |
| 2014-02-24 | green: remove ancient register-saving code. | Huon Wilson | -6/+1 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -28/+262 |
| 2014-02-23 | Register snapshots. | Huon Wilson | -6/+8 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -26/+239 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -127/+115 |
| 2014-02-23 | std: Move unstable::stack to rt::stack | Brian Anderson | -6/+8 |
| 2014-02-23 | std: Remove unstable::lang | Brian Anderson | -55/+36 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -19/+22 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -47/+49 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -435/+447 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -26/+239 |
| 2014-02-22 | std: Remove some nonsense from old std::io docs | Brian Anderson | -126/+41 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -49/+48 |
| 2014-02-22 | Fix typo in emacs ERT test | Micah Chalmer | -1/+1 |
| 2014-02-22 | auto merge of #12450 : FlaPer87/rust/issue-10682, r=alexcrichton | bors | -0/+20 |
| 2014-02-22 | Emacs: indent relative to enclosing block | Micah Chalmer | -37/+127 |
| 2014-02-22 | Emacs: stay at the correct position when indenting | Micah Chalmer | -9/+74 |
| 2014-02-22 | auto merge of #12444 : thestinger/rust/arena, r=huonw | bors | -45/+29 |
| 2014-02-22 | auto merge of #12448 : alexcrichton/rust/smaller-rust, r=brson | bors | -0/+13 |
| 2014-02-22 | Fixed invalid JavaScript | Daniel Fagnan | -1/+1 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -17/+1191 |
| 2014-02-22 | std: fix the hash doctest | Erick Tryzelaar | -2/+2 |
| 2014-02-23 | std: mark two helper functions #[inline]. | Huon Wilson | -0/+2 |
| 2014-02-22 | auto merge of #11603 : alexcrichton/rust/issue-11591, r=brson | bors | -2/+69 |
| 2014-02-22 | Force all lang items to be reachable | Alex Crichton | -2/+69 |
| 2014-02-22 | auto merge of #12366 : aepsil0n/rust/feature/unnecessary_parens_around_assign... | bors | -34/+51 |
| 2014-02-22 | Fix emacs indentation of multi-line match patterns | Micah Chalmer | -3/+40 |
| 2014-02-22 | auto merge of #12441 : kud1ing/rust/backticks, r=brson | bors | -8/+8 |
| 2014-02-22 | auto merge of #12439 : cmr/rust/rustdoc-reset, r=thestinger | bors | -4/+13 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -34/+51 |
| 2014-02-22 | auto merge of #12437 : alexcrichton/rust/travis-yml, r=brson | bors | -0/+1 |
| 2014-02-22 | auto merge of #12427 : alexcrichton/rust/snapshots, r=brson | bors | -0/+8 |
| 2014-02-22 | auto merge of #12462 : kballard/rust/restore-llvm-from-12407, r=brson | bors | -0/+0 |
| 2014-02-21 | Restore LLVM to the correct revision | Kevin Ballard | -0/+0 |
| 2014-02-21 | auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson | bors | -11/+21 |