| Age | Commit message (Expand) | Author | Lines |
| 2014-10-31 | auto merge of #18264 : jakub-/rust/var-ids-in-error-messages, r=nikomatsakis | bors | -194/+240 |
| 2014-10-31 | auto merge of #18431 : japaric/rust/show, r=alexcrichton | bors | -29/+46 |
| 2014-10-30 | DSTify Show and all the other formatting traits | Jorge Aparicio | -29/+46 |
| 2014-10-31 | auto merge of #18459 : alexcrichton/rust/rollup, r=alexcrichton | bors | -1439/+1170 |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -16/+17 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -271/+165 |
| 2014-10-30 | rollup merge of #18430 : bjz/token | Alex Crichton | -377/+373 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -271/+285 |
| 2014-10-30 | rollup merge of #18452 : bkoropoff/issue-18425 | Alex Crichton | -19/+32 |
| 2014-10-30 | rollup merge of #18443 : alexcrichton/deref-vec-and-string | Alex Crichton | -437/+102 |
| 2014-10-30 | rollup merge of #18442 : Manishearth/rust_panic | Alex Crichton | -4/+4 |
| 2014-10-30 | rollup merge of #18438 : jakub-/empty-file | Alex Crichton | -0/+0 |
| 2014-10-31 | auto merge of #18381 : pelmers/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-10-30 | Use the `_` representation for integral variables as well | Jakub Bukaj | -8/+7 |
| 2014-10-30 | Add a test for errors unifying an integer variable with a float variable | Jakub Bukaj | -0/+15 |
| 2014-10-30 | Add a test for failure to unify type parameters | Jakub Bukaj | -1/+4 |
| 2014-10-30 | auto merge of #18339 : chastell/rust/guide_pattern_fixes, r=nikomatsakis | bors | -8/+8 |
| 2014-10-30 | auto merge of #18377 : steveklabnik/rust/fix_wording_about_errors, r=nikomats... | bors | -2/+2 |
| 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 | auto merge of #18376 : steveklabnik/rust/gh7963, r=alexcrichton | bors | -0/+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 | collections: Enable IndexMut for some collections | Alex Crichton | -271/+165 |
| 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-29 | Add regression test for #18425 | Brian Koropoff | -0/+16 |
| 2014-10-29 | Fix ICE translating array repeat expr of non-Copy type | Brian Koropoff | -19/+16 |
| 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 |