about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-06-06Rename Iterator::len to countAaron Turon-29/+25
2014-06-06Fix documentation for `slice()`Adolfo OchagavĂ­a-2/+2
2014-06-05std: Recreate a `collections` moduleAlex Crichton-11/+32
2014-06-04auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonwbors-3/+27
2014-06-04auto merge of #14610 : alexcrichton/rust/issue-14008, r=brsonbors-0/+14
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-35/+66
2014-06-03std: Remove generics from Option::expectAlex Crichton-0/+14
2014-06-02auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichtonbors-2/+17
2014-06-02Document failure cases for `char_at` and friends.Aaron Turon-2/+17
2014-06-02docs: Stop using `notrust`Florian Gilcher-2/+2
2014-06-01rustdoc: Fix some more broken linksAlex Crichton-3/+27
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-59/+56
2014-06-01auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri...bors-1/+3
2014-06-01Fix docs for `core::result::Result::map`.Utkarsh Kukreti-1/+3
2014-05-31doc: Fix a number of broken linksAlex Crichton-2/+4
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+33
2014-05-30syntax: Prepare for Total{Eq,Ord} => {Eq,Ord}Alex Crichton-1/+5
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-125/+124
2014-05-30Register new snapshotsAlex Crichton-38/+2
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-2/+3
2014-05-29auto merge of #14427 : alexcrichton/rust/librand, r=huonwbors-20/+17
2014-05-29std: Recreate a `rand` moduleAlex Crichton-20/+17
2014-05-29auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelixbors-0/+3
2014-05-28auto merge of #14451 : alexcrichton/rust/issue-14442, r=brsonbors-6/+29
2014-05-28auto merge of #14298 : kmcallister/rust/pattern-macros, r=huonwbors-0/+1
2014-05-28Silence warning in RefCell test suiteKeegan McAllister-0/+1
2014-05-28auto merge of #14464 : Sawyer47/rust/issue-12925, r=alexcrichtonbors-1402/+638
2014-05-28rustc: Accept PartialOrd/PartialOrdEq for Eq/OrdAlex Crichton-0/+3
2014-05-28auto merge of #14437 : Sawyer47/rust/utf16-items, r=alexcrichtonbors-7/+7
2014-05-28Move trait impls for primitives near trait definitionPiotr Jawniak-1402/+638
2014-05-28auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichtonbors-2/+2
2014-05-28Rename UTF16Item[s] to Utf16Item[s]Piotr Jawniak-7/+7
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-4/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27Fixed deprecation warning text for mem::move_val_init and its associated comm...Sergio Benitez-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-10/+10
2014-05-27rustc: Use rust strings for failure argumentsAlex Crichton-6/+29
2014-05-26Improve docs for core::tuplePiotr Jawniak-2/+50
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-19/+19
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-14/+18
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-14/+18
2014-05-24auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfacklerbors-10/+17
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-10/+17
2014-05-23core: Derive Show on SIMD typesBrian Anderson-0/+10
2014-05-23core: Document simd modBrian Anderson-1/+25
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-2/+2
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-1/+64
2014-05-23auto merge of #14359 : brson/rust/minordoc, r=alexcrichtonbors-14/+8
2014-05-23Minor library doc copyeditingBrian Anderson-14/+8
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-88/+1