about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-07-19Auto merge of #34898 - sanxiyn:rollup, r=sanxiynbors-0/+10
2016-07-18Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichtonbors-2/+11
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-2/+28
2016-07-18Fix doctest of `ExactSizeIterator::is_empty`Tobias Bucher-1/+3
2016-07-18Rollup merge of #34875 - frewsxcv:std-slice-struct, r=GuillaumeGomezSeo Sanghyeon-0/+10
2016-07-17Indicate where `std::slice` structs originate from.Corey Farwell-0/+10
2016-07-17Implement traits for variadic function pointersVadim Petrochenkov-2/+11
2016-07-16Rollup merge of #34838 - steveklabnik:gh33677, r=alexcrichtonGuillaume Gomez-5/+8
2016-07-16Rollup merge of #34837 - GuillaumeGomez:better_example, r=nagisaGuillaume Gomez-1/+1
2016-07-16Rollup merge of #34768 - alexcrichton:issue-audit, r=aturonGuillaume Gomez-8/+8
2016-07-15Fix up documentation around no_stdSteve Klabnik-5/+8
2016-07-15Improve float number exampleGuillaume Gomez-1/+1
2016-07-15Rollup merge of #34804 - GuillaumeGomez:fix_ret, r=steveklabnikGuillaume Gomez-5/+24
2016-07-15Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomezGuillaume Gomez-0/+2
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+47
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+47
2016-07-13Add examples for FpCategoryggomez-5/+24
2016-07-12std: Clean out deprecated APIsAlex Crichton-33/+0
2016-07-12Rollup merge of #34749 - GuillaumeGomez:any_doc, r=steveklabnikGuillaume Gomez-2/+158
2016-07-12Rollup merge of #34736 - GuillaumeGomez:cells_doc, r=steveklabnikGuillaume Gomez-0/+49
2016-07-12doc: Mention that writeln! and println! always use LFMike Hommey-0/+2
2016-07-11std: Correct tracking issue for SipHash{13,24}Alex Crichton-8/+8
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-1/+0
2016-07-11Add missing examples for std::cell typesGuillaume Gomez-0/+49
2016-07-10Improve std::any module docGuillaume Gomez-2/+158
2016-07-09Auto merge of #34365 - petrochenkov:deferr, r=eddybbors-1/+1
2016-07-09Auto merge of #34709 - GuillaumeGomez:primitives, r=steveklabnikbors-0/+32
2016-07-08Improve primitive integers documentationGuillaume Gomez-0/+32
2016-07-08Stabilize `FnOnce::Output` + Fix rebasepetrochenkov-1/+1
2016-07-08Rollup merge of #34688 - GuillaumeGomez:double_ended_iterator, r=steveklabnikManish Goregaokar-6/+12
2016-07-06Rollup merge of #34277 - ollie27:docs_num, r=steveklabnikSteve Klabnik-65/+64
2016-07-06Rollup merge of #33265 - tshepang:peek, r=steveklabnikSteve Klabnik-11/+9
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-1/+0
2016-07-06Improve DoubleEndedIterator examplesGuillaume Gomez-6/+12
2016-07-04Revert "Revert "Remove the return_address intrinsic.""Eduard Burtescu-6/+0
2016-07-04Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfriedbors-5/+2
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-5/+2
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-117/+362
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-117/+362
2016-07-03Auto merge of #34540 - jupp0r:patch-1, r=steveklabnikbors-1/+4
2016-07-02Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisabors-0/+6
2016-06-30Revert "Remove the return_address intrinsic."Eduard Burtescu-0/+6
2016-06-30Correct MIN_EXP docs and improve EPSILONOliver Middleton-4/+4
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-52/+200
2016-06-29Improve code example for try!Jupp Müller-1/+4
2016-06-27Remove the return_address intrinsic.Eduard Burtescu-6/+0
2016-06-24Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichtonbors-14/+13
2016-06-24Auto merge of #34399 - alexcrichton:issue-audit, r=brsonbors-16/+0
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-16/+0
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-14/+13