about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-02-07also fix bad use of shared ref in split_at_mutRalf Jung-1/+1
2019-02-07Un-monomorphize and inline formatting with paddingNick Fitzgerald-29/+57
2019-02-07Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapinGuillaume Gomez-3/+1
2019-02-07Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavusGuillaume Gomez-0/+1
2019-02-07De-duplicate write_prefix lambda in pad_integralNick Fitzgerald-11/+20
2019-02-07De-duplicate number formatting implementations for smaller code sizeNick Fitzgerald-31/+38
2019-02-07Add #[must_use] message to Fn* traitsTaiki Endo-3/+3
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-06Change RawWaker constructor to const fnMatthias Einwag-4/+24
2019-02-06Allow const assignment for int saturating_sub() for #58030Patrick McCarter-10/+44
2019-02-06Fix broken grammar in iter::from_fn() docsSebastian Dröge-4/+2
2019-02-06add tracking issueRalf Jung-1/+1
2019-02-06remove now-unneeded raw ptr castsRalf Jung-3/+3
2019-02-06fix doctestsRalf Jung-1/+2
2019-02-05Allow const assignment for int saturating_add() calls for #58030Patrick McCarter-10/+47
2019-02-05fix str mutating through a ptr derived from &selfRalf Jung-3/+19
2019-02-05fix doctestRalf Jung-2/+2
2019-02-06Rollup merge of #58172 - garyemerson:patch-1, r=steveklabnikkennytm-14/+14
2019-02-06Rollup merge of #58145 - taiki-e:poll, r=cramertjkennytm-0/+1
2019-02-05review suggestionsMatthias Einwag-2/+9
2019-02-05Apply more review suggestionsMatthias Einwag-3/+11
2019-02-04update split docsgaryemerson-14/+14
2019-02-04Add #[must_use] to core::task::PollTaiki Endo-0/+1
2019-02-04Remove weasel word in docs for iter's take_while()lukaslueg-2/+1
2019-02-04typosRalf Jung-2/+2