| Age | Commit message (Expand) | Author | Lines |
| 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 | Rename fs::read_utf8 to read_string | Simon Sapin | -4/+4 |
| 2017-12-06 | compiletest: account for `ui` reference files when deciding to skip | Niko Matsakis | -8/+40 |
| 2017-12-06 | runtest: rustfmt | Niko Matsakis | -754/+1136 |
| 2017-12-06 | Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakis | bors | -141/+453 |
| 2017-12-06 | and refactor to just move the checking | Agustin Chiappe Berrini | -39/+100 |
| 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 | Add field `is_import` to `def::Export`. | Jeffrey Seyfried | -9/+22 |
| 2017-12-05 | Include non-`pub` `use` and `extern crate` items in the crate metadata for ma... | Jeffrey Seyfried | -25/+126 |
| 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-05 | Format function interface fingerprint hash tests | Jeff Crocker | -56/+70 |
| 2017-12-05 | Update 'while loop' fingerprint hash tests | Jeff Crocker | -54/+36 |
| 2017-12-05 | Update 'while let loop' fingerprint hash tests | Jeff Crocker | -54/+36 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -8/+13 |
| 2017-12-05 | Update loop expression fingerprint hash tests | Jeff Crocker | -48/+32 |
| 2017-12-05 | rustc_trans: don't write discriminants for uninhabited variants | Simon Sapin | -7/+42 |
| 2017-12-05 | Update inline asm fingerprint hash tests | Jeff Crocker | -36/+24 |
| 2017-12-06 | convert errors to warnings | Ariel Ben-Yehuda | -4/+4 |
| 2017-12-05 | Update function interface fingerprint hash tests | Jeff Crocker | -108/+108 |
| 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 | Update for loop fingerprint hash tests | Jeff Crocker | -66/+44 |
| 2017-12-05 | Update closure expression fingerprint hash tests | Jeff Crocker | -36/+24 |
| 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 |