| Age | Commit message (Expand) | Author | Lines |
| 2016-09-18 | per timnn | Eitan Adler | -1/+1 |
| 2016-09-17 | remove duplicate duplicate words | Eitan Adler | -3/+3 |
| 2016-09-17 | inherit from object | Eitan Adler | -5/+6 |
| 2016-09-17 | invisible isn't a tag | Eitan Adler | -1/+1 |
| 2016-09-17 | border-color > border | Eitan Adler | -1/+1 |
| 2016-09-17 | add missing semi-colon | Eitan Adler | -1/+2 |
| 2016-09-17 | duplicate the | Eitan Adler | -1/+1 |
| 2016-09-17 | remove useless semicolon from python | Eitan Adler | -12/+12 |
| 2016-09-17 | modern style classes | Eitan Adler | -7/+7 |
| 2016-09-17 | make functions static where possible | Eitan Adler | -11/+22 |
| 2016-09-17 | Remove unused code | Eitan Adler | -2/+0 |
| 2016-09-17 | prefer tuple to array | Eitan Adler | -2/+2 |
| 2016-09-17 | pep8 prefers triple quoted with double quotes | Eitan Adler | -9/+9 |
| 2016-09-17 | Fix order of @import | Eitan Adler | -2/+2 |
| 2016-09-17 | simplify python code | Eitan Adler | -1/+1 |
| 2016-09-17 | Browsers do not consistently handle non-integer values for font-size. | Eitan Adler | -1/+1 |
| 2016-09-17 | Auto merge of #36504 - pcwalton:and-star, r=eddyb | bors | -0/+115 |
| 2016-09-17 | Auto merge of #36508 - nagisa:llvm-backport, r=eddyb | bors | -1/+41 |
| 2016-09-17 | Up the LLVM | Simonas Kazlauskas | -1/+41 |
| 2016-09-17 | Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichton | bors | -38/+31 |
| 2016-09-17 | Auto merge of #36485 - nnethercote:char_lit-2, r=nagisa | bors | -43/+28 |
| 2016-09-16 | Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrc | bors | -10/+22 |
| 2016-09-16 | Auto merge of #36468 - michaelwoerister:collect-vtable-drop-glue, r=eddyb | bors | -12/+29 |
| 2016-09-16 | Auto merge of #36444 - jseyfried:macro_rules_ext, r=nrc | bors | -114/+63 |
| 2016-09-16 | Auto merge of #36536 - jonathandturner:rollup, r=jonathandturner | bors | -168/+332 |
| 2016-09-16 | librustc_mir: Remove `&*x` when `x` has a reference type. | Patrick Walton | -0/+115 |
| 2016-09-16 | Rollup merge of #36521 - Mark-Simulacrum:documentation-fix, r=apasel422 | Jonathan Turner | -1/+1 |
| 2016-09-16 | Rollup merge of #36519 - Mark-Simulacrum:example-asmut, r=GuillaumeGomez | Jonathan Turner | -0/+16 |
| 2016-09-16 | Rollup merge of #36509 - nagisa:rustbuild-py3, r=alexcrichton | Jonathan Turner | -3/+5 |
| 2016-09-16 | Rollup merge of #36505 - nagisa:temp-stack-size, r=eddyb | Jonathan Turner | -1/+2 |
| 2016-09-16 | Rollup merge of #36484 - frewsxcv:patch-33, r=eddyb | Jonathan Turner | -1/+1 |
| 2016-09-16 | Rollup merge of #36480 - tshepang:stronger-pause, r=steveklabnik | Jonathan Turner | -2/+2 |
| 2016-09-16 | Rollup merge of #36424 - kmcallister:gh-29361-marker-docs, r=GuillaumeGomez | Jonathan Turner | -155/+268 |
| 2016-09-16 | Rollup merge of #36383 - GuillaumeGomez:e0049, r=jonathandturner | Jonathan Turner | -5/+37 |
| 2016-09-16 | Auto merge of #36353 - arielb1:union-drops, r=pnkfelix | bors | -729/+562 |
| 2016-09-16 | fix test fallout | Ariel Ben-Yehuda | -7/+7 |
| 2016-09-16 | fix dynamic drop for unions | Ariel Ben-Yehuda | -23/+60 |
| 2016-09-16 | forbid moves out of slices | Ariel Ben-Yehuda | -12/+36 |
| 2016-09-16 | groundwork refactoring of `gather_moves` | Ariel Ben-Yehuda | -708/+480 |
| 2016-09-16 | Auto merge of #36441 - alexcrichton:rustbuild-target, r=brson | bors | -7/+33 |
| 2016-09-16 | Auto merge of #36338 - estebank:primitive-shadow, r=jseyfried | bors | -5/+63 |
| 2016-09-15 | Auto merge of #36213 - josephDunne:dist_version, r=brson | bors | -0/+9 |
| 2016-09-15 | Specify when type parameter shadows primitive type | Esteban Küber | -5/+63 |
| 2016-09-15 | Add example in AsMut trait documentation | Mark-Simulacrum | -0/+16 |
| 2016-09-15 | Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaric | bors | -8/+39 |
| 2016-09-16 | Overhaul char_lit(). | Nicholas Nethercote | -43/+28 |
| 2016-09-16 | Try to support py3 with rustbuild better | Simonas Kazlauskas | -3/+5 |
| 2016-09-15 | Remove irrelevant test. | Jeffrey Seyfried | -44/+0 |
| 2016-09-15 | Remove `MacroRulesTT`. | Jeffrey Seyfried | -57/+51 |
| 2016-09-15 | Allow `IdentMacroExpander::expand` to access the ident macro invocation's att... | Jeffrey Seyfried | -3/+5 |