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
Age
Commit message (
Expand
)
Author
Lines
2013-10-15
path2: Rename pop_opt() to pop() and add each_parent()
Kevin Ballard
-18
/
+152
2013-10-15
path2: Implement stat support
Kevin Ballard
-0
/
+393
2013-10-15
path2: Implement IterBytes for Path
Kevin Ballard
-0
/
+16
2013-10-15
path2: Implement .as_display_str() and .to_display_str()
Kevin Ballard
-1
/
+94
2013-10-15
path2: Add opt variants for from_vec/from_str
Kevin Ballard
-0
/
+73
2013-10-15
path2: Rename Path::new() to Path::from_vec()
Kevin Ballard
-77
/
+77
2013-10-15
path2: Implement WindowsPath
Kevin Ballard
-28
/
+2314
2013-10-15
path2: Update for changes from master
Kevin Ballard
-13
/
+13
2013-10-15
path2: Add more tests to posix impl
Kevin Ballard
-3
/
+11
2013-10-15
path2: Extract posix/windows into their own files
Kevin Ballard
-1639
/
+1693
2013-10-15
path2: Add tests for the [u8]-based methods
Kevin Ballard
-270
/
+560
2013-10-15
path2: Update all the tests for the new [u8]-based approach
Kevin Ballard
-179
/
+189
2013-10-15
path2: Reimplement PosixPath in terms of ~[u8]
Kevin Ballard
-138
/
+154
2013-10-15
path2: Start reimplementing in terms of ~[u8] instead of ~str
Kevin Ballard
-88
/
+357
2013-10-15
path2: Implement PosixPath
Kevin Ballard
-1
/
+770
2013-10-15
Initial sketching out of the new path module
Kevin Ballard
-0
/
+286
2013-10-15
Remove extra::flatpipes
Steven Fackler
-980
/
+0
2013-10-15
remove executable flag from source file
Daniel Micay
-0
/
+0
2013-10-15
use element count in slices, not size in bytes
Daniel Micay
-76
/
+154
2013-10-15
fix overflow on bounds checks
Daniel Micay
-4
/
+21
2013-10-15
fix bounds checking failure message
Daniel Micay
-41
/
+1
2013-10-14
add an `abort` intrinsic
Daniel Micay
-0
/
+9
2013-10-14
rustdoc: Don't abort if there's nothing to document
Alex Crichton
-1
/
+1
2013-10-14
rustdoc: Use privacy visibility for pruning
Alex Crichton
-87
/
+166
2013-10-14
std::rt: Fix the set up of the main thread so that it doesn't try to steal work
Brian Anderson
-2
/
+8
2013-10-14
Refine privacy error messages to be more accurate
Alex Crichton
-45
/
+95
2013-10-14
Only use padded test names to calculate the target padding size.
Felix S. Klock II
-3
/
+12
2013-10-14
Issue 7655: align the bench printouts so that the numbers tend to be aligned.
Felix S. Klock II
-12
/
+51
2013-10-14
auto merge of #9606 : steveklabnik/rust/abi_removal, r=alexcrichton
bors
-70
/
+0
2013-10-14
auto merge of #9848 : huonw/rust/move-trait-doc, r=alexcrichton
bors
-302
/
+303
2013-10-14
Removing ccdecl
Steve Klabnik
-52
/
+52
2013-10-14
std::vec: move documentation from impls to traits.
Huon Wilson
-302
/
+303
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-122
/
+52
2013-10-13
auto merge of #9844 : bytbox/rust/master, r=alexcrichton
bors
-3
/
+2
2013-10-14
extra: implement Encodable/Decodable for Uuid
Corey Richardson
-0
/
+15
2013-10-13
Make Rustdoc strip private fields
Steven Fackler
-9
/
+27
2013-10-14
std::libc: rustdoc indicates reexports now
Scott Lawrence
-3
/
+2
2013-10-12
auto merge of #9832 : luqmana/rust/sps, r=alexcrichton
bors
-28
/
+26
2013-10-12
librustc: Combine C_struct and C_packed_struct.
Luqman Aden
-32
/
+20
2013-10-12
auto merge of #9608 : hmarr/rust/vec-get-opt, r=huonw
bors
-0
/
+18
2013-10-12
Update test for packed structs to also test being placed in statics.
Luqman Aden
-0
/
+5
2013-10-12
librustc: Don't ICE on packed structs in statics.
Luqman Aden
-1
/
+6
2013-10-12
rc: fix docstring
Daniel Micay
-1
/
+1
2013-10-11
auto merge of #9815 : thestinger/rust/type, r=huonw
bors
-59
/
+16
2013-10-11
have LLVM print type strings for us
Daniel Micay
-59
/
+16
2013-10-11
rustpkg: Set exit codes properly and make tests take advantage of that
Tim Chevalier
-27
/
+72
2013-10-11
auto merge of #9809 : fhahn/rust/remove-old-cratemap-code, r=alexcrichton
bors
-170
/
+10
2013-10-11
auto merge of #9794 : thestinger/rust/rc, r=alexcrichton
bors
-89
/
+114
2013-10-11
clean up the `Rc`/`RcMut` types and move to libstd
Daniel Micay
-89
/
+114
2013-10-11
Remove support for older CrateMap versions
Florian Hahn
-170
/
+10
[prev]
[next]