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
Age
Commit message (
Expand
)
Author
Lines
2012-04-02
Merge branch 'issue-1983' of https://github.com/thomaslee/rust into issue-2090
Tim Chevalier
-1
/
+106
2012-04-02
Rename some core::option functions
Tim Chevalier
-15
/
+16
2012-04-01
core: Use the or binop instead of the double-star binop
Brian Anderson
-1
/
+1
2012-04-01
Fixing issue 1919. list_dir is the more general version that returns a vector...
Jonathan Sternberg
-14
/
+25
2012-03-29
core: Add each, each_char to str::extensions
Brian Anderson
-0
/
+6
2012-03-29
core: Add str::each_char
Brian Anderson
-0
/
+26
2012-03-29
core: Add each, eachi to vec::extensions
Brian Anderson
-0
/
+6
2012-03-29
core: Add extension methods for vec
Brian Anderson
-7
/
+175
2012-03-29
core: Add extension methods for option
Brian Anderson
-0
/
+29
2012-03-29
core: Add extension methods for str
Brian Anderson
-1
/
+86
2012-03-29
stdlib: Remove the now-obsolete vec::alloc_len in favor of vec::capacity
Patrick Walton
-8
/
+1
2012-03-29
rustc: Add a vec::alloc_len and fix arena logic to use it
Patrick Walton
-0
/
+8
2012-03-29
core: Don't use upcall_vec_grow from str::push_char
Brian Anderson
-62
/
+63
2012-03-29
Rewrite str::push_char in rust.
Grahame Bowland
-28
/
+67
2012-03-29
core: Don't call into the runtime to reserve if we have capacity
Brian Anderson
-2
/
+7
2012-03-29
core: Add str::capacity
Brian Anderson
-0
/
+13
2012-03-29
core: Add vec::capacity
Brian Anderson
-0
/
+19
2012-03-29
core: Add str::reserve_at_least
Brian Anderson
-0
/
+25
2012-03-29
core: Add and use vec::reserve_at_least
Brian Anderson
-3
/
+22
2012-03-29
core: Improve docs for str::reserve
Brian Anderson
-3
/
+18
2012-03-29
core: Clarify docs on vec::reserve
Brian Anderson
-1
/
+1
2012-03-28
core: Add int8_t, etc. types to libc::types::common::c99
Brian Anderson
-1
/
+10
2012-03-28
Update crate URLs to point to interesting things.
Graydon Hoare
-1
/
+1
2012-03-27
core: Rename iter::to_list to to_vec. Closes #2056
Brian Anderson
-11
/
+11
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-35
/
+50
2012-03-27
Add vec::each, vec::eachi, and list::each
Marijn Haverbeke
-1
/
+29
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-73
/
+73
2012-03-26
Improve type inference to compute LUB/GLB
Niko Matsakis
-44
/
+27
2012-03-24
Avoid unifying vars when possible; handle bot (more) correctly
Niko Matsakis
-1
/
+1
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-7
/
+57
2012-03-23
Remove unneeded code
Tim Chevalier
-2
/
+0
2012-03-23
Remove ctypes -- it's no longer used.
Tim Chevalier
-91
/
+0
2012-03-23
Remove a FIXME and workaround that appear to be obsolete
Tim Chevalier
-3
/
+1
2012-03-23
Remove char::to_lower, char::to_upper, use libc versions instead
Tim Chevalier
-56
/
+17
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-4
/
+4
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-14
/
+6
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-56
/
+44
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-68
/
+67
2012-03-21
rustc: Replace intrinsic vec_len with unsafe Rust code
Marijn Haverbeke
-10
/
+7
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-16
/
+16
2012-03-20
core: Rename unsafe::leak to unsafe::forget. Closes #2031
Brian Anderson
-15
/
+15
2012-03-20
Fail when there's an error starting a process. Close #1778.
Graydon Hoare
-3
/
+5
2012-03-20
Minor io fixlet to account for racing against last_os_error.
Graydon Hoare
-1
/
+1
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-3
/
+3
2012-03-19
core: Move unsafe conversions to str::unsafe
Brian Anderson
-43
/
+45
2012-03-19
core: Make converting from a C string unsafe
Brian Anderson
-5
/
+5
2012-03-19
rustc: Stop generating the flag_none #fmt flag. Issue #1993
Brian Anderson
-6
/
+1
2012-03-19
core: Remove a FIXME. Closes #1992
Brian Anderson
-1
/
+0
2012-03-19
core: Remove a FIXME. Closes #2002
Brian Anderson
-3
/
+0
[prev]
[next]