| Age | Commit message (Expand) | Author | Lines |
| 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-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 | Auto merge of #52770 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-07-27 | Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakis | bors | -149/+328 |
| 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 | Fixed missing whitespace on some elaborated types. | David Wood | -6/+6 |
| 2018-07-27 | Update affected tests. | David Wood | -22/+22 |
| 2018-07-27 | Improved fully elaborated type generation to replace `'_#2r`-style regions. | David Wood | -13/+39 |
| 2018-07-27 | Added fully elaborated type label for inferred arguments. | David Wood | -16/+112 |
| 2018-07-27 | Simplified closure handling to need no new cosntraint categories. | David Wood | -67/+45 |
| 2018-07-27 | Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakis | bors | -82/+382 |
| 2018-07-27 | Incorporate a stray test | Shotaro Yamada | -19/+12 |
| 2018-07-27 | Remove unused option flag | Shotaro Yamada | -9/+0 |
| 2018-07-27 | Add stability attributes | Stjepan Glavina | -0/+2 |
| 2018-07-27 | Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakis | bors | -30/+186 |
| 2018-07-26 | Omit the vendor component in Fuchsia triple | Petr Hosek | -22/+22 |
| 2018-07-27 | Auto merge of #52724 - alexcrichton:update-compiler-builtins, r=alexcrichton | bors | -0/+0 |
| 2018-07-26 | rustc_metadata: test loading atoi instead of cos | Josh Stone | -13/+12 |
| 2018-07-27 | Impl Send & Sync for JoinHandle | Stjepan Glavina | -0/+3 |
| 2018-07-26 | Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebank | bors | -2/+23 |
| 2018-07-26 | review feedback: no reason to clone just to make a singleton slice. | Felix S. Klock II | -2/+4 |
| 2018-07-26 | Suggest underscore when using dashes in crate namet push fork | Esteban Küber | -3/+75 |
| 2018-07-26 | Improve a few vectors - calculate capacity or build from iterators | ljedrz | -21/+14 |
| 2018-07-26 | Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -435/+1354 |
| 2018-07-26 | Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelix | bors | -766/+2044 |
| 2018-07-26 | Rollup merge of #52734 - nagisa:sparcfix, r=oli-obk | Mark Rousskov | -10/+37 |
| 2018-07-26 | Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebank | Mark Rousskov | -4/+48 |
| 2018-07-26 | Rollup merge of #52721 - cramertj:try-poll, r=aturon | Mark Rousskov | -0/+115 |
| 2018-07-26 | Rollup merge of #52718 - fintelia:patch-2, r=cramertj | Mark Rousskov | -2/+4 |
| 2018-07-26 | Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkov | Mark Rousskov | -11/+117 |
| 2018-07-26 | Rollup merge of #52692 - ljedrz:sort_improvements, r=petrochenkov | Mark Rousskov | -17/+9 |
| 2018-07-26 | Rollup merge of #52690 - paoloteti:rclass-dsp, r=alexcrichton | Mark Rousskov | -0/+2 |
| 2018-07-26 | Rollup merge of #52674 - tinaun:patch-2, r=cramertj | Mark Rousskov | -1/+14 |
| 2018-07-26 | Rollup merge of #52667 - japaric:stdsimd-up, r=alexcrichton | Mark Rousskov | -0/+0 |
| 2018-07-26 | Rollup merge of #52654 - alecmocatta:master, r=alexcrichton | Mark Rousskov | -17/+19 |
| 2018-07-26 | Rollup merge of #52649 - estebank:fmt-span, r=oli-obk | Mark Rousskov | -116/+494 |
| 2018-07-26 | Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank | Mark Rousskov | -0/+32 |
| 2018-07-26 | Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk | Mark Rousskov | -47/+121 |