about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-02-16Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centrilkennytm-30/+52
2019-02-16Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNNkennytm-38/+52
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-0/+4
2019-02-14make Centril happyRalf Jung-2/+2
2019-02-14split MaybeUninit into several features, expand docs a bitRalf Jung-30/+52
2019-02-14remove MaybeUninit::into_innerRalf Jung-8/+0
2019-02-14update stdsimdRalf Jung-1/+0
2019-02-14fixed for libstd buildRalf Jung-0/+1
2019-02-14add missing feature flagRalf Jung-0/+1
2019-02-14Rollup merge of #57992 - Matthias247:waker4, r=cramertjMazdak Farrokhzad-263/+133
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-7/+4
2019-02-13review failures in btree, stringRalf Jung-1/+0
2019-02-13the formatting issue got fixedRalf Jung-3/+3
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-9/+28
2019-02-13Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-SimulacrumMazdak Farrokhzad-74/+114
2019-02-13review or fix miri failures in iter, slice, cell, timeRalf Jung-15/+11
2019-02-13mark failures expected due to panicsRalf Jung-15/+15
2019-02-13Convert old doc links to current editionLzu Tao-7/+4
2019-02-13Move the intrinsics into a submoduleValentin Tolmer-215/+249
2019-02-12Merging masterMatthias Einwag-363/+700
2019-02-12Revert "Remove mentions of unstable sort_by_cached key from stable documentat...Scott McMurray-0/+4
2019-02-13Rollup merge of #58405 - gnzlbg:remove_unused_macros, r=alexcrichtonMazdak Farrokhzad-14/+0
2019-02-13Rollup merge of #58200 - RalfJung:str-as-mut-ptr, r=SimonSapinMazdak Farrokhzad-7/+23
2019-02-13Rollup merge of #57815 - dotdash:asserts, r=sfacklerMazdak Farrokhzad-4/+16
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-117/+289
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-201/+205
2019-02-12Remove some dead code from libcoregnzlbg-14/+0
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-2/+4
2019-02-12Add doctests for str::escape_*Simon Sapin-3/+93
2019-02-12Make the prema-unstable char::escape_debug_ext method crate-privateSimon Sapin-3/+1
2019-02-12Move str::escape_* to libcoreSimon Sapin-47/+169
2019-02-12Add internal impl_fn_for_zst macro for "named closure types"Simon Sapin-113/+75
2019-02-12Auto merge of #58246 - pmccarter:master, r=oli-obkbors-20/+95
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-2/+4
2019-02-10libs: doc commentsAlexander Regueiro-138/+142
2019-02-10tests: doc commentsAlexander Regueiro-60/+60
2019-02-10rustc: doc commentsAlexander Regueiro-4/+4
2019-02-10Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-5/+8
2019-02-10Rollup merge of #58262 - taiki-e:must_use, r=estebankGuillaume Gomez-3/+3
2019-02-10Rollup merge of #57926 - icefoxen:test-doc-pr, r=frewsxcvGuillaume Gomez-1/+4
2019-02-10Rollup merge of #57259 - king6cong:master, r=alexcrichtonGuillaume Gomez-1/+1
2019-02-10Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertjbors-11/+57
2019-02-10it is okay not to use into_innerRalf Jung-0/+1
2019-02-09Fix exhaustion of inclusive range try_fold and try_rfoldMatthieu M-5/+33
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+38
2019-02-08Use write_char for writing padding charactersNick Fitzgerald-22/+8
2019-02-08Also de-duplicate 32- and 64-bit number formatting on wasm32Nick Fitzgerald-8/+18
2019-02-07Add unstable feature attribute for unsigned const saturating add/sub intrinsi...Patrick McCarter-0/+2
2019-02-07Refactor const saturating intrinsics emulation and add unstable feature attri...Patrick McCarter-0/+2
2019-02-07disable tests in MiriRalf Jung-0/+38