about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-06-23squash commit for nth_back on chunks exact@amit.chandra-0/+34
2019-06-22Auto merge of #61874 - jonas-schievink:remove-rem-output-default, r=Centrilbors-2/+1
2019-06-22Fix one missing `dyn`.CrLF0710-1/+1
2019-06-20Auto merge of #61929 - 95th:master, r=GuillaumeGomezbors-13/+13
2019-06-20Fix Into trait linksGurwinder Singh-13/+13
2019-06-20Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcmMazdak Farrokhzad-21/+68
2019-06-20Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcmMazdak Farrokhzad-0/+48
2019-06-19Remove mentions of removed `offset_to` methodPhilipp Oppermann-2/+2
2019-06-19Rollup merge of #60667 - oli-obk:raw_from_raw_parts, r=sfacklerMazdak Farrokhzad-16/+50
2019-06-19nitsRalf Jung-2/+4
2019-06-19Apply suggestions from code reviewRalf Jung-4/+4
2019-06-19Add functions to build raw slicesOliver Scherer-16/+50
2019-06-19Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centrilbors-1/+16
2019-06-19Rollup merge of #61802 - mjbshaw:maybe-uninit-transparent, r=cramertjMazdak Farrokhzad-1/+16
2019-06-18Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddybbors-44/+187
2019-06-18Make MaybeUninit #[repr(transparent)]Michael Bradshaw-1/+16
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-44/+187
2019-06-17Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJungMazdak Farrokhzad-4/+23
2019-06-16make example code typecheck at leastRalf Jung-3/+11
2019-06-16keep links in local crate where possibleRalf Jung-9/+9
2019-06-15Help LLVM better optimize slice::Iter(Mut)::lenScott McMurray-4/+23
2019-06-16minor editsRalf Jung-9/+9
2019-06-15mention that overwrite-without-drop also violates the drop guarantee, and lin...Ralf Jung-8/+14
2019-06-15explain better that structural pinning is a per-field choiceRalf Jung-29/+102
2019-06-15Remove the default type of `Rem::Output`Jonas Schievink-2/+1
2019-06-15Rollup merge of #61844 - AaronKutch:master, r=CentrilMazdak Farrokhzad-39/+39
2019-06-15Rollup merge of #61785 - RalfJung:as-ref, r=rkruppeMazdak Farrokhzad-3/+35
2019-06-14Change `...` to `..=` where applicableAaron Kutch-39/+39
2019-06-14note some safety concerns of raw-ptr-to-ref castsRalf Jung-3/+35
2019-06-13Rollup merge of #61720 - alexcrichton:libstd-cfg-if-dep, r=sfacklerMazdak Farrokhzad-106/+25
2019-06-13Rollup merge of #61629 - petrochenkov:stdmac, r=alexcrichtonMazdak Farrokhzad-11/+11
2019-06-13Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapinMazdak Farrokhzad-5/+17
2019-06-13Rollup merge of #60376 - lzutao:stabilize-option_xor, r=SimonSapinMazdak Farrokhzad-3/+1
2019-06-12Hygienize macros in the standard libraryVadim Petrochenkov-11/+11
2019-06-12Rollup merge of #61671 - koalatux:nth-back-range, r=KodrAusMazdak Farrokhzad-0/+78
2019-06-12Rollup merge of #61348 - dronesforwork-forks:clone-from, r=KodrAusMazdak Farrokhzad-2/+42
2019-06-11Rollup merge of #61726 - cuviper:partition-for_each, r=scottmcmMazdak Farrokhzad-2/+2
2019-06-11Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfacklerMazdak Farrokhzad-1/+1
2019-06-11Rollup merge of #61715 - RalfJung:test-ascii-lowercase, r=varkorMazdak Farrokhzad-2/+2
2019-06-10Use `for_each` in `Iterator::partition`Josh Stone-2/+2
2019-06-10Apply suggestions from code reviewPaweł Romanowski-4/+5
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-106/+25
2019-06-10core: use memcmp optimization for 128 bit integer slicesAndrew Champion-1/+1
2019-06-10Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppeMazdak Farrokhzad-27/+16
2019-06-10make sure to_ascii_lowercase actually leaves upper-case non-ASCII characters ...Ralf Jung-2/+2
2019-06-09implement nth_back for RangeInclusiveAdrian Friedli-0/+48
2019-06-09Auto merge of #61691 - RalfJung:miri-slow, r=Centrilbors-0/+2
2019-06-09Fix more tests after revert of rustdoc cfg(test) featureOliver Middleton-6/+9
2019-06-09Miri: disable a slow testRalf Jung-0/+2
2019-06-09Auto merge of #61677 - napen123:string-examples, r=sfacklerbors-0/+20