about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-26Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJungDylan DPC-1/+16
2020-04-26Rollup merge of #71551 - gizmondo:gen-index-vec, r=jonas-schievinkDylan DPC-21/+13
2020-04-26Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwcoDylan DPC-117/+16
2020-04-26Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfacklerDylan DPC-0/+79
2020-04-26Adjust styleRalf Jung-1/+1
2020-04-26Rename ArgumentSizeMismatch to ScalarSizeMismatchSamrat Man Singh-5/+5
2020-04-26Add success and fail tests for into_boxed_sliceElichai Turkel-0/+69
2020-04-26Add a function to turn Box<T> into Box<[T]> (into_boxed_slice)Elichai Turkel-0/+10
2020-04-26Rollup merge of #71575 - jplatte:patch-4, r=Mark-SimulacrumDylan DPC-1/+1
2020-04-26Rollup merge of #71574 - jplatte:patch-2, r=petrochenkovDylan DPC-2/+2
2020-04-26Rollup merge of #71571 - jplatte:patch-1, r=jonas-schievinkDylan DPC-5/+5
2020-04-26Rollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPCDylan DPC-14/+14
2020-04-26Rollup merge of #71490 - petrochenkov:passcheck2, r=davidtwcoDylan DPC-167/+225
2020-04-26Fix stable(since) attribute for BTreeMap::remove_entryJonas Platte-1/+1
2020-04-26proc_macro: Fix since attributes for new Span methodsJonas Platte-2/+2
2020-04-26Fix since attribute for nonzero_bitor impl'sJonas Platte-5/+5
2020-04-26tests: Remove unnecessary `-C relocation-model=dynamic-no-pic`sVadim Petrochenkov-10/+4
2020-04-26rustc-book: Document `-C relocation-model`Vadim Petrochenkov-5/+41
2020-04-26codegen_llvm: Simplify logic for relaxing PIC into PIEVadim Petrochenkov-36/+22
2020-04-26codegen_llvm: `RelocMode` -> `RelocModel`Vadim Petrochenkov-18/+18
2020-04-26rustc_target: Stop using "string typing" for relocation modelsVadim Petrochenkov-108/+150
2020-04-26Auto merge of #71495 - Amanieu:update_stdarch, r=sfacklerbors-0/+0
2020-04-26Auto merge of #71434 - pietroalbini:shrink-gha-config, r=Mark-Simulacrumbors-102/+37
2020-04-26[miri] Throw UB if target size and data size don't matchSamrat Man Singh-1/+16
2020-04-26fix more clippy warningsMatthias Krüger-14/+14
2020-04-26Rollup merge of #71554 - gizmondo:68922, r=jonas-schievinkDylan DPC-23/+31
2020-04-26Rollup merge of #71541 - wesleywiser:issue_26376, r=Dylan-DPCDylan DPC-0/+25
2020-04-26Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat...Dylan DPC-35/+35
2020-04-26Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJungDylan DPC-10/+44
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-239/+234
2020-04-25Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPCbors-188/+314
2020-04-25Rollup merge of #71548 - crlf0710:cursor_bounds, r=AmanieuDylan DPC-0/+12
2020-04-25Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievinkDylan DPC-2/+2
2020-04-25Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-SimulacrumDylan DPC-151/+99
2020-04-25Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=AmanieuDylan DPC-31/+46
2020-04-25Rollup merge of #70712 - :stabilize-remove-entry, r=AmanieuDylan DPC-2/+1
2020-04-25Rollup merge of #69813 - thomcc:nonzero-bitor, r=AmanieuDylan DPC-0/+87
2020-04-25Rollup merge of #69041 - petrochenkov:stabmodispan, r=AmanieuDylan DPC-2/+67
2020-04-25Replace thread_local with generator resume arguments in box_region.Alex Aktsipetrov-23/+31
2020-04-25Remove support for self-openingMark Rousskov-117/+16
2020-04-25Use the correct bound for `Cursor` `Send`Charles Lew-1/+1
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-345/+47
2020-04-25Bump rustfmt to most recently shippedMark Rousskov-18/+27
2020-04-25Bump bootstrap compilerMark Rousskov-329/+22
2020-04-25Add a test for `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-0/+65
2020-04-25proc_macro: Stabilize `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-2/+2
2020-04-25Replace hash map with IndexVec for liveness data.Alex Aktsipetrov-21/+13
2020-04-25Auto merge of #71549 - Dylan-DPC:rollup-j6jlp9l, r=Dylan-DPCbors-164/+176
2020-04-25Rollup merge of #71533 - pnkfelix:revert-70566-for-const-validation-fix, r=Dy...Dylan DPC-138/+118
2020-04-25Rollup merge of #71523 - Mark-Simulacrum:alloc-inline-dup, r=AmanieuDylan DPC-10/+7