about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-10-26auto merge of #18212 : kmcallister/rust/unsafecell, r=thestingerbors-0/+22
2014-10-25auto merge of #18080 : veddan/rust/assume, r=thestingerbors-0/+11
2014-10-24Add as_unsafe_cell() for Cell and RefCellKeegan McAllister-0/+22
2014-10-24auto merge of #17960 : mahkoh/rust/clone_from_slice, r=pcwaltonbors-4/+7
2014-10-22auto merge of #18121 : nikomatsakis/rust/method-call-use-trait-matching-infra...bors-3/+3
2014-10-21Patch up broken error messagesNiko Matsakis-1/+1
2014-10-21Correct case where the old version of method lookup was incorrectly matching,Niko Matsakis-2/+2
2014-10-21auto merge of #18201 : Gankro/rust/option-what, r=alexcrichtonbors-1/+1
2014-10-20Fix crazy-pants match in Option docsAlexis Beingessner-1/+1
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-731/+8
2014-10-20auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichtonbors-3/+12
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-3/+12
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-731/+8
2014-10-18Mark lt as inline in PartialOrdRay Clanan-0/+1
2014-10-18auto merge of #18024 : phungleson/rust/fix-var-name-in-doc, r=brsonbors-11/+10
2014-10-16librustc: Remove trans::reflect and the opaque and ty_visitor lang items.Luqman Aden-0/+3
2014-10-16librustc: Stop generating visit glue and remove from TyDesc.Luqman Aden-0/+1
2014-10-16librustc: Remove visit_tydesc intrinsic.Luqman Aden-2/+0
2014-10-16Improve documentation of assume intrinsic.Viktor Dahl-1/+5
2014-10-16Add assume intrinsicViktor Dahl-0/+7
2014-10-14auto merge of #18029 : Ms2ger/rust/patch-1, r=huonwbors-1/+1
2014-10-14Fix the formatting of the documentation for OrdIterator.min_max.Ms2ger-1/+1
2014-10-14Change `from` and `to` to `_from` and `_to`Son-6/+6
2014-10-14Remove unnecessary ::core::ops::Son-2/+2
2014-10-14Change _rhs to _index.Son-3/+2
2014-10-13Fix typo in char's from_digit error messageStefan Bucur-1/+1
2014-10-12improve clone_from_slice performanceJulian Orth-4/+7
2014-10-10Register new snapshotsAlex Crichton-115/+1
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-83/+83
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09core: Convert statics to constantsAlex Crichton-83/+83
2014-10-09Merge tag '0.12.0'Brian Anderson-1/+1
2014-10-08auto merge of #17748 : mahkoh/rust/int_slice, r=aturonbors-0/+58
2014-10-08add {Imm,M}utableIntSliceJulian Orth-0/+58
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07auto merge of #17807 : nick29581/rust/slice6, r=aturonbors-82/+188
2014-10-07Reinstate AsSlice impls for Option and ResultNick Cameron-0/+37
2014-10-07Rename slicing methodsNick Cameron-9/+124
2014-10-07Rename slice::SliceNick Cameron-44/+6
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-4/+5
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-60/+51
2014-10-06Remove core::any::AnyPrivateAaron Turon-7/+2
2014-10-06auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcr...bors-2/+42
2014-10-06Add example to doc for `slice::ImmutableSlice::binary_search`.Felix S. Klock II-2/+42
2014-10-05auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestingerbors-0/+7
2014-10-04Add intrinsics::unreachableKeegan McAllister-0/+7
2014-10-04Make examples for AtomicInt refer to AtomicIntPeter Minten-6/+6
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-10/+1
2014-10-02rollup merge of #16993 : dschatzberg/items-boundsAlex Crichton-2/+2