about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2012-12-05Merge remote-tracking branch 'rntz/tuple-iterbytes'Brian Anderson-7/+10
2012-12-05test: Fix a bunch of test cases. rs=burningPatrick Walton-6/+6
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-5/+5
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-10/+73
2012-12-03core: rename box to managed. Close #4079.Graydon Hoare-23/+25
2012-12-03core: rename unit to nil. Close #4080.Graydon Hoare-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+720
2012-12-02call out to iter_bytes_{2,3} in IterBytes instances for pairs, triplesMichael Arntzenius-5/+2
2012-12-02libcore/to_bytes.rs: fix IterBytes instances for pairs, triples to not cause ...Michael Arntzenius-7/+13
2012-11-30librustc: Make `a.b()` always a method call. r=nmatsakisPatrick Walton-1/+1
2012-11-30Merge pull request #4085 from andrew-d/andrew-fix-typoTim Chevalier-1/+1
2012-11-30Fix small typo in kinds documentationAndrew Dunham-1/+1
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