about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-02-03Apply review suggestions and fix testsMatthias Einwag-34/+31
2019-02-03Apply suggestions from code reviewMazdak Farrokhzad-4/+6
2019-02-03Update the future/task APIMatthias Einwag-259/+95
2019-02-03make set return a mutable referenceRalf Jung-1/+4
2019-02-03expand as_[mut_]ptr docs a bitRalf Jung-4/+4
2019-02-03some type-level docs for MaybeUninit; rename into_inner -> into_initializedRalf Jung-6/+47
2019-02-03RangeInclusive internal iteration performance improvement.Matthieu M-3/+50
2019-02-03Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkovbors-0/+3
2019-02-03Auto merge of #58062 - SimonSapin:iter_from_fn, r=alexcrichtonbors-32/+25
2019-02-02Update visibility of intermediate use items.David Wood-0/+3
2019-02-01Simplify the overflowing_neg expressionLokathor-1/+1
2019-02-01Rename iter::unfold to iter::from_fn and remove explicit stateSimon Sapin-32/+25
2019-02-01Stabilize split_ascii_whitespaceSimon Sapin-6/+5
2019-02-01Don't know why I wasn't using `self` properly thereLokathor-1/+1
2019-02-01Make overflowing and wrapping negation constLokathor-9/+5
2019-02-01Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavisbors-2/+32
2019-01-31Auto merge of #58003 - nikic:saturating-add, r=nagisabors-0/+33
2019-01-31Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=ManishearthMazdak Farrokhzad-8/+8
2019-01-31Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfacklerMazdak Farrokhzad-0/+12
2019-01-30fix #57686: update docs for fix_start/end_matchesRett Berg-8/+8
2019-01-30Add suggestions to deprecation lintsOliver Scherer-2/+32
2019-01-29Use LLVM intrinsics for saturating add/subNikita Popov-0/+33
2019-01-29Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbgbors-8/+9
2019-01-29Update stdsimdgnzlbg-8/+9
2019-01-28Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapinMazdak Farrokhzad-21/+56