| Age | Commit message (Expand) | Author | Lines |
| 2014-10-30 | rollup merge of #18421 : tbu-/pr_checkeddiv1 | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18417 : P1start/lint-fixes | Alex Crichton | -15/+90 |
| 2014-10-30 | rollup merge of #18413 : bkoropoff/issue-18412 | Alex Crichton | -4/+42 |
| 2014-10-30 | rollup merge of #18411 : richo/tm-null-check | Alex Crichton | -7/+13 |
| 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 | Special-case some error messages about `Sized` | P1start | -12/+34 |
| 2014-10-30 | Add a message for when a `.` follows a macro invocation | P1start | -0/+24 |
| 2014-10-30 | Improve the error message for parenthesised box expressions | P1start | -0/+28 |
| 2014-10-30 | Fix a minor issue with how lint groups are printed by rustc | P1start | -1/+2 |
| 2014-10-30 | Remove `unused_extern_crate` and `unused_result` from the `unused` lint group | P1start | -2/+2 |
| 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-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 | rustc: fail if LLVM is passed an invalid triple | Richo Healey | -7/+13 |
| 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 | Fix `core::num::CheckedDiv::checked_div` documentation | Tobias Bucher | -1/+1 |
| 2014-10-29 | auto merge of #18340 : chastell/rust/guide_closures_fixes, r=steveklabnik | bors | -12/+12 |
| 2014-10-28 | Add regression test for issue #18412 | Brian Koropoff | -0/+36 |
| 2014-10-28 | Fix ICE assigning methods to local variables | Brian Koropoff | -4/+6 |
| 2014-10-29 | auto merge of #18410 : thestinger/rust/revert-parallel, r=alexcrichton | bors | -14/+1 |
| 2014-10-28 | Revert "enable parallel codegen by default" | Daniel Micay | -14/+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 |