| Age | Commit message (Expand) | Author | Lines |
| 2016-01-02 | Limit displaying relevant trait impls to 4 | Florian Hahn | -22/+34 |
| 2016-01-01 | Show similar trait implementations if no matching impl is found | Florian Hahn | -0/+59 |
| 2016-01-01 | Auto merge of #30663 - apasel422:ll, r=bluss | bors | -7/+15 |
| 2016-01-01 | Auto merge of #30648 - tshepang:missing-graves, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30645 - tshepang:grammar, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30616 - arcnmx:cstr-asref, r=aturon | bors | -2/+33 |
| 2015-12-31 | Make `LinkedList` and its read-only iterators covariant | Andrew Paseltiner | -7/+15 |
| 2015-12-31 | CStr impl stability | arcnmx | -4/+4 |
| 2015-12-31 | impl From<&CStr> for CString | arcnmx | -7/+7 |
| 2015-12-31 | Auto merge of #28469 - DenisKolodin:master, r=steveklabnik | bors | -1/+40 |
| 2015-12-31 | Auto merge of #30660 - nagisa:rollup, r=steveklabnik | bors | -476/+1395 |
| 2015-12-31 | Rollup merge of #30630 - tsion:mir-closure-args, r=nagisa | Simonas Kazlauskas | -16/+13 |
| 2015-12-31 | Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana | Simonas Kazlauskas | -36/+46 |
| 2015-12-31 | Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson | Simonas Kazlauskas | -369/+1308 |
| 2015-12-31 | Rollup merge of #30365 - tamird:update-valgrind, r=pnkfelix | Simonas Kazlauskas | -55/+28 |
| 2015-12-31 | Auto merge of #30644 - tshepang:typo, r=steveklabnik | bors | -1/+1 |
| 2015-12-31 | Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro | bors | -8/+11 |
| 2015-12-31 | Auto merge of #30641 - tsion:match-range, r=eddyb | bors | -23/+59 |
| 2015-12-31 | Auto merge of #30598 - est31:macro_export_help_note, r=Manishearth | bors | -5/+44 |
| 2015-12-31 | Auto merge of #30586 - nagisa:mir-cast, r=arielb1 | bors | -1/+433 |
| 2015-12-31 | Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson | bors | -60/+59 |
| 2015-12-30 | Auto merge of #30375 - aaronkeen:issue_28777, r=eddyb | bors | -10/+54 |
| 2015-12-30 | Merge pull request #30643 from dhuseby/snaps_2015-12-18-3391630 | Dave Huseby | -0/+3 |
| 2015-12-30 | Auto merge of #30467 - shahn:master, r=brson | bors | -1/+74 |
| 2015-12-30 | doc: missed these in a4da9ac | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix grammar | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-30 | Small refactoring to make this code more clear | Steve Klabnik | -8/+11 |
| 2015-12-30 | Fixes #30521 and #30627 by adding new snapshots | Dave Huseby | -0/+3 |
| 2015-12-30 | Add test for MIR range matching. | Scott Olson | -0/+30 |
| 2015-12-30 | Use built-in comparisons for range matching in MIR. | Scott Olson | -23/+29 |
| 2015-12-30 | Auto merge of #30640 - steveklabnik:rollup, r=steveklabnik | bors | -52/+80 |
| 2015-12-30 | Limit line length to below 100 chars | est31 | -2/+4 |
| 2015-12-30 | Move pub-{item,methd}-macro.rs to the parse-fail subdir as well | est31 | -0/+0 |
| 2015-12-30 | Move pub-macro-rules.rs test to parse-fail directory | est31 | -0/+0 |
| 2015-12-30 | whitespace after colon, not before | est31 | -1/+1 |
| 2015-12-30 | Custom help message for people trying to make macro public | est31 | -5/+42 |
| 2015-12-30 | Rollup merge of #30620 - salty-horse:an_mut, r=brson | Steve Klabnik | -4/+4 |
| 2015-12-30 | Rollup merge of #30546 - tshepang:add-links, r=steveklabnik | Steve Klabnik | -15/+36 |
| 2015-12-30 | Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik | Steve Klabnik | -10/+11 |
| 2015-12-30 | Rollup merge of #30502 - Luke-Nukem:master, r=steveklabnik | Steve Klabnik | -16/+16 |
| 2015-12-30 | Rollup merge of #30373 - ChrisBuchholz:master, r=steveklabnik | Steve Klabnik | -7/+13 |
| 2015-12-30 | Auto merge of #30526 - Ms2ger:PathParameters, r=brson | bors | -35/+36 |
| 2015-12-30 | Refactor MIR building for arguments. | Scott Olson | -18/+14 |
| 2015-12-30 | Auto merge of #30542 - nrc:errs-base, r=nagisa | bors | -1517/+2253 |
| 2015-12-30 | doc: add graves | Tshepang Lekhonkhobe | -23/+23 |
| 2015-12-30 | doc: add some links for io::stdio | Tshepang Lekhonkhobe | -14/+35 |
| 2015-12-30 | Auto merge of #30458 - fhahn:fix-warnings-tests-stdlib, r=sanxiyn | bors | -75/+81 |
| 2015-12-29 | Fix argument indices in MIR for closures. | Scott Olson | -1/+2 |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -35/+30 |