summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-1/+0
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+18
2014-06-24Move core::bool tests to run-passBrian Anderson-99/+0
2014-06-24core: Remove bool::to_bitBrian Anderson-24/+1
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+7
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-216/+233
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+2
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+3
2014-06-22Register new snapshotsAlex Crichton-1/+0
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