about summary refs log tree commit diff
path: root/src/libcore/path.rs
AgeCommit message (Expand)AuthorLines
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-13/+12
2013-01-13Support ARM and Androidkyeongwoon-0/+2
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-8/+12
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+6
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-6/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+6
2013-01-04core: fix windows breakage, r=burningtree.Graydon Hoare-0/+1
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-1/+4
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+13
2012-12-13Change some uses of static methods to use the trait pathBrian Anderson-2/+2
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-18/+2
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type infra...Patrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-0/+3
2012-11-28Register snapshotsBrian Anderson-24/+0
2012-11-21libcore: fix build breakage on win32 stat.Graydon Hoare-1/+2
2012-11-20libcore: Add stat methods to pathsErick Tryzelaar-1/+265
2012-11-20libcore: Clean up the path testsErick Tryzelaar-127/+121
2012-11-20Add PosixPath and WindowsPath constructor fnsErick Tryzelaar-10/+18
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+24
2012-10-12Make moves explicit in core testsTim Chevalier-14/+33
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-2/+2
2012-09-28core: Demode patternsBrian Anderson-4/+4
2012-09-28demode vecNiko Matsakis-3/+3
2012-09-27Finish de-exporting path, rand, run, sys. Part of #3583.Graydon Hoare-13/+11
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-5/+5
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-22/+0
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+22
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-6/+10
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-0/+6
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-12/+12
2012-09-18make filetype() include the "." (fixes #3412)Niko Matsakis-8/+32
2012-09-13Teach path to collapse double-slashes in components. Close #3430.Graydon Hoare-11/+35
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-10/+9
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-2/+2
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-6/+6
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+2
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-2/+2
2012-08-30Add an impl path::WindowsPath : Eq.Graydon Hoare-0/+9
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+9
2012-08-29core: Don't normalize paths by default. Add a normalize methodBrian Anderson-22/+47
2012-08-29Replace core::path with contents of core::path2. Back to one path module.Graydon Hoare-401/+474
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-14Convert more core types to camel caseBrian Anderson-16/+16
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-5/+5
2012-08-01Convert ret to returnBrian Anderson-11/+11
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-1/+1
2012-07-14More platform specific deprecated strings...Michael Sullivan-3/+3