index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
path.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-13
Change some uses of static methods to use the trait path
Brian Anderson
-2
/
+2
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-18
/
+2
2012-12-05
librustc: Hook borrow check loan checking up to the moves-based-on-type infra...
Patrick Walton
-2
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-0
/
+3
2012-11-28
Register snapshots
Brian Anderson
-24
/
+0
2012-11-21
libcore: fix build breakage on win32 stat.
Graydon Hoare
-1
/
+2
2012-11-20
libcore: Add stat methods to paths
Erick Tryzelaar
-1
/
+265
2012-11-20
libcore: Clean up the path tests
Erick Tryzelaar
-127
/
+121
2012-11-20
Add PosixPath and WindowsPath constructor fns
Erick Tryzelaar
-10
/
+18
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+24
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-14
/
+33
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-2
/
+2
2012-09-28
core: Demode patterns
Brian Anderson
-4
/
+4
2012-09-28
demode vec
Niko Matsakis
-3
/
+3
2012-09-27
Finish de-exporting path, rand, run, sys. Part of #3583.
Graydon Hoare
-13
/
+11
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-5
/
+5
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-22
/
+0
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+2
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+22
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-6
/
+10
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-0
/
+6
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-12
/
+12
2012-09-18
make filetype() include the "." (fixes #3412)
Niko Matsakis
-8
/
+32
2012-09-13
Teach path to collapse double-slashes in components. Close #3430.
Graydon Hoare
-11
/
+35
2012-09-10
Make all remaining moves explicit in libcore
Tim Chevalier
-10
/
+9
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-2
/
+2
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-6
/
+6
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+2
2012-09-02
core: deny(vecs_implicity_copyable)
Brian Anderson
-2
/
+2
2012-08-30
Add an impl path::WindowsPath : Eq.
Graydon Hoare
-0
/
+9
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+9
2012-08-29
core: Don't normalize paths by default. Add a normalize method
Brian Anderson
-22
/
+47
2012-08-29
Replace core::path with contents of core::path2. Back to one path module.
Graydon Hoare
-401
/
+474
2012-08-26
Camel case the option type
Brian Anderson
-4
/
+4
2012-08-14
Convert more core types to camel case
Brian Anderson
-16
/
+16
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-5
/
+5
2012-08-01
Convert ret to return
Brian Anderson
-11
/
+11
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-1
/
+1
2012-07-14
More platform specific deprecated strings...
Michael Sullivan
-3
/
+3
2012-07-14
Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor...
Michael Sullivan
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-78
/
+78
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-79
/
+78
2012-07-01
Convert to new closure syntax
Brian Anderson
-6
/
+5
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-10
/
+10
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-12
/
+12
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-3
/
+9
2012-06-14
Annotate one FIXME and remove another
Tim Chevalier
-4
/
+3
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-14
/
+8
[next]