about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-10-31auto merge of #18431 : japaric/rust/show, r=alexcrichtonbors-28/+28
2014-10-30DSTify Show and all the other formatting traitsJorge Aparicio-28/+28
2014-10-30Test fixes and rebase conflictsAlex Crichton-3/+3
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-97/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-17/+17
2014-10-30Add a `repeat` function to the preludeJakub Bukaj-2/+7
2014-10-30Doc: Clears up trim_char docgamazeps-1/+1
2014-10-30rollup merge of #18421 : tbu-/pr_checkeddiv1Alex Crichton-1/+1
2014-10-30rollup merge of #18392 : cakebaker/remove_double_negationAlex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-97/+0
2014-10-30auto merge of #18367 : pcwalton/rust/inline-atomic-constructors, r=thestingerbors-0/+4
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-0/+47
2014-10-29Rename fail! to panic!Steve Klabnik-88/+88
2014-10-29Fix `core::num::CheckedDiv::checked_div` documentationTobias Bucher-1/+1
2014-10-28auto merge of #17603 : jakub-/rust/ty_bot, r=nikomatsakisbors-1/+1
2014-10-28Remove ty_bot from the type systemJakub Bukaj-1/+1
2014-10-28Update code with new lint namesAaron Turon-19/+19
2014-10-28Remove double negation from sqrt's doc commentDaniel Hofstetter-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-178/+179
2014-10-27rollup merge of #18316 : thestinger/rawAlex Crichton-1/+4
2014-10-27libcore: Inline atomic constructors.Patrick Walton-0/+4
2014-10-26auto merge of #18212 : kmcallister/rust/unsafecell, r=thestingerbors-0/+22
2014-10-25make the core::raw struct representation definedDaniel Micay-1/+4
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