about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-05-27auto merge of #6766 : fdr/rust/time-by-value, r=catamorphismbors-10/+9
2013-05-28Fix #6696Jihyun Yu-2/+16
2013-05-27auto merge of #6703 : sanxiyn/rust/allocation-lint, r=sanxiynbors-19/+19
2013-05-27extra: Add reserve and reserve_at_least to extra::dequeTim Chevalier-0/+51
2013-05-27syntax highlight code examples in docstringsDaniel Micay-19/+25
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-19/+19
2013-05-27Get rid of no-longer-needed #[doc(hidden)] attributes.Lindsey Kuper-2/+2
2013-05-27Increment copyright year of time.rsDaniel Farina-1/+1
2013-05-27Use passing by-value in gmtime, mktimeDaniel Farina-9/+8
2013-05-27Refactor core::run in order to address many of the issuesgareth-1/+1
2013-05-24Remove the clone function for the methodOlivier Saut-5/+2
2013-05-24Remove the get functionOlivier Saut-16/+9
2013-05-23cleanup warnings from libextraErick Tryzelaar-474/+460
2013-05-23libextra: Add missing core::prelude import. rs=burningtreePatrick Walton-0/+2
2013-05-22libextra: Allow unnecessary allocationsPatrick Walton-0/+1
2013-05-22libsyntax: Fix more merge fallout.Patrick Walton-0/+2
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-12/+51
2013-05-22syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`Patrick Walton-0/+6
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-2/+8
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-5/+133
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+32233