about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-01-09libcore: Some more fixes to Windows libc stuff. rs=bustagePatrick Walton-4/+11
2013-01-09libcore: Fix Windows resolve errors. rs=bustagePatrick Walton-12/+14
2013-01-09libcore: Fix import in libc. rs=bustagePatrick Walton-1/+1
2013-01-09core: fix crashing vec methods due to non-working moved self.Graydon Hoare-6/+11
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-09rustc: yet more arch-specific fallout from 2db3abdGraydon Hoare-1/+16
2013-01-09rustc: more arch-specific fallout from 2db3abdGraydon Hoare-4/+10
2013-01-09core: try to fix arch- and platform-specific fallout from 2db3abdGraydon Hoare-0/+19
2013-01-09core: ignore recent should_fail tests on windowsGraydon Hoare-1/+4
2013-01-09core: add vec.filter that moves elems out of the vectorErick Tryzelaar-0/+21
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-6/+6
2013-01-09core: add vec.partition and vec.partitionedErick Tryzelaar-2/+79
2013-01-09core: add a vec.consume methodErick Tryzelaar-0/+5
2013-01-09core: add self to all vec methodsErick Tryzelaar-55/+60
2013-01-09core: rename MutableVector to OwnedVectorErick Tryzelaar-25/+24
2013-01-09core: inline all vec methods and add whitespaceErick Tryzelaar-0/+24
2013-01-09core: fix libc linux fallout from 2db3abddcd67Graydon Hoare-3/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-60/+346
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-341/+60
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-60/+341
2013-01-08Inject std when --test. #1127, #3241Brian Anderson-8/+0
2013-01-08arrange core::os::constsILyoan-41/+71
2013-01-08removing checks from vec::bytes::memcpy and memmove as are duplicated from raw::asdf-6/+2
2013-01-08adding bound checks for raw::memcpy and memmoveasdf-0/+15
2013-01-07fmt: add unit testsAndrew Paseltiner-0/+122
2013-01-07fmt: derive Eq for all typesAndrew Paseltiner-0/+8
2013-01-07fmt: fix formatting and styleAndrew Paseltiner-64/+75
2013-01-07fmt: simplify parse_fmt_stringAndrew Paseltiner-22/+24
2013-01-07fmt: simplify parse_conversionAndrew Paseltiner-5/+7
2013-01-07fmt: simplify parse_parameterAndrew Paseltiner-11/+5
2013-01-07fmt: simplify parse_precisionAndrew Paseltiner-4/+2
2013-01-07fmt: simplify parse_countAndrew Paseltiner-4/+3
2013-01-07fmt: simplify parse_flagsAndrew Paseltiner-24/+17
2013-01-07fmt: simplify parse_typeAndrew Paseltiner-26/+15
2013-01-07fmt: replace parse_* structural records with struct Parsed<T>Andrew Paseltiner-40/+51
2013-01-07fmt: replace Conv record with struct ConvAndrew Paseltiner-3/+3
2013-01-07librustc: Fold rt items into lang items. Shaves another 10% or so off hello w...Patrick Walton-3/+6
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-12/+12
2013-01-04Make either::{partition, flip, to_result} take their arguments by-valueTim Chevalier-17/+13
2013-01-04core: fix windows breakage, r=burningtree.Graydon Hoare-0/+5
2013-01-04Add option::get_zeroTim Chevalier-0/+20
2013-01-03clean up condition module:Andrew Paseltiner-50/+35
2013-01-02core: convert an XXX into a FIXME.Erick Tryzelaar-1/+1
2012-12-30reset LinearMap.size when expanding bucketsTim Taubert-0/+19
2012-12-28Long linesTim Chevalier-1/+2
2012-12-28Merge pull request #4308 from steveklabnik/patch-1Tim Chevalier-2/+34
2012-12-28Improve documentation for each.Steve Klabnik-2/+34
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-5/+79
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-66/+329
2012-12-27libcore: Add symlink(2) to libc. rs=trivialPatrick Walton-1/+2