summary refs log tree commit diff
path: root/src/libcore/core.rs
AgeCommit message (Expand)AuthorLines
2012-07-11Fix some version numbers.Graydon Hoare-1/+1
2012-07-05A new `times` method on numeric typesBen Striegel-11/+11
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-9/+9
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-13/+13
2012-06-25Automatically export methods on core numeric typesBen Striegel-0/+15
2012-06-22core: Export result extensions from the top levelBrian Anderson-0/+1
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-1/+0
2012-05-21separate the rand::rng gen_* methods out into an iface-less-impl so that the ...Gareth Daniel Smith-0/+1
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-1/+1
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-1/+1
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-0/+2
2012-04-15core: Add extension methods for is_null, is_not_nullBrian Anderson-0/+1
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-1/+1
2012-03-29core: Add extension methods for vecBrian Anderson-2/+3
2012-03-29core: Add extension methods for optionBrian Anderson-0/+1
2012-03-29core: Add extension methods for strBrian Anderson-0/+2
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-2/+0
2012-03-13Name types after their modules instead of 't'Brian Anderson-1/+3
2012-03-09core: Convert to rustdocBrian Anderson-4/+2
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+13
2012-03-02First cut at consolidated core::os module built on core::libc.Graydon Hoare-3/+3
2012-02-28core/std: whitespace fixes.Erick Tryzelaar-1/+1
2012-02-14Add [X].len() to core, use it in trans modulesMarijn Haverbeke-1/+2
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-24core: Document the log levelsBrian Anderson-0/+5
2012-01-21[core] extfmt: support %% to escape a %Elly Jones-1/+1
2012-01-19libcore: "tag" -> "enum"Patrick Walton-1/+1
2012-01-17build: Start running libcore testsBrian Anderson-0/+7
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-0/+10
2011-12-22Revert all of yesterday's snapshots and try again. Cursed!Graydon Hoare-4/+5
2011-12-20Revert "wip"Brian Anderson-14/+0
2011-12-20wipBrian Anderson-0/+14
2011-12-20Add companion-module core.rs that exports log levels and option/some/none eve...Graydon Hoare-0/+17