about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-12-11Rollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPCYuki Okushi-6/+6
2019-12-10Auto merge of #66277 - peter-wilkins:impl-from-wider-non-zeros, r=SimonSapinbors-85/+177
2019-12-10Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakisbors-17/+41
2019-12-09Rollup merge of #67155 - kraai:move-instead-of-binding-to-reference, r=cramertjTyler Mandry-6/+6
2019-12-09Rollup merge of #67138 - kraai:simplify-Layout-extend_packed, r=AmanieuTyler Mandry-2/+1
2019-12-09Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichtonTyler Mandry-18/+25
2019-12-09Rollup merge of #66892 - dtolnay:fmt5, r=KodrAusTyler Mandry-1171/+1311
2019-12-09Remove `checked_add` in `Layout::repeat`Matthew Kraai-2/+5
2019-12-08move from non zero impls to `libcore/convert/num.rs`Peter-3418/+4230
2019-12-08async/await: more improvements to non-send errorsDavid Wood-0/+2
2019-12-08Move `Layout`s instead of binding by referenceMatthew Kraai-6/+6
2019-12-08Change "attributes" to "attribute" in `Alloc`'s docsMatthew Kraai-1/+1
2019-12-08Change "`alloc`/`realloc`" to "`realloc/dealloc`"Matthew Kraai-3/+3
2019-12-08Add "this" to `GlobalAlloc::alloc`'s docsMatthew Kraai-1/+1
2019-12-08Change "though" to "through" in `Alloc`'s docsMatthew Kraai-1/+1
2019-12-08Change "result" to "resulting" in `Layout::extend`'s docsMatthew Kraai-1/+1
2019-12-08Rollup merge of #67101 - rust-lang:ostrich, r=Mark-SimulacrumMazdak Farrokhzad-0/+1
2019-12-07Simplify `Layout::extend_packed`Matthew Kraai-2/+1
2019-12-08leave a FIXMEMazdak Farrokhzad-1/+1
2019-12-08use `#[allow(unused_attributes)]` to paper over incr.comp problemMazdak Farrokhzad-0/+1
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-0/+55
2019-12-07Explicitly refer to operator methods in Pin implsKonrad Borowski-9/+9
2019-12-07fix warnings with cfg(miri)Ralf Jung-5/+14
2019-12-07libcore: ignore tests in Miri instead of removing them entirelyRalf Jung-13/+11
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-1171/+1308
2019-12-06Suppress libcore/ptr/mod.rs filelength lintDavid Tolnay-0/+1
2019-12-06Exclude manually arranged ascii tables from rustfmtDavid Tolnay-0/+2
2019-12-06Rollup merge of #67092 - kraai:us-to-is, r=jonas-schievinkMazdak Farrokhzad-2/+2
2019-12-06Rollup merge of #67090 - kraai:either-to-any, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-12-06Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppeMazdak Farrokhzad-332/+442
2019-12-06Change "wth" to "with" in `Layout::padding_needed_for` commentMatthew Kraai-1/+1
2019-12-06Change "us" to "is" in Layout::for_value commentMatthew Kraai-1/+1
2019-12-06Change "either" to "any" in Layout::from_size_align's docsMatthew Kraai-1/+1
2019-12-06Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs`Simon Sapin-330/+332
2019-12-06Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methodsSimon Sapin-2/+110
2019-12-06Make `core::convert` a directory-module with `mod.rs`Simon Sapin-0/+0
2019-12-06Rename to `then_some` and `then`varkor-10/+10
2019-12-06Fix libcore testsvarkor-4/+4
2019-12-06Rename `bool`'s `then` to `to_option`varkor-6/+6
2019-12-06Rollup merge of #67021 - elichai:2019-12-fmt, r=QuietMisdreavusYuki Okushi-5/+6
2019-12-06Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichtonYuki Okushi-2/+2
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-0/+55
2019-12-05Rollup merge of #67055 - lqd:const_qualif, r=oli-obkMazdak Farrokhzad-0/+2
2019-12-05Rollup merge of #67005 - andrewbanchich:master, r=joshtriplettMazdak Farrokhzad-1/+1
2019-12-05Rollup merge of #67002 - JayXon:patch-1, r=Dylan-DPCMazdak Farrokhzad-2/+2
2019-12-05libcore: rnable 2 unstable const fn featuresRemy Rakic-0/+2
2019-12-05Document why Pin implementations aren't derivedKonrad Borowski-0/+6
2019-12-05Use deref target in Pin trait implementationsKonrad Borowski-17/+35
2019-12-04Fix docs for formatting delegationsElichai Turkel-5/+6
2019-12-04Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJungbors-0/+1