rust/src/libcore
Tycho Sci 6441d619ba core: Use libc::readlink function properly
The specification of readlink() says it's not guaranteed that the
returned contents of the symbolic link is null-terminated.
2013-01-14 07:33:47 +09:00
..
int-template librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
iter-trait librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
task libcore: Fix core test more. rs=broken 2013-01-10 23:08:17 -08:00
uint-template librustc: Fix the test runner, the condition system, and core test. rs=bustage 2012-12-27 17:53:04 -08:00
at_vec.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
bool.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
cast.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
char.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
cleanup.rs Adds priv qualifiers where they have been commented out before implementation. 2013-01-11 02:30:10 -06:00
clone.rs Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
cmath.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
cmp.rs Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
condition.rs mode: reset mode on entry to fn body. 2013-01-10 13:17:25 -08:00
core.rc allow logical negation operator (!) to be overloaded 2013-01-11 14:31:44 -05:00
dlist.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
dvec.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
either.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
extfmt.rs core: ignore recent should_fail tests on windows 2013-01-09 09:26:59 -08:00
f32.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
f64.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
flate.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
float.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
from_str.rs Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
gc.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
hash.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
int-template.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
io.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
iter-trait.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
iter.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
kinds.rs Register snapshots 2012-12-17 16:44:27 -08:00
libc.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
logging.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
managed.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
mutable.rs core: add unwrap methods to dvec, either, and mutable 2012-12-18 20:54:13 -08:00
nil.rs core: rename unit to nil. Close #4080. 2012-12-03 17:28:19 -08:00
num.rs core: Add a Zero and One trait to num 2012-12-20 07:15:04 -08:00
oldcomm.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
ops.rs allow logical negation operator (!) to be overloaded 2013-01-11 14:31:44 -05:00
option.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
os.rs core: Use libc::readlink function properly 2013-01-14 07:33:47 +09:00
owned.rs Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
path.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
pipes.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
prelude.rs allow logical negation operator (!) to be overloaded 2013-01-11 14:31:44 -05:00
private.rs Long lines 2013-01-11 17:59:35 -08:00
ptr.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
rand.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
reflect.rs librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
repr.rs core: Change XXXs into proper FIXMEs with issue numbers 2013-01-10 15:35:41 -08:00
result.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
rt.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
run.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
send_map.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
stackwalk.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
str.rs libcore: Fix core test. rs=broken 2013-01-10 22:36:54 -08:00
sys.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
to_bytes.rs core: try to fix arch- and platform-specific fallout from 2db3abd 2013-01-09 09:26:59 -08:00
to_str.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
tuple.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
uint-template.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
unicode.rs Update license, add license boilerplate to most files. Remainder will follow. 2012-12-03 17:12:14 -08:00
util.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
vec.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00