about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-08-30libcore: rewrite vec::unsafe::from_buf in pure rustErick Tryzelaar-25/+7
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-55/+56
2012-08-30Fix some more test breakage.Graydon Hoare-3/+6
2012-08-30test: Fix compile-fail testsPatrick Walton-0/+11
2012-08-30rustc: "extern mod { ... }" should be written "extern { ... }" insteadPatrick Walton-8/+25
2012-08-30Fix auto_serialize test.Graydon Hoare-0/+35
2012-08-30Fix json test.Graydon Hoare-9/+7
2012-08-30Change str : Eq to use memcmp.Graydon Hoare-11/+11
2012-08-30test: Add a test for unused constants in foreign modulesPatrick Walton-0/+8
2012-08-30rustc: Make the compiler no longer ICE on unused foreign constantsPatrick Walton-2/+8
2012-08-30Bump version to 0.4Brian Anderson-32/+32
2012-08-30Add an impl path::WindowsPath : Eq.Graydon Hoare-0/+9
2012-08-30Fix another Eq missing case.Graydon Hoare-0/+6
2012-08-30Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.Graydon Hoare-34/+408
2012-08-30libstd: Fix another std testPatrick Walton-0/+7
2012-08-30libstd: More test fixesPatrick Walton-1/+26
2012-08-30libcore: Fix test issues harderPatrick Walton-1/+1
2012-08-30libcore: Fix test issuesPatrick Walton-4/+4
2012-08-30cargo: Fix some lack of knowledge of basic algebraic identitiesPatrick Walton-69/+12
2012-08-30libcore: Add missing unit.rsPatrick Walton-0/+17
2012-08-29rustc: Make `<=`, `>=`, and `>` use traits as wellPatrick Walton-23/+192
2012-08-29libstd: Fix some build breakagePatrick Walton-2/+2
2012-08-29libcore: Fix build breakagePatrick Walton-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-327/+2984
2012-08-29std: More camel casingBrian Anderson-50/+59
2012-08-29Fix breakageBrian Anderson-3/+3
2012-08-29core: Demode int/uint modsBrian Anderson-26/+34
2012-08-29Camel case more std typesBrian Anderson-41/+55
2012-08-29std: Camel case some constructorsBrian Anderson-86/+85
2012-08-29core: Don't normalize paths by default. Add a normalize methodBrian Anderson-25/+52
2012-08-29core: Export sys::ClosureBrian Anderson-0/+1
2012-08-29Add sys::Closure typeBrian Anderson-0/+27
2012-08-29Add vec::truncate, for efficiently shortening a vector.Jed Davis-0/+24
2012-08-29Rename resolve3 -> resolve.Graydon Hoare-39/+39
2012-08-29Replace core::path with contents of core::path2. Back to one path module.Graydon Hoare-985/+480
2012-08-29Allow extern mods to be anonymousTim Chevalier-20/+54
2012-08-29Merge pull request #3299 from jld/mz-forceinlineGraydon Hoare-1/+1
2012-08-29vtable.rs: adjust formatting, correct build errorNiko Matsakis-215/+224
2012-08-29Refactor representation of borrowing so that it is tracked by fn_ctxt and not...Niko Matsakis-486/+514
2012-08-29Fix MZ_FORCEINLINE define to work with GCC 4.7.1.Jed Davis-1/+1
2012-08-28libcore: fix a typo exporting Err.Erick Tryzelaar-1/+1
2012-08-28Comment the default case in typeck::check::vtable::lookup_vtable copiouslyTim Chevalier-10/+98
2012-08-28In ty::impl_traits, treat structs properlyTim Chevalier-15/+24
2012-08-28correct name of SendMap traitNiko Matsakis-1/+1
2012-08-28CamelCasify lots of stdBen Striegel-763/+783
2012-08-28Add lint modes for uses of @ and ~ pointers, in general.Graydon Hoare-1/+119
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-2/+1971
2012-08-28Import Result, Ok, and Err by default. Closes #3287Brian Anderson-0/+3
2012-08-28Convert core::pipes to camel caseBrian Anderson-232/+314
2012-08-28refactor send_map impl to be based on structsNiko Matsakis-19/+47