| Age | Commit message (Expand) | Author | Lines |
| 2017-12-06 | Rollup merge of #46512 - Havvy:doc-compile_fail, r=kennytm | Corey Farwell | -4/+29 |
| 2017-12-06 | Rollup merge of #46502 - GuillaumeGomez:improve-search-style, r=QuietMisdreavus | Corey Farwell | -1/+10 |
| 2017-12-06 | Rollup merge of #46483 - frewsxcv:frewsxcv-ptr-swap, r=BurntSushi | Corey Farwell | -2/+40 |
| 2017-12-06 | Rollup merge of #46431 - steveklabnik:gh42725, r=QuietMisdreavus | Corey Farwell | -4/+4 |
| 2017-12-06 | Rollup merge of #46378 - udoprog:benches-rand, r=kennytm | Corey Farwell | -2/+2 |
| 2017-12-06 | Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-12-06 | Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakis | bors | -141/+453 |
| 2017-12-06 | Auto merge of #46521 - SimonSapin:uninhabited-variants, r=eddyb | bors | -7/+42 |
| 2017-12-06 | Auto merge of #46530 - nrc:rls-update, r=alexcrichton | bors | -157/+171 |
| 2017-12-06 | Update Cargo | Nick Cameron | -66/+4 |
| 2017-12-06 | Update rls and rustfmt | Nick Cameron | -153/+229 |
| 2017-12-06 | Auto merge of #45898 - JRegimbal:master, r=QuietMisdreavus | bors | -6/+6 |
| 2017-12-05 | rustc_trans: don't write discriminants for uninhabited variants | Simon Sapin | -7/+42 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -4/+4 |
| 2017-12-05 | Changed tab names to those agreed upon. | JRegimbal | -6/+6 |
| 2017-12-05 | compile_error example blurbs | Havvy | -0/+5 |
| 2017-12-05 | Auto merge of #46514 - zackmdavis:sticking_it_to_the_man, r=alexcrichton | bors | -6/+35 |
| 2017-12-05 | Auto merge of #46498 - malbarbo:dist-armv5te, r=alexcrichton | bors | -1/+7 |
| 2017-12-05 | Mention the name of ? in Result's docs | steveklabnik | -4/+4 |
| 2017-12-05 | add a comment and assertion explaining everything | Ariel Ben-Yehuda | -1/+93 |
| 2017-12-05 | improve error reporting | Ariel Ben-Yehuda | -4/+3 |
| 2017-12-05 | convert the new conflicts to a soft error | Ariel Ben-Yehuda | -65/+207 |
| 2017-12-05 | refactor a bit | Ariel Ben-Yehuda | -70/+116 |
| 2017-12-05 | improve treatment of local types in "remote coherence" mode | Ariel Ben-Yehuda | -48/+81 |
| 2017-12-05 | Auto merge of #46492 - eddyb:move-ops, r=arielb1 | bors | -4/+14 |
| 2017-12-05 | rustc_mir: don't move temporaries that are still used later. | Eduard-Mihai Burtescu | -4/+14 |
| 2017-12-05 | No unused macro warning in compile_error example. | Havvy | -1/+4 |
| 2017-12-05 | Add armv5te-unknown-linux-gnueabi to cross builder | Marco A L Barbosa | -1/+7 |
| 2017-12-05 | Auto merge of #46503 - Aaron1011:librustdoc_log, r=Mark-Simulacrum | bors | -2/+0 |
| 2017-12-04 | template month/year, version into man pages while building dist tarball | Zack M. Davis | -6/+35 |
| 2017-12-05 | Auto merge of #46499 - malbarbo:rename-cross, r=alexcrichton | bors | -7/+7 |
| 2017-12-04 | Give compile_error macro examples | Havvy | -4/+21 |
| 2017-12-04 | Document behavior of `ptr::swap` with overlapping regions of memory. | Corey Farwell | -2/+40 |
| 2017-12-05 | Auto merge of #46403 - oli-obk:generic_missing_impl, r=nikomatsakis | bors | -7/+32 |
| 2017-12-05 | Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb | bors | -195/+57 |
| 2017-12-04 | Remove librustdoc dependency on log | Aaron Hill | -2/+0 |
| 2017-12-04 | Auto merge of #46427 - michaelwoerister:transitive-svh, r=nikomatsakis | bors | -3/+23 |
| 2017-12-04 | Improve search style | Guillaume Gomez | -1/+10 |
| 2017-12-04 | Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelix | bors | -2115/+3289 |
| 2017-12-04 | Rename cross(2) builder to dist-various-{1,2} | Marco A L Barbosa | -7/+7 |
| 2017-12-04 | adopt `longer` and `shorter` rather than `fr` and `outlived_fr` | Niko Matsakis | -14/+16 |
| 2017-12-04 | outlives/env: fix comment, say must and not should | Niko Matsakis | -1/+1 |
| 2017-12-04 | Auto merge of #46463 - nak3:fix-invalid-docs-path, r=kennytm | bors | -2/+2 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -127/+18 |
| 2017-12-04 | rustc_back: move dynamic_lib to rustc_metadata. | Irina-Gabriela Popa | -14/+11 |
| 2017-12-04 | rustc_back: remove slice module in favor of std::slice::from_ref. | Irina-Gabriela Popa | -54/+28 |
| 2017-12-04 | transtive_relation: fix typo in comment for `parents` | Niko Matsakis | -1/+1 |
| 2017-12-04 | outlives/env: Fix comment that lost surrounding context. | Niko Matsakis | -3/+2 |
| 2017-12-04 | region_infer: Fix typo in comment | Niko Matsakis | -1/+1 |
| 2017-12-04 | free_region_map: Fix typo in comment: r_a <= r_b | Niko Matsakis | -1/+1 |