| Age | Commit message (Expand) | Author | Lines |
| 2015-12-31 | Forward attributes of translated function/closure to trans_fn/trans_closure. | Michael Woerister | -13/+42 |
| 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 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -313/+318 |
| 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 | -54/+82 |
| 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 #30556 - nodakai:patch-1, r=brson | Steve Klabnik | -2/+2 |
| 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-29 | Fix MIR var names and keep them in sync. | Scott Olson | -3/+5 |
| 2015-12-29 | Use longer names for MIR variable names. | Scott Olson | -3/+3 |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -35/+30 |
| 2015-12-30 | Refactoring | Nick Cameron | -225/+237 |
| 2015-12-30 | use structured errors | Nick Cameron | -1547/+2032 |
| 2015-12-30 | Structured diagnostics | Nick Cameron | -59/+303 |
| 2015-12-30 | Auto merge of #29974 - brson:gold, r=alexcrichton | bors | -0/+57 |
| 2015-12-29 | We actually require python 2.7 | Steve Klabnik | -1/+1 |
| 2015-12-29 | Auto merge of #30619 - steveklabnik:rollup, r=steveklabnik | bors | -14/+49 |
| 2015-12-29 | Process candidates for match in the same order as written in the source. | Luqman Aden | -27/+19 |
| 2015-12-29 | book: Replace "an &mut" with "a mut". Fixes #30568 | Ori Avtalion | -4/+4 |
| 2015-12-29 | Rollup merge of #30610 - steveklabnik:gh30600, r=sfackler | Steve Klabnik | -3/+3 |
| 2015-12-29 | Rollup merge of #30603 - cmr:extern-failure-error-message, r=Manishearth | Steve Klabnik | -0/+2 |
| 2015-12-29 | Rollup merge of #30549 - mitaa:doc_dstruct, r=brson | Steve Klabnik | -1/+1 |