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-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
2012-03-10
core: Remove the nearly empty math module
Brian Anderson
-310
/
+2
2012-03-10
core: Formatting
Brian Anderson
-1
/
+1
2012-03-10
core Remove vec::enum_chars/uint. Closes #1955
Brian Anderson
-22
/
+0
2012-03-10
core: Rename vec::tail_n to vec::tailn to match other fns
Brian Anderson
-2
/
+2
2012-03-10
core: Clean up comments and exports
Brian Anderson
-35
/
+127
2012-03-09
core: Convert to rustdoc
Brian Anderson
-2114
/
+1075
2012-03-09
Add an infinite loop construct
Tim Chevalier
-2
/
+2
2012-03-09
Add a couple more missing pieces to libc and os.
Graydon Hoare
-3
/
+18
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-17
/
+14
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-1
/
+13
2012-03-08
Rename last_total to last_unsafe
Tim Chevalier
-6
/
+8
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-198
/
+204
2012-03-06
core: Resolve a FIXME in box::ptr_eq
Brian Anderson
-7
/
+2
2012-03-06
More UTF-16 wrapping on win32. Close #1927.
Graydon Hoare
-86
/
+122
2012-03-06
UTF-16-ify the win32 env routines.
Graydon Hoare
-13
/
+44
2012-03-06
Export os, libc and path from libcore.
Graydon Hoare
-7
/
+2
2012-03-06
core: Remove some explicit move capture clauses
Brian Anderson
-18
/
+18
2012-03-06
core: Inline a bunch of unsafe functions
Brian Anderson
-0
/
+8
2012-03-05
rt: Add a hack to fix a port detach bug
Brian Anderson
-0
/
+2
2012-03-05
rt: Fix the atomic get_ref_count method to avoid races
Brian Anderson
-2
/
+0
2012-03-05
rt: Properly block tasks while waiting for port detach
Brian Anderson
-2
/
+14
2012-03-05
rt: Simplify the recv interface
Brian Anderson
-11
/
+12
[prev]
[next]