about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+2
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Update doc comment for Int traitBrendan Zabarauskas-1/+2
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-68/+68
2014-06-18Remove `#[stable]` attribute from free-standing endian conversions and mark t...Brendan Zabarauskas-12/+12
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-345/+318
2014-06-18Fix comment formattingBrendan Zabarauskas-40/+36
2014-06-18Add a ByteOrder trait for abstracting over endian conversionsBrendan Zabarauskas-167/+263
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+3
2014-06-18auto merge of #14992 : nathantypanski/rust/collect-docs, r=huonwbors-14/+22
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-17change ~[] -> Vec for collect()Nathan Typanski-14/+22
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+4
2014-06-15Register new snapshotsAlex Crichton-18/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-06-14auto merge of #14866 : bjz/rust/bitwise, r=alexcrichtonbors-20/+152
2014-06-13auto merge of #14750 : bachm/rust/master, r=alexcrichtonbors-0/+8
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-23/+16
2014-06-13rustc: [T, ..N] and [T, ..N+1] are not the sameAlex Crichton-0/+8
2014-06-13Clarify `Any` docsP1start-4/+6
2014-06-13Add Bitwise::{swap_bytes, rotate_left, rotate_right} methodsBrendan Zabarauskas-20/+152
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-131/+12
2014-06-13added get_mut() for [T]bachm-0/+8
2014-06-12auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichtonbors-1/+31
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-131/+12
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-100/+42
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-7/+8
2014-06-11sync: Move underneath libstdAlex Crichton-7/+8
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+4
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-37/+0
2014-06-10Show impl for Ref & RefMutfort-1/+31
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-09librustc: Implement overloading for the call operator behind a featurePatrick Walton-0/+21
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-85/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-20/+20
2014-06-08Fix spelling errors in comments.Joseph Crail-3/+3
2014-06-07Clarify restrictions on neSteven Fackler-2/+4
2014-06-07Fix PartialEq documentation with regards to floatsSteven Fackler-9/+9
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+14
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
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