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-03-18
core: Rename vec::*_from to _between to match str mod
Brian Anderson
-86
/
+86
2012-03-18
core: Rename vec::position_elt to position_elem
Brian Anderson
-10
/
+10
2012-03-18
core: Add vec::unshift
Brian Anderson
-0
/
+12
2012-03-18
core: Don't require a copyable T for vec::push
Brian Anderson
-1
/
+1
2012-03-18
core: Improve the docs and signature of vec::iter2
Brian Anderson
-4
/
+12
2012-03-18
core: vec::filter_map doesn't require a copyable T
Brian Anderson
-1
/
+1
2012-03-17
core: Don't copy elements in filter_map
Brian Anderson
-2
/
+2
2012-03-17
core: Fix signature of call_with_retptr. Closes #1987
Brian Anderson
-2
/
+1
2012-03-16
rustc: Unify impl self types in the opposite order so variance is correct
Brian Anderson
-3
/
+3
2012-03-16
core: Resolve and remove some FIXMEs
Brian Anderson
-10
/
+1
2012-03-16
core: Remove str::init_elt
Brian Anderson
-15
/
+4
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-4
/
+11
2012-03-16
core: Add lots of string docs
Brian Anderson
-32
/
+247
2012-03-16
core: Remove extra backslashes from docs
Brian Anderson
-3
/
+3
2012-03-16
core: Doc cleanup
Brian Anderson
-4
/
+4
2012-03-16
core: Escape some characters in comments
Brian Anderson
-4
/
+4
2012-03-16
std: Add a function to iterate over a subset of a vec
Erick Tryzelaar
-3
/
+19
2012-03-15
Comments only: associate core::libc FIXMEs with issue numbers
Tim Chevalier
-0
/
+2
2012-03-15
Comments only: associate core::iter FIXMEs with issue numbers
Tim Chevalier
-0
/
+3
2012-03-15
Comments only: issue numbers for FIXMEs
Tim Chevalier
-9
/
+13
2012-03-15
Put the OS error in the error string in io::mk_file_writer()
Tim Chevalier
-4
/
+2
2012-03-15
core: Docs
Brian Anderson
-12
/
+71
2012-03-15
Comments only: associate FIXMEs with issue numbers in int library
Tim Chevalier
-0
/
+2
2012-03-15
Comments only: associate FIXMEs in float libs with issue numbers
Tim Chevalier
-9
/
+18
2012-03-15
Address FIXMEs in extfmt / add issue numbers
Tim Chevalier
-29
/
+35
2012-03-15
Change ctypes::intptr_t to int
Tim Chevalier
-2
/
+2
2012-03-15
core: Optimize str::unsafe::slice_bytes. Closes #1995
Brian Anderson
-1
/
+10
2012-03-15
core: Optimize str::bytes
Brian Anderson
-1
/
+5
2012-03-15
Don't pass Unicode to char::is_upper
Tim Chevalier
-4
/
+3
2012-03-15
Add asserts to char::is_upper and char::is_lower
Tim Chevalier
-4
/
+8
2012-03-15
Associate FIXMEs with issue numbers (comments only)
Tim Chevalier
-4
/
+9
2012-03-15
core: Make some functions pure
Brian Anderson
-21
/
+21
2012-03-15
core: Channels are just port ids
Brian Anderson
-9
/
+7
2012-03-15
rt: Remove remaining uses of rust_kernel::get_task_by_id
Brian Anderson
-8
/
+8
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-12
/
+13
2012-03-14
core: Add str::from_c_str, from_c_str_len, as_c_str
Brian Anderson
-5
/
+30
2012-03-14
core: Rename str::from_cstr et. al to from_buf
Brian Anderson
-24
/
+24
2012-03-14
core:: Eliminate str::sbuf. Replace with *u8
Brian Anderson
-14
/
+9
2012-03-14
adjust auto_serialize to generate fns named serialize_T()
Niko Matsakis
-126
/
+1
2012-03-13
rewrite unify in a modal style, extend result module
Niko Matsakis
-0
/
+80
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-5
/
+6
2012-03-13
first (functional) version of the auto_serialize syntax ext
Niko Matsakis
-2
/
+127
2012-03-13
get new decorator extensions working
Niko Matsakis
-0
/
+8
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-58
/
+54
2012-03-13
core: Fix os::self_exe_path on FreeBSD
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-46
/
+47
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-83
/
+1472
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-9
/
+6
2012-03-10
core: Remove empty bessel mod
Brian Anderson
-12
/
+0
2012-03-10
core: Cleanup bool module
Brian Anderson
-20
/
+20
[prev]
[next]