about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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 #58129 - RalfJung:maybe-uninit, r=cramertjbors-11/+57
2019-02-10it is okay not to use into_innerRalf Jung-0/+1
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+38
2019-02-07disable tests in MiriRalf Jung-0/+38
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-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-06Fix broken grammar in iter::from_fn() docsSebastian Dröge-4/+2
2019-02-06fix doctestsRalf Jung-1/+2
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-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-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-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-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-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