about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-16Stabilize todo macroStjepan Glavina-6/+10
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
2019-06-08Add examples for make_ascii_{uppercase, lowercase}Napen123-0/+20
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-1/+0
2019-06-08implement nth_back for RangeAdrian Friedli-0/+30
2019-06-08core: use iterators for slice equality comparisonAndrew Champion-14/+2
2019-06-08core: check for pointer equality when comparing Eq slicesAndrew Champion-1/+24
2019-06-08Auto merge of #61620 - SimonSapin:as_cell, r=RalfJungbors-4/+2
2019-06-08Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obkbors-6/+3
2019-06-07Make `i*::signum` a `const fn`.Dylan MacKenzie-6/+3
2019-06-07Auto merge of #61130 - jonhoo:mem-take, r=SimonSapinbors-0/+55
2019-06-07Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=CentrilMazdak Farrokhzad-20/+21
2019-06-07Stabilize Cell::from_mut and as_slice_of_cellsSimon Sapin-4/+2