| Age | Commit message (Expand) | Author | Lines |
| 2016-09-23 | reviewer comments and rebasing | Nick Cameron | -154/+173 |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick Cameron | -18/+422 |
| 2016-09-20 | Auto merge of #36388 - pcwalton:copy-propagation, r=nikomatsakis | bors | -37/+593 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -32/+560 |
| 2016-09-19 | Auto merge of #34942 - porglezomp:master, r=sfackler | bors | -15/+27 |
| 2016-09-19 | Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand... | bors | -9/+186 |
| 2016-09-19 | librustc: Add a new nop statement to the MIR. | Patrick Walton | -5/+33 |
| 2016-09-19 | Auto merge of #36471 - nnethercote:rm-to_binop, r=sanxiyn | bors | -26/+1 |
| 2016-09-18 | Auto merge of #36545 - Cobrand:wild-print-fix, r=sfackler | bors | -1/+0 |
| 2016-09-18 | Auto merge of #36523 - Mark-Simulacrum:format-args-link, r=GuillaumeGomez | bors | -7/+17 |
| 2016-09-18 | Auto merge of #36487 - nrc:save-doc-urls, r=@eddyb | bors | -43/+69 |
| 2016-09-19 | save-analysis: better 'parent' info | Nick Cameron | -43/+69 |
| 2016-09-18 | Auto merge of #36390 - frewsxcv:panic-set-hook, r=GuillaumeGomez | bors | -0/+30 |
| 2016-09-18 | Add basic doc examples for `std::panic::{set_hook, take_hook}`. | Corey Farwell | -0/+30 |
| 2016-09-18 | Auto merge of #36555 - jseyfried:issue_36540, r=eddyb | bors | -58/+55 |
| 2016-09-18 | Auto merge of #36527 - nnethercote:last_token_kind, r=jseyfried | bors | -43/+39 |
| 2016-09-17 | Auto merge of #36502 - TimNN:correct-cancel, r=jseyfried | bors | -5/+26 |
| 2016-09-17 | Auto merge of #36504 - pcwalton:and-star, r=eddyb | bors | -0/+115 |
| 2016-09-17 | Add regression test. | Jeffrey Seyfried | -0/+19 |
| 2016-09-17 | Ensure that macro invocations are folded and visited the same order. | Jeffrey Seyfried | -58/+36 |
| 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 | Remove stray println! when invoking error E0316 | Cobrand | -1/+0 |
| 2016-09-16 | Add links between format_args! macro and std::fmt::Arguments struct | Mark-Simulacrum | -7/+17 |
| 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-16 | Optimize the parser's last token handling. | Nicholas Nethercote | -43/+39 |
| 2016-09-15 | Auto merge of #36213 - josephDunne:dist_version, r=brson | bors | -0/+8 |
| 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 |