| Age | Commit message (Expand) | Author | Lines |
| 2014-10-30 | rollup merge of #18409 : gamazeps/issue15273 | Alex Crichton | -4/+15 |
| 2014-10-30 | rollup merge of #18408 : thestinger/unsafe | Alex Crichton | -2/+5 |
| 2014-10-30 | rollup merge of #18407 : thestinger/arena | Alex Crichton | -8/+8 |
| 2014-10-30 | rollup merge of #18397 : aochagavia/ascii | Alex Crichton | -2/+1 |
| 2014-10-30 | rollup merge of #18395 : cakebaker/fix_use_of_sqrt | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18393 : aochagavia/prelude | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18392 : cakebaker/remove_double_negation | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18383 : bkoropoff/issue-17361 | Alex Crichton | -1/+17 |
| 2014-10-30 | rollup merge of #18381 : pelmers/patch-1 | Alex Crichton | -1/+1 |
| 2014-10-30 | auto merge of #18374 : steveklabnik/rust/gh18197, r=sfackler | bors | -4/+3 |
| 2014-10-30 | auto merge of #18367 : pcwalton/rust/inline-atomic-constructors, r=thestinger | bors | -0/+4 |
| 2014-10-30 | auto merge of #18279 : bgamari/rust/check-static-recursion, r=alexcrichton | bors | -1/+57 |
| 2014-10-30 | auto merge of #17704 : nick29581/rust/object-safety, r=nikomatsakis | bors | -394/+309 |
| 2014-10-30 | auto merge of #18448 : brson/rust/clean-llvm, r=alexcrichton | bors | -1/+1 |
| 2014-10-29 | check_static_recursion: Handle foreign items | Ben Gamari | -1/+57 |
| 2014-10-30 | Try and fix Windows terminal | Nick Cameron | -23/+23 |
| 2014-10-30 | Rebasing fixes | Nick Cameron | -17/+24 |
| 2014-10-29 | mk: Clean just one llvm build at a time. Closes #17852 | Brian Anderson | -1/+1 |
| 2014-10-30 | Changes for Windows terminal | Nick Cameron | -41/+39 |
| 2014-10-30 | Change extensions traits to blanket impls | Nick Cameron | -25/+27 |
| 2014-10-30 | changes to tests | Nick Cameron | -141/+60 |
| 2014-10-30 | changes to libs | Nick Cameron | -149/+145 |
| 2014-10-30 | Enforce object safety | Nick Cameron | -76/+69 |
| 2014-10-30 | auto merge of #18359 : 1-more/rust/feature, r=alexcrichton | bors | -13/+18 |
| 2014-10-29 | auto merge of #18357 : TeXitoi/rust/simplify-reverse-complement, r=alexcrichton | bors | -179/+109 |
| 2014-10-29 | auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon | bors | -1727/+1776 |
| 2014-10-29 | Update infrastructure for fail -> panic | Steve Klabnik | -60/+104 |
| 2014-10-29 | auto merge of #18282 : pczarn/rust/regex-parse, r=burntsushi | bors | -24/+55 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1618/+1623 |
| 2014-10-29 | auto merge of #18375 : steveklabnik/rust/gh17969, r=alexcrichton | bors | -18/+19 |
| 2014-10-29 | auto merge of #18365 : bjz/rust/token, r=alexcrichton | bors | -1421/+1501 |
| 2014-10-29 | auto merge of #18340 : chastell/rust/guide_closures_fixes, r=steveklabnik | bors | -12/+12 |
| 2014-10-29 | auto merge of #18410 : thestinger/rust/revert-parallel, r=alexcrichton | bors | -25/+1 |
| 2014-10-28 | Revert "enable parallel codegen by default" | Daniel Micay | -25/+1 |
| 2014-10-29 | Diagnostic: resolve bare fn in expected closure | gamazeps | -4/+15 |
| 2014-10-28 | reference: document unwinding unsafety issues | Daniel Micay | -0/+3 |
| 2014-10-28 | reference: slices are now regular types | Daniel Micay | -1/+1 |
| 2014-10-28 | reference: note the existence of UnsafeCell | Daniel Micay | -1/+1 |
| 2014-10-28 | auto merge of #17603 : jakub-/rust/ty_bot, r=nikomatsakis | bors | -675/+843 |
| 2014-10-28 | rephrase some comments according to remarks in the PR | Guillaume Pinot | -4/+4 |
| 2014-10-28 | auto merge of #18291 : japaric/rust/dstify, r=aturon | bors | -230/+235 |
| 2014-10-28 | Fix example for BufferedReader | Steve Klabnik | -4/+3 |
| 2014-10-28 | update keyword list | Steve Klabnik | -18/+19 |
| 2014-10-28 | auto merge of #17851 : brson/rust/rustup, r=alexcrichton | bors | -0/+476 |
| 2014-10-28 | Address review comments | Jakub Bukaj | -12/+9 |
| 2014-10-28 | Long lines | Brian Anderson | -1/+2 |
| 2014-10-28 | Update tests with the new error messages | Jakub Bukaj | -33/+45 |
| 2014-10-28 | Remove ty_bot from the type system | Jakub Bukaj | -644/+803 |
| 2014-10-28 | Remove unnecessary clone in ascii.rs | Adolfo OchagavĂa | -2/+1 |
| 2014-10-28 | Guide: Fix use of sqrt() in example | Daniel Hofstetter | -1/+1 |