about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-26Point at the return type on `.into()` failure caused by `?`Esteban Küber-14/+48
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-25/+56
2020-04-26use new interface to create threads on HermitCoreStefan Lankes-10/+9
2020-04-26fmtRalf Jung-6/+2
2020-04-26remove Unique::from for shared pointer typesRalf Jung-20/+3
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-59/+65
2020-04-26Adjust styleRalf Jung-1/+1
2020-04-26print pointers more compactly when they are too bigRalf Jung-27/+53
2020-04-26Auto merge of #71579 - Dylan-DPC:rollup-h9om2g3, r=Dylan-DPCbors-189/+247
2020-04-26Stabilize `Span::mixed_site`Vadim Petrochenkov-2/+1
2020-04-26Updated lint info in lib.rsCrazyRoka-2/+2
2020-04-26Small lint updateCrazyRoka-32/+33
2020-04-26Auto merge of #5534 - phansch:remove-util-dev, r=flip1995bors-7/+0
2020-04-26Rename ArgumentSizeMismatch to ScalarSizeMismatchSamrat Man Singh-5/+5
2020-04-26sync alloc dump and pointer printingRalf Jung-48/+51
2020-04-26remove obsolete commentTshepang Lekhonkhobe-7/+0
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-26submodules: update clippy from 891e1a85 to b7c802b5Matthias Krüger-10/+8
2020-04-26Auto merge of #5509 - phansch:more-diagnostic-items2, r=matthiaskrgrbors-58/+64
2020-04-26Fix cargo crashPhilipp Hansch-4/+3
2020-04-26Remove util/dev scriptPhilipp Hansch-7/+0
2020-04-26Suppress file length check temporarilySteven Fackler-0/+1
2020-04-26cargo dev fmtPhilipp Hansch-20/+22
2020-04-26More diagnostic itemsPhilipp Hansch-52/+57
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-26linkchecker: fix typo in main.rsUjjwal Sharma-1/+1
2020-04-26Auto merge of #5533 - phansch:rustup001, r=matthiaskrgrbors-1/+3
2020-04-26Fix stragglersSteven Fackler-9/+9
2020-04-26Update nameSteven Fackler-158/+158
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+556
2020-04-26Update backtrace-sys crate to 0.1.36Tomasz Miąsko-2/+2
2020-04-26check that `AsRef` and `AsMut` are inlinedBastian Kauschke-0/+139
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-26test iterator chain type length blowupBastian Kauschke-0/+31
2020-04-26Use Cell::take in a couple placesThinkChaos-4/+4
2020-04-26Add `RefCell::take`ThinkChaos-0/+21
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