summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-04-12std: Stabilize APIs for the 1.9 releaseAlex Crichton-51/+84
2016-04-07Rollup merge of #32741 - tbu-:pr_remove_fixme_12808, r=blussManish Goregaokar-39/+35
2016-04-07Rollup merge of #32757 - taralx:patch-1, r=brsonManish Goregaokar-12/+12
2016-04-07Rollup merge of #32699 - bluss:slice-memcmp, r=alexcrichtonManish Goregaokar-38/+143
2016-04-06slice: Use doc(hidden) on private traitsUlrik Sverdrup-0/+4
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-2/+2
2016-04-05Fix typos in atomic compare_exchange.JP Sugarbroad-12/+12
2016-04-05Specialize equality for [T] and comparison for [u8]Ulrik Sverdrup-38/+139
2016-04-05Remove strange names created by lack of privacy-conscious name lookupTobias Bucher-39/+35
2016-04-03Auto merge of #32672 - ollie27:patch-5, r=alexcrichtonbors-2/+2
2016-04-01Fix a couple of dead links on core::num::ParseFloatError docsOliver Middleton-2/+2
2016-04-02Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichtonManish Goregaokar-2/+8
2016-04-01Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422Manish Goregaokar-1/+1
2016-03-31Auto merge of #32550 - tbu-:pr_ref_cell_as_unsafe_cell, r=alexcrichtonbors-6/+2
2016-03-31added missing refcell ref/refmut coercions to unsizedВалерий Лашманов-2/+8
2016-03-31Fix formatting in the documentation for AtomicIsize::compare_exchange_weakAmanieu d'Antras-1/+1
2016-03-30Rollup merge of #32580 - durka:patch-17, r=steveklabnikSteve Klabnik-10/+10
2016-03-29verb agreement in core::convert docsAlex Burka-10/+10
2016-03-29Auto merge of #32564 - frewsxcv:patch-27, r=alexcrichtonbors-1/+1
2016-03-28Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnikbors-6/+6
2016-03-28Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichtonbors-2/+2
2016-03-28Prefer HTTPS when linking to 131002.net.Corey Farwell-1/+1
2016-03-28Add doc examples on pointer typesGuillaume Gomez-0/+85
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-6/+6
2016-03-28Remove `unsafe` qualifier from `RefCell::as_unsafe_cell`Tobias Bucher-6/+2
2016-03-27Extend linkchecker with anchor checkingmitaa-2/+2
2016-03-26Rollup merge of #32456 - bluss:str-zero, r=alexcrichtonManish Goregaokar-1/+5
2016-03-24Auto merge of #32396 - nodakai:range-contains, r=alexcrichtonbors-6/+208
2016-03-24Rollup merge of #32464 - GuillaumeGomez:patch-6, r=steveklabnikSteve Klabnik-7/+3
2016-03-24Rollup merge of #32416 - GuillaumeGomez:patch-3, r=steveklabnikSteve Klabnik-0/+23
2016-03-24Improve some Option code exampleGuillaume Gomez-7/+3
2016-03-24Add core::ops::Range*::contains() as per rust-lang/rust#32311NODA, Kai-6/+208
2016-03-24Accept 0 as a valid str char boundaryUlrik Sverdrup-1/+4
2016-03-23Mark str::split_at inlineUlrik Sverdrup-0/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-32/+32
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-84/+132
2016-03-22Add doc example to clone traitGuillaume Gomez-0/+23
2016-03-21Rollup merge of #32322 - GuillaumeGomez:cmp_doc, r=steveklabnikSteve Klabnik-0/+35
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-34/+319
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-53/+39
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-34/+319
2016-03-19Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichtonbors-87/+134
2016-03-19Change compare_exchange to return a Result<T, T>Amanieu d'Antras-87/+134
2016-03-18Add intrinsics for float arithmetic with `fast` flag enabledUlrik Sverdrup-0/+26
2016-03-18Add doc examplesGuillaume Gomez-0/+35
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-383/+13
2016-03-11std: Add a tracking issue for Peekable::is_emptyAlex Crichton-1/+1
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-7/+7