about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-23Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearthkennytm-0/+39
2018-12-23Rollup merge of #56967 - GuillaumeGomez:regen-search-index, r=QuietMisdreavuskennytm-2/+2
2018-12-23Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr...kennytm-3/+24
2018-12-23Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnaykennytm-121/+143
2018-12-23Rollup merge of #56933 - clarcharr:xpy_progress, r=Mark-Simulacrumkennytm-2/+2
2018-12-23Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJungkennytm-2/+16
2018-12-23Rollup merge of #56914 - glaubitz:ignore-tests, r=alexcrichtonkennytm-1/+6
2018-12-23Rollup merge of #56909 - dlrobertson:fix_56762, r=estebankkennytm-4/+30
2018-12-23Rollup merge of #56802 - clarcharr:nth_back, r=alexcrichtonkennytm-6/+107
2018-12-22Auto merge of #56680 - vakaras:issue56280, r=nagisabors-10/+16
2018-12-22Reintroduce the original `check_bounds_ptr` checksOliver Scherer-11/+21
2018-12-22Update migrate warning wording.David Wood-61/+52
2018-12-22Auto merge of #57060 - nikic:inhabit-perf-2, r=varkorbors-1/+12
2018-12-22Fix a commentbjorn3-1/+1
2018-12-22Short-circuit DefIdForest::intersection()Nikita Popov-1/+12
2018-12-22Auto merge of #56862 - arielb1:fundamentally-clean, r=nikomatsakisbors-4/+37
2018-12-22Auto merge of #56842 - scottmcm:vecdeque-rotate, r=alexcrichtonbors-1/+248
2018-12-21Fix Unpin docs linkTaylor Cramer-1/+1
2018-12-21Rename Box/Arc/Rc::pinned to ::pinTaylor Cramer-5/+11
2018-12-21Pin stabilization: fix doctestsTaylor Cramer-4/+1
2018-12-21Stabilize PinTaylor Cramer-41/+39
2018-12-21Update Pin API to match the one proposed for stabilizationTaylor Cramer-23/+18
2018-12-22Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavusbors-127/+183
2018-12-22Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakisbors-100/+244
2018-12-21Auto merge of #57033 - nikic:inhabitedness-perf, r=varkorbors-44/+10
2018-12-21Fix alignment for array indexingNikita Popov-3/+93
2018-12-21exhaustive_integer_patterns slipped 1.32; stabilized in 1.33.Mazdak Farrokhzad-2/+2
2018-12-21macro_literal_matcher was stabilized in 1.32; not 1.32.Mazdak Farrokhzad-1/+1
2018-12-21Auto merge of #56779 - adrian-budau:master, r=alexcrichtonbors-28/+78
2018-12-21Fixed typo in HashMap documentationRyan Marcus-1/+1
2018-12-21Remove unstable-book repr-packed entryTaylor Cramer-8/+0
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-83/+18
2018-12-21Sidestep ICE in `FieldPlacement::count` by not calling it when count will not...Felix S. Klock II-1/+5
2018-12-21Properly report ENOSYS by modifying errnoAdrian Budau-22/+18
2018-12-21Fix feature gate to point to 1.32.0 for `path_from_str`Otavio Salvador-1/+1
2018-12-21Update tests to changes on masterOliver Scherer-2/+10
2018-12-21Uninline some debugging code and use unlikely! macroJohn Kåre Alsaker-23/+39
2018-12-21Inline tweaksJohn Kåre Alsaker-0/+19
2018-12-21Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelixbors-103/+5
2018-12-21Remove "visited" set from inhabitedness checkingNikita Popov-44/+10
2018-12-21fix deprecation warnings in liballoc benchesRalf Jung-7/+10
2018-12-21Also test projectionsOliver Scherer-1/+18
2018-12-21Fix a recently introduces regressionOliver Scherer-6/+44
2018-12-21Optimize away a moveJohn Kåre Alsaker-1/+4
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-33/+79
2018-12-20Point at coercion source on type errors for fn returning `impl Trait`Esteban Küber-0/+29
2018-12-21Enable emission of alignment attrs for pointer paramsNikita Popov-24/+20
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-105/+157
2018-12-20Point to return span when writing `return;` on non-() fnEsteban Küber-6/+37
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-4/+53