about summary refs log tree commit diff
path: root/src/libcore/util.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-5/+5
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-8/+8
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20core: Move 'unreachable' to util. Improve docsBrian Anderson-0/+28
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-1/+1
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-4/+6
2012-09-12Add a bunch of inline hints.Graydon Hoare-0/+2
2012-09-10Make more moves explicit in libcoreTim Chevalier-3/+3
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-1/+3
2012-09-04core: Remove struct ctorsBrian Anderson-1/+2
2012-08-30libstd: More test fixesPatrick Walton-1/+3
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-1/+1
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+18
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-14De-mode more pieces of core.Graydon Hoare-0/+4
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-2/+2
2012-08-07Add util::ignoreBen Blum-0/+3
2012-08-02option::swap_unwrap, the ubiquitous 'option dance'.Ben Blum-0/+2
2012-08-02Remove std::utilBen Blum-0/+9
2012-08-01Add core::util, with swap, replace, and noncopyableBen Blum-0/+46