summary refs log tree commit diff
path: root/src/libcore/repr.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26core: As per #4898, finish impls for one-tuplesTim Chevalier-1/+4
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-20auto merge of #5455 : pcwalton/rust/framework, r=catamorphismbors-1/+1
2013-03-20libsyntax: Never use `::<>` in the type grammarPatrick Walton-1/+1
2013-03-20core: add str::each{,i}_reverseErick Tryzelaar-1/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-2/+2
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-03-08core: Remove uses of DVec in io/reprAlex Crichton-7/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-33/+41
2013-03-04De-implicit-self libcoreBen Striegel-33/+41
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-1/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-6/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-1/+0
2013-02-15libcore: Get rid of `move`.Luqman Aden-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-19/+19
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-02-05MergeTim Chevalier-8/+8
2013-02-03Converted the floating point types to the new string conversion functions.Marvin Löbel-4/+4
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-4/+4
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-4/+4
2013-01-31core: Remove transitional codeTim Chevalier-297/+0
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+305
2013-01-26core: Remove structural records in library testsTim Chevalier-3/+6
2013-01-24librustc: Make C functions unsafePatrick Walton-9/+13
2013-01-20repr: represent char values as char literals rather than integers.Simon Sapin-1/+7
2013-01-13Reflect on char as u32, not uint (which may be u64).Jed Davis-1/+1
2013-01-10core: Change XXXs into proper FIXMEs with issue numbersTim Chevalier-6/+7
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-4/+19
2012-12-18core: fix remaining repr bugs, r=burningtree.Graydon Hoare-10/+96
2012-12-17core: remove old repr system, enable newer one. Close #3109.Graydon Hoare-548/+51
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-7/+1
2012-12-03core: rename box to managed. Close #4079.Graydon Hoare-5/+5
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-10/+0
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-1/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+10
2012-10-18libcore: minor code cleanup.Erick Tryzelaar-1/+1
2012-10-12Make moves explicit in core testsTim Chevalier-3/+3
2012-10-11Export VecUnboxedRepr from vec so a test case can use itTim Chevalier-2/+3
2012-10-04Forbid deprecated modes again in coreTim Chevalier-0/+3
2012-10-02rustc: Only allow imports marked with "pub" to be imported from other modulesPatrick Walton-1/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+9