about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-14/+25
2019-01-28rename first_mut_ptr -> first_ptr_mutRalf Jung-6/+6
2019-01-28fix typos, improve docsRalf Jung-2/+2
2019-01-28Use warn() for extra diagnostics; with -D warnings this leads to errorsRalf Jung-3/+3
2019-01-28add macro for creating uninitialized arrayRalf Jung-21/+22
2019-01-28avoid mem::uninitialized in BTreeMapRalf Jung-1/+1
2019-01-28libcore: avoid mem::uninitialized and raw ptr castsRalf Jung-13/+49
2019-01-28libcore: remove unneeded allow(deprecated)Ralf Jung-4/+2
2019-01-27Update generator transform and generated function signatureWim Looman-0/+1
2019-01-27Mark static generators as !UnpinWim Looman-0/+1
2019-01-27Change generator trait to use pinningWim Looman-14/+23
2019-01-27Auto merge of #56932 - clarcharr:iter_refactor, r=Centrilbors-3862/+4032
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-153/+10
2019-01-27Auto merge of #57826 - danielhenrymantilla:master, r=Centrilbors-1/+1
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-3/+2
2019-01-26Remove lexical scope examples from std::mem::dropAlex Macleod-28/+1
2019-01-26Tiny improvement to docs for `core::convert`.Simon Heath-1/+4
2019-01-26Rollup merge of #57825 - RalfJung:zeroed, r=nikomatsakisMazdak Farrokhzad-1/+0
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-150/+8
2019-01-25std: Stabilize fixed-width integer atomicsAlex Crichton-55/+96
2019-01-25Rollup merge of #56217 - frewsxcv:frewsxcv-float-parse, r=QuietMisdreavusMazdak Farrokhzad-1/+25
2019-01-24Instead of adding a paragraph mentioning std::mem::transmute and core::mem::t...Johnathan Van Why-4/+1
2019-01-24Rollup merge of #57873 - milesand:master, r=CentrilMazdak Farrokhzad-16/+8
2019-01-24Stabilize no_panic_powJewoo Lee-16/+8
2019-01-24Rollup merge of #57834 - SimonSapin:type_id, r=CentrilMazdak Farrokhzad-10/+6