| Age | Commit message (Expand) | Author | Lines |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -73/+50 |
| 2018-07-29 | Auto merge of #52751 - QuietMisdreavus:you-shall-not-pass, r=GuillaumeGomez | bors | -26/+50 |
| 2018-07-29 | Auto merge of #52720 - alexcrichton:update-cargo-and-rustfix, r=nikomatsakis | bors | -41/+54 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -3/+66 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -69/+246 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -22/+121 |
| 2018-07-28 | Move blanket implementations generation into its own function | Guillaume Gomez | -19/+29 |
| 2018-07-28 | Remove core exclusion condition | Guillaume Gomez | -13/+13 |
| 2018-07-28 | Update the Cargo submodule and rustfix | Alex Crichton | -41/+54 |
| 2018-07-28 | Auto merge of #52744 - RalfJung:align_offset, r=Kimundi | bors | -10/+7 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -95/+250 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -24/+59 |
| 2018-07-28 | Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakis | bors | -7/+199 |
| 2018-07-28 | Auto merge of #52802 - kennytm:rollup, r=kennytm | bors | -113/+185 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -30/+30 |
| 2018-07-28 | Rollup merge of #52779 - RalfJung:atty, r=Mark-Simulacrum | kennytm | -7/+7 |
| 2018-07-28 | Rollup merge of #52777 - omni-viral:master, r=TimNN | kennytm | -2/+2 |
| 2018-07-28 | Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton | kennytm | -19/+12 |
| 2018-07-28 | Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelix | kennytm | -9/+0 |
| 2018-07-28 | Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichton | kennytm | -22/+22 |
| 2018-07-28 | Rollup merge of #52760 - cuviper:test_loading_atoi, r=alexcrichton | kennytm | -13/+12 |
| 2018-07-28 | Rollup merge of #52759 - stjepang:impl-send-sync-for-joinhandle, r=TimNN | kennytm | -0/+5 |
| 2018-07-28 | Rollup merge of #52740 - estebank:crate-name, r=petrochenkov | kennytm | -1/+69 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -21/+14 |
| 2018-07-28 | Rollup merge of #52702 - csmoe:mut_diff, r=estebank | kennytm | -0/+23 |
| 2018-07-28 | Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakis | bors | -162/+295 |
| 2018-07-27 | review comments | Esteban Küber | -11/+7 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -345/+315 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -3/+66 |
| 2018-07-27 | uodate reference again to hopefully fix all link issues | Ralf Jung | -0/+0 |
| 2018-07-27 | Auto merge of #52770 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -30/+30 |
| 2018-07-27 | Better Option handling | Shotaro Yamada | -7/+9 |
| 2018-07-27 | Simplify | Shotaro Yamada | -8/+6 |
| 2018-07-27 | Unnecessary `to_string` | Shotaro Yamada | -3/+2 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -14/+9 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -41/+24 |
| 2018-07-27 | add section in book | toidiu | -0/+45 |
| 2018-07-27 | revert accidental atty downgrade | Ralf Jung | -7/+7 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -149/+328 |
| 2018-07-27 | Fix doc comment for 'ptr::copy_to' method | Zakarum | -2/+2 |
| 2018-07-27 | update reference to fix links | Ralf Jung | -0/+0 |
| 2018-07-27 | Region inference error messages no longer start with 'free region' | David Wood | -14/+15 |
| 2018-07-27 | Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a... | bors | -40/+137 |
| 2018-07-27 | Improved mechanism for naming regions in non-annotated types. | David Wood | -49/+127 |
| 2018-07-27 | Change label from closure to function where appropriate. | David Wood | -49/+49 |
| 2018-07-27 | bump bootstrap compiler to beta-2018-07-27 | Pietro Albini | -1/+1 |
| 2018-07-27 | add smoke test for ManuallyDrop | Ralf Jung | -0/+25 |
| 2018-07-27 | Fixed missing whitespace on some elaborated types. | David Wood | -6/+6 |
| 2018-07-27 | Update affected tests. | David Wood | -22/+22 |