about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2012-08-28rustc: Add cfg(gc) and cfg(nogc).Elliott Slaughter-9/+16
2012-08-28Fix a test that mysteriously resolves correctly when not check-fastingBrian Anderson-1/+1
2012-08-28De-abstract std::sort:qsort3, which uses only the trait-based lt/eq.Jed Davis-9/+8
2012-08-27make rand code use slicesNiko Matsakis-14/+14
2012-08-27preliminary work on making future's sendableNiko Matsakis-29/+89
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-80/+80
2012-08-27libcore: Use is_none() in pipesPatrick Walton-1/+1
2012-08-27libcore: Fix equality for pointers... againPatrick Walton-2/+2
2012-08-27libcore: Fix signature of the impl for *TPatrick Walton-1/+1
2012-08-27libcore: Fix a use of the shape glue in TLSPatrick Walton-1/+1
2012-08-27libcore: Implement equality for pointersPatrick Walton-0/+6
2012-08-27rustc: Implement equality for option typesPatrick Walton-0/+21
2012-08-27Camel case various core constructorsBrian Anderson-536/+521
2012-08-27Remove deprecated modes from libstd/getopts.rsKevin Cantu-43/+50
2012-08-27libcore: Implement equality and ordering on vectorsPatrick Walton-0/+75
2012-08-27Add some counters to metadata.Graydon Hoare-2/+62
2012-08-27Turn off the verbose-mode of ebml.Graydon Hoare-1/+1
2012-08-27libcore: Implement Eq for string typesPatrick Walton-0/+25
2012-08-27libcore: Fix build harderPatrick Walton-27/+27
2012-08-27Mark intrinsic::tydesc with #[allow(non_camel_case_types)]Brian Anderson-0/+1
2012-08-27libcore: Fix core testPatrick Walton-17/+27
2012-08-27Convert core::result to camel caseBrian Anderson-845/+845
2012-08-27libcore: Implement ord and eq language itemsPatrick Walton-37/+54
2012-08-27rustc: Avoid an allocation on every GEPiPatrick Walton-114/+110
2012-08-27remove ipv4 match which looks like it was... purposelessNiko Matsakis-58/+54
2012-08-27fix a few remaining unused pattern binding warningsNiko Matsakis-3/+3
2012-08-27rustc: make sure to import shr.Erick Tryzelaar-1/+1