| Age | Commit message (Expand) | Author | Lines |
| 2017-12-07 | Auto merge of #46528 - CensoredUsername:stabilize_abi_sysv64, r=arielb1 | bors | -30/+4 |
| 2017-12-06 | Auto merge of #46524 - eddyb:static-static, r=arielb1 | bors | -7/+18 |
| 2017-12-07 | rustc_mir: promote references of statics from other statics. | Eduard-Mihai Burtescu | -7/+18 |
| 2017-12-06 | Auto merge of #45953 - estebank:tab-4, r=nikomatsakis | bors | -17/+37 |
| 2017-12-06 | Auto merge of #46268 - arielb1:union-borrow, r=nikomatsakis | bors | -176/+608 |
| 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-06 | Stabilize abi_sysv64 | CensoredUsername | -30/+4 |
| 2017-12-06 | work around weird match arm lifetimes | Ariel Ben-Yehuda | -3/+24 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -8/+13 |
| 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-06 | adjust libcore | Ariel Ben-Yehuda | -8/+16 |
| 2017-12-06 | fix borrows across loops, libcore *almost* compiles | Ariel Ben-Yehuda | -15/+32 |
| 2017-12-06 | fix handling of immutable variables | Ariel Ben-Yehuda | -16/+28 |
| 2017-12-06 | handle gen/kill sets together | Ariel Ben-Yehuda | -51/+51 |
| 2017-12-06 | fix handling of CallScopeData | Ariel Ben-Yehuda | -6/+53 |
| 2017-12-06 | improve conflict error reporting | Ariel Ben-Yehuda | -11/+21 |
| 2017-12-06 | fix handling of consts in borrow-checking | Ariel Ben-Yehuda | -12/+15 |
| 2017-12-06 | MIR borrowck: avoid formatting state when it is not needed | Ariel Ben-Yehuda | -8/+8 |
| 2017-12-06 | MIR borrowck: implement union-and-array-compatible semantics | Ariel Ben-Yehuda | -59/+368 |
| 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 |