summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-11-30libs: Remove transitionary material on iter_bytes, add workcache to build.Graydon Hoare-335/+0
2012-11-30core: Add docs about kind traitsBrian Anderson-5/+36
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-221/+215
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-12/+22
2012-11-29core: Add impls of Eq and Ord for f32, f64Brian Anderson-0/+24
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-1/+1
2012-11-29No longer parse the delimiters of the RHS of a macro as part of the expansion.Paul Stansifer-4/+4
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-28core: Convert some records to structsBrian Anderson-50/+51
2012-11-28Remove uses of #[merge]Brian Anderson-1305/+1302
2012-11-28core: Remove old template filesBrian Anderson-588/+306
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-893/+457
2012-11-28Register snapshotsBrian Anderson-1164/+123
2012-11-28librustc: Add explicit self to IterBytes. r=nmatsakisPatrick Walton-12/+350
2012-11-28libsyntax: Implement a macro `die!` to replace the `fail` expression. r=brsonPatrick Walton-3/+6
2012-11-28libcore/to_bytes.rs: add IterBytes impls for pairs and triples. r=pcwaltonMichael Arntzenius-0/+19
2012-11-28libcore/to_bytes.rs: add IterBytes impls for pairs and triplesMichael Arntzenius-0/+19
2012-11-27core: Add Clone traitBrian Anderson-2/+19
2012-11-26libcore: Add explicit self to all overloaded operators but Add and Index. r=b...Patrick Walton-10/+10
2012-11-26Remove the crate languageBrian Anderson-0/+605
2012-11-26Ignore two failure tests on windowsBrian Anderson-0/+2
2012-11-26Add insert and remove methods to vecs - as proposed in issue #4028.Gareth Daniel Smith-0/+86
2012-11-25Ignore a should_fail test on windowsBrian Anderson-0/+1
2012-11-24[libs] Remove unread_byte method from core::io::ReaderTim Chevalier-7/+0
2012-11-24Merge pull request #4026 from eholk/float-perfTim Chevalier-0/+8
2012-11-24Fix a bug where read(buf, len) would fail if buf was big enough and succeed i...Gareth Daniel Smith-1/+24
2012-11-23Inline numeric operations for floats.Eric Holk-0/+8
2012-11-21libcore: fix build breakage on win32 stat.Graydon Hoare-3/+21
2012-11-20libcore: Add stat methods to pathsErick Tryzelaar-1/+265
2012-11-20libcore: add stat functions to libcErick Tryzelaar-4/+176
2012-11-20libcore: Clean up the path testsErick Tryzelaar-127/+121
2012-11-20Add PosixPath and WindowsPath constructor fnsErick Tryzelaar-10/+18
2012-11-20libcore: minor os.rs cleanupErick Tryzelaar-1/+1
2012-11-20libcore: Fix a typoErick Tryzelaar-1/+1
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-19/+19
2012-11-19Merge pull request #4001 from jesse99/features/docsGraydon Hoare-1/+46
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+744
2012-11-18Fixed lint problemsJesse Jones-10/+16
2012-11-18Made from_str pureJesse Jones-7/+13
2012-11-18Fixing warnings for long and blank linesJesse Jones-1/+2
2012-11-18Made more stuff pure.Jesse Jones-6/+8
2012-11-18Made Result.get, get_ref, is_ok, is_err, and iter methods pure.Jesse Jones-6/+6
2012-11-18Made Map.contains_key, contains_key_ref, and get pure.Jesse Jones-1/+1
2012-11-18Documented fmt! expression syntax.Jesse Jones-1/+40
2012-11-15librustc: Fix cross-crate reexports. rs=blocking-servoPatrick Walton-9/+9
2012-11-15Un-ignore test_from_str and test_parse_bufTim Chevalier-6/+0
2012-11-15rt: bump log levels up by one, fix tautological-compare error (and permit tur...Graydon Hoare-8/+8
2012-11-12Merge pull request #3954 from burg/result-chainBrian Anderson-5/+5
2012-11-12Fix Result::chain, Result::chain_err to not require Copy bounds.Brian J. Burg-5/+5
2012-11-08WhitespaceBrian Anderson-1/+1