| Age | Commit message (Expand) | Author | Lines |
| 2016-01-04 | Add a human-readable textual form for MIR. | Scott Olson | -17/+103 |
| 2016-01-04 | Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrc | bors | -19/+54 |
| 2016-01-04 | doc: these examples do not need Copy and Clone traits | Tshepang Lekhonkhobe | -23/+1 |
| 2016-01-04 | Auto merge of #30602 - tsion:mir-graphviz-display, r=nikomatsakis | bors | -200/+254 |
| 2016-01-04 | address review comment | Tshepang Lekhonkhobe | -10/+2 |
| 2016-01-04 | Mention that structs can contain &mut Ts | Steve Klabnik | -0/+29 |
| 2016-01-04 | Auto merge of #30523 - ubsan:wrapping_op_assign, r=eddyb | bors | -214/+591 |
| 2016-01-04 | Add mention of warnings lint group to help message | Mike Anderson | -0/+4 |
| 2016-01-04 | Make float parsing "." return Err | Toby Scrace | -9/+11 |
| 2016-01-04 | Mention that Sync/Send are automatically derived | Steve Klabnik | -0/+4 |
| 2016-01-04 | Update librustc_unicode/tables.rs | Andrea Canciani | -19/+15 |
| 2016-01-04 | Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakis | bors | -23/+46 |
| 2016-01-04 | Improve the range comparison | Andrea Canciani | -3/+3 |
| 2016-01-04 | Reuse standard methods | Andrea Canciani | -10/+1 |
| 2016-01-04 | Improve formatting of tables.rs | Andrea Canciani | -3/+3 |
| 2016-01-04 | Cleanup unicode.py | Andrea Canciani | -115/+0 |
| 2016-01-04 | Auto merge of #30690 - LawrenceWoodman:patch-2, r=steveklabnik | bors | -6/+9 |
| 2016-01-04 | Feature-gate defaulted type parameters outside of types. | Niko Matsakis | -14/+30 |
| 2016-01-04 | Add missing use statements | Lawrence Woodman | -6/+9 |
| 2016-01-04 | Auto merge of #30651 - nagisa:mir-fix-equality-checks, r=eddyb | bors | -159/+101 |
| 2016-01-03 | Undo whitespace tweaks pending libbacktrace merge | Michael McConville | -91/+91 |
| 2016-01-04 | Auto merge of #29732 - nathansizemore:master, r=steveklabnik | bors | -40/+193 |
| 2016-01-04 | Add test for "malformed macro lhs" and change back span_bug to span_fatal | Guillaume Gomez | -2/+19 |
| 2016-01-03 | Auto merge of #30677 - diwic:master, r=bluss | bors | -3/+3 |
| 2016-01-03 | Auto merge of #29949 - fhahn:issue-21659-show-relevant-trait-impls, r=arielb1 | bors | -2/+164 |
| 2016-01-03 | fix "make tidy" failure | Tshepang Lekhonkhobe | -1/+2 |
| 2016-01-03 | run rustfmt on syntax::parse::lexer | Tshepang Lekhonkhobe | -513/+764 |
| 2016-01-03 | Correct formatting use of tab instead of spaces | Lawrence Woodman | -2/+2 |
| 2016-01-02 | Rustdoc - Specify max-image size | Wesley Wiser | -0/+4 |
| 2016-01-02 | Take out Op<T>/OpAssign<T> for Wrapping<T> | Nicholas Mazzuca | -145/+6 |
| 2016-01-03 | Refactor candidate selection | Florian Hahn | -11/+12 |
| 2016-01-02 | Finish test implementation | Nicholas Mazzuca | -147/+150 |
| 2016-01-02 | Fix off-by-one in String::remove | diwic | -3/+3 |
| 2016-01-02 | Use for_each_impl | Florian Hahn | -24/+15 |
| 2016-01-02 | Manually check trait implementations | Florian Hahn | -12/+31 |
| 2016-01-02 | Add more tests | Florian Hahn | -0/+80 |
| 2016-01-02 | Limit displaying relevant trait impls to 4 | Florian Hahn | -22/+34 |
| 2016-01-02 | Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearth | bors | -4/+17 |
| 2016-01-02 | Add 'mut' to temporary vars in MIR graphviz output. | Scott Olson | -1/+1 |
| 2016-01-02 | Grammar fixes | James Mantooth | -11/+11 |
| 2016-01-02 | Adjusted heading and created dedicated section in std::io docs | Nathan | -30/+39 |
| 2016-01-02 | Links and punctionaction fixes. | Nathan | -43/+57 |
| 2016-01-02 | Added platform notes to std::fs public functions. | Nathan | -35/+165 |
| 2016-01-02 | Add E0463 error explanation | Guillaume Gomez | -1/+14 |
| 2016-01-01 | Auto merge of #30672 - nagisa:to-degrad-stab, r=sfackler | bors | -8/+2 |
| 2016-01-02 | Stabilise f32::to_{degrees,radians} to match f64 | Simonas Kazlauskas | -8/+2 |
| 2016-01-01 | Show similar trait implementations if no matching impl is found | Florian Hahn | -0/+59 |
| 2016-01-01 | Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnik | bors | -3/+3 |
| 2016-01-01 | Auto merge of #30663 - apasel422:ll, r=bluss | bors | -7/+15 |
| 2016-01-01 | Fix equality checks in matches | Simonas Kazlauskas | -159/+101 |