summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-28Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelixkennytm-9/+0
2018-07-28Rollup merge of #52763 - petrhosek:fuchsia-triple, r=alexcrichtonkennytm-22/+22
2018-07-28Rollup merge of #52760 - cuviper:test_loading_atoi, r=alexcrichtonkennytm-13/+12
2018-07-28Rollup merge of #52759 - stjepang:impl-send-sync-for-joinhandle, r=TimNNkennytm-0/+5
2018-07-28Rollup merge of #52740 - estebank:crate-name, r=petrochenkovkennytm-1/+69
2018-07-28Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakiskennytm-21/+14
2018-07-28Rollup merge of #52702 - csmoe:mut_diff, r=estebankkennytm-0/+23
2018-07-28Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakisbors-162/+295
2018-07-27review commentsEsteban Küber-11/+7
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-345/+315
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-3/+66
2018-07-27uodate reference again to hopefully fix all link issuesRalf Jung-0/+0
2018-07-27Auto merge of #52770 - pietroalbini:bump-bootstrap, r=Mark-Simulacrumbors-1/+1
2018-07-27Use slices where a vector is not necessaryljedrz-30/+30
2018-07-27Better Option handlingShotaro Yamada-7/+9
2018-07-27SimplifyShotaro Yamada-8/+6
2018-07-27Unnecessary `to_string`Shotaro Yamada-3/+2
2018-07-27Remove unnecessary `.collect()`Shotaro Yamada-14/+9
2018-07-27Use str::repeatShotaro Yamada-41/+24
2018-07-27add section in booktoidiu-0/+45
2018-07-27revert accidental atty downgradeRalf Jung-7/+7
2018-07-27Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakisbors-149/+328
2018-07-27Fix doc comment for 'ptr::copy_to' methodZakarum-2/+2
2018-07-27update reference to fix linksRalf Jung-0/+0
2018-07-27Region inference error messages no longer start with 'free region'David Wood-14/+15
2018-07-27Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a...bors-40/+137
2018-07-27Improved mechanism for naming regions in non-annotated types.David Wood-49/+127
2018-07-27Change label from closure to function where appropriate.David Wood-49/+49
2018-07-27bump bootstrap compiler to beta-2018-07-27Pietro Albini-1/+1
2018-07-27add smoke test for ManuallyDropRalf Jung-0/+25
2018-07-27Fixed missing whitespace on some elaborated types.David Wood-6/+6
2018-07-27Update affected tests.David Wood-22/+22
2018-07-27use slice::align_toRalf Jung-26/+7
2018-07-27Improved fully elaborated type generation to replace `'_#2r`-style regions.David Wood-13/+39
2018-07-27Added fully elaborated type label for inferred arguments.David Wood-16/+112
2018-07-27Simplified closure handling to need no new cosntraint categories.David Wood-67/+45
2018-07-27Prefer to_string() to format!()ljedrz-95/+95
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-82/+382
2018-07-27Incorporate a stray testShotaro Yamada-19/+12
2018-07-27Remove unused option flagShotaro Yamada-9/+0
2018-07-27Add stability attributesStjepan Glavina-0/+2
2018-07-27Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakisbors-30/+186
2018-07-26Omit the vendor component in Fuchsia triplePetr Hosek-22/+22
2018-07-27fix tidytoidiu-1/+0
2018-07-27Auto merge of #52724 - alexcrichton:update-compiler-builtins, r=alexcrichtonbors-0/+0
2018-07-26fix test and add feature gate testtoidiu-4/+43
2018-07-26some comment about not infering static lifetimes testtoidiu-1/+7
2018-07-26feature gate for inferring 'static lifetimestoidiu-7/+110
2018-07-26rustc_metadata: test loading atoi instead of cosJosh Stone-13/+12
2018-07-27Impl Send & Sync for JoinHandleStjepan Glavina-0/+3