about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2016-03-11core: Mark Wrapping impls as stableAlex Crichton-5/+5
2016-03-12Rollup merge of #32183 - bluss:doc-index, r=alexcrichtonManish Goregaokar-0/+58
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-56/+78
2016-03-10Clarify doc for slice slicing (Index impls)Ulrik Sverdrup-0/+58
2016-03-10Auto merge of #32173 - steveklabnik:rollup, r=steveklabnikbors-8/+10
2016-03-10Rollup merge of #32091 - dirk:dirk/siphasher-docs-clarification, r=alexcrichtonSteve Klabnik-8/+10
2016-03-10Auto merge of #32100 - SimonSapin:patch-6, r=alexcrichtonbors-2/+4
2016-03-08Link to actual CSPRNG in `hash::SipHasher` documentationDirk Gadsden-4/+4
2016-03-08std: Fix rustdoc links with std::fmt::AlignmentAlex Crichton-12/+33
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-44/+45
2016-03-08Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichtonSteve Klabnik-13/+51
2016-03-07Clarify documentation for string slicing (Index impls)Ulrik Sverdrup-13/+51
2016-03-07Fix some line lengthsSimon Sapin-2/+4
2016-03-07"can be built on Ref::map"… how?Simon Sapin-2/+2
2016-03-07Auto merge of #32051 - steveklabnik:gh9447, r=blussbors-8/+8
2016-03-06Amend `hash::SipHasher` docs to more strongly discourage cryptographic usesDirk Gadsden-4/+3
2016-03-06Clarify documentation of `hash::SipHasher`Dirk Gadsden-6/+9
2016-03-07Auto merge of #32064 - bluss:str-slice-panic, r=alexcrichtonbors-3/+21
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-102/+415
2016-03-05Fix panic on string slicing error to truncate the stringUlrik Sverdrup-3/+21
2016-03-05Auto merge of #31700 - oli-obk:skip_double_ended, r=alexcrichtonbors-0/+11
2016-03-04remove under/overflow from next_back/nextAlex Burka-6/+10
2016-03-04add more unstable annotationsAlex Burka-0/+15
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-8/+8