| Age | Commit message (Expand) | Author | Lines |
| 2016-10-22 | Auto merge of #37298 - nnethercote:faster-deflate, r=alexcrichton | bors | -25/+10 |
| 2016-10-22 | Auto merge of #37294 - nikomatsakis:issue-37154, r=nikomatsakis | bors | -53/+130 |
| 2016-10-22 | Auto merge of #37281 - TimNN:pad-align, r=eddyb | bors | -2/+27 |
| 2016-10-21 | Auto merge of #37337 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -133/+263 |
| 2016-10-22 | Rollup merge of #37314 - tshepang:simple, r=GuillaumeGomez | Guillaume Gomez | -6/+2 |
| 2016-10-22 | Rollup merge of #37309 - vkatsikaros:vkatsikaros/37307, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2016-10-22 | Rollup merge of #37297 - thepowersgang:fix-bad-crate-attrs, r=eddyb | Guillaume Gomez | -2/+2 |
| 2016-10-22 | Rollup merge of #37286 - srinivasreddy:graph, r=nrc | Guillaume Gomez | -2/+2 |
| 2016-10-22 | Rollup merge of #37244 - senior:add-error-desc-182-230-399, r=GuillaumeGomez | Guillaume Gomez | -4/+101 |
| 2016-10-22 | Rollup merge of #37219 - srinivasreddy:prelude, r=nrc | Guillaume Gomez | -14/+28 |
| 2016-10-22 | Rollup merge of #37211 - srinivasreddy:alt, r=nrc | Guillaume Gomez | -39/+26 |
| 2016-10-22 | Rollup merge of #37209 - srinivasreddy:bootstrap_bin, r=nrc | Guillaume Gomez | -13/+16 |
| 2016-10-22 | Rollup merge of #37043 - GuillaumeGomez:vec_urls, r=frewsxcv | Guillaume Gomez | -52/+85 |
| 2016-10-21 | Auto merge of #37174 - mikhail-m1:dnlle, r=jonathandturner | bors | -98/+711 |
| 2016-10-21 | add regression test for #37154 | Niko Matsakis | -0/+28 |
| 2016-10-21 | only remove keys that mention skolemized regions | Niko Matsakis | -42/+57 |
| 2016-10-21 | when pop skol, also remove from proj cache | Niko Matsakis | -17/+51 |
| 2016-10-21 | Auto merge of #37290 - petrochenkov:pnp, r=jseyfried | bors | -74/+134 |
| 2016-10-21 | Add an error explaination for E0399 | Ryan Senior | -2/+38 |
| 2016-10-21 | Add an error explaination for E0230 | Ryan Senior | -1/+24 |
| 2016-10-21 | Add an error explaination for E0182 | Ryan Senior | -1/+39 |
| 2016-10-21 | Auto merge of #37247 - jseyfried:future_proof_no_link, r=nrc | bors | -7/+13 |
| 2016-10-20 | Auto merge of #37280 - alexcrichton:debuginfo, r=brson | bors | -0/+10 |
| 2016-10-20 | Auto merge of #37272 - cuviper:local_stage0-proc_macro, r=alexcrichton | bors | -0/+1 |
| 2016-10-21 | doc: a more simple description of Iterator::nth | Tshepang Lekhonkhobe | -6/+2 |
| 2016-10-20 | trans: pad const structs to aligned size | Tim Neumann | -2/+27 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -98/+711 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -36/+93 |
| 2016-10-20 | Refactor parser lookahead buffer and increase its size | Vadim Petrochenkov | -38/+41 |
| 2016-10-20 | Auto merge of #37261 - raphlinus:update_llvm, r=bluss | bors | -1/+1 |
| 2016-10-20 | TRPL: guessing game: minor clarification | Vangelis Katsikaros | -1/+1 |
| 2016-10-20 | Auto merge of #37273 - cuviper:major-minor-rebuild, r=alexcrichton | bors | -3/+3 |
| 2016-10-20 | Add missing urls on Vec docs | Guillaume Gomez | -52/+85 |
| 2016-10-19 | Auto merge of #36973 - nnethercote:dep_graph, r=nikomatsakis | bors | -24/+47 |
| 2016-10-20 | Use fast decompression in `deflate_bytes`. | Nicholas Nethercote | -3/+6 |
| 2016-10-20 | test - Add missing ! to crate_type/crate_id attributes | John Hodge | -2/+2 |
| 2016-10-20 | Remove `{in,de}flate_bytes_zlib`. | Nicholas Nethercote | -24/+6 |
| 2016-10-19 | Rollup merge of #37288 - srinivasreddy:snapshot_map, r=eddyb | Guillaume Gomez | -8/+9 |
| 2016-10-19 | Rollup merge of #37287 - srinivasreddy:unify, r=eddyb | Guillaume Gomez | -8/+6 |
| 2016-10-19 | Rollup merge of #37285 - srinivasreddy:cfg, r=nikomatsakis | Guillaume Gomez | -89/+48 |
| 2016-10-19 | Rollup merge of #37283 - posborne:docs/tests-dir-grammar-fixes, r=steveklabnik | Guillaume Gomez | -3/+3 |
| 2016-10-19 | Rollup merge of #37241 - zackmdavis:if_let_over_none_spaced_empty_block_arm, ... | Guillaume Gomez | -136/+97 |
| 2016-10-19 | Rollup merge of #37187 - frewsxcv:cow-doc-example, r=kmcallister | Guillaume Gomez | -2/+15 |
| 2016-10-19 | Rollup merge of #37165 - GuillaumeGomez:bytes_url, r=kmcallister | Guillaume Gomez | -6/+12 |
| 2016-10-20 | run rustfmt on snapshot_map | Srinivas Reddy Thatiparthy | -8/+9 |
| 2016-10-20 | run rustfmt on unify folder | Srinivas Reddy Thatiparthy | -8/+6 |
| 2016-10-20 | run rustfmt on graph folder | Srinivas Reddy Thatiparthy | -2/+2 |
| 2016-10-20 | run rustfmt on control_flow_graph folder | Srinivas Reddy Thatiparthy | -89/+48 |
| 2016-10-19 | Fix grammatical errors in `tests` directory docs | Paul Osborne | -3/+3 |
| 2016-10-19 | Update llvm-auto-clean-trigger | Raph Levien | -1/+1 |