about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-23Rollup merge of #57039 - davidtwco:migrate-warning-wording, r=pnkfelixkennytm-61/+52
2018-12-23Rollup merge of #57052 - Centril:fix-eip-stable-version, r=varkorkennytm-3/+3
2018-12-23Rollup merge of #57050 - RyanMarcus:master, r=zackmdaviskennytm-1/+1
2018-12-23Rollup merge of #57049 - cramertj:repr-packed, r=Centrilkennytm-91/+18
2018-12-23Rollup merge of #57040 - otavio:topic/adjust-path_from_str-feature-gate, r=Ce...kennytm-1/+1
2018-12-23Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoeristerkennytm-0/+19
2018-12-23Rollup merge of #57027 - Zoxc:query-perf5, r=michaelwoeristerkennytm-1/+4
2018-12-23Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomezkennytm-22/+107
2018-12-23Rollup merge of #57002 - scottmcm:stabilize-resize_with, r=rkruppekennytm-7/+2
2018-12-23Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obkkennytm-47/+69
2018-12-23Rollup merge of #56989 - phansch:fix_compiletest_trim_deprecations, r=Mark-Si...kennytm-10/+10
2018-12-23Rollup merge of #56984 - ljedrz:dropck_outlives_tweaks, r=oli-obkkennytm-8/+7
2018-12-23Rollup merge of #56981 - RalfJung:miri-infallible-alloc, r=oli-obkkennytm-18/+18
2018-12-23Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale...kennytm-30/+168
2018-12-23Rollup merge of #56973 - RalfJung:miri-trace, r=oli-obkkennytm-7/+7
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 src/libcore/num/dec2flt/mod.rsMazdak Farrokhzad-1/+3
2018-12-22Update regex to EBNFCorey Farwell-10/+8
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