about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-12-03capitalize RustAndrew Banchich-1/+1
2019-12-03Fix documentation of pattern for str::matches()Sen Jiang-2/+2
2019-12-03Tweak wording of `collect()` on bad target typeEsteban Küber-2/+2
2019-12-03Rollup merge of #66941 - CAD97:nord, r=Dylan-DPCMazdak Farrokhzad-1/+0
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-3/+4
2019-12-03Check intrinsics for callability in const fnsMahmut Bulut-0/+1
2019-12-03Auto merge of #66256 - CAD97:patch-2, r=RalfJungbors-6/+7
2019-12-02Document usage of unsafe blockKrishna Sai Veera Reddy-0/+1
2019-12-02Rollup merge of #66822 - RalfJung:miri-panic, r=oli-obkRalf Jung-1/+3
2019-12-02stabilize Result::map_orLzu Tao-2/+1
2019-12-01Remove ord lang itemcad97-1/+0
2019-11-30Rollup merge of #66894 - dtolnay:prelude, r=CentrilMazdak Farrokhzad-3/+0