rust/src/libcore
2013-01-20 13:45:42 -08: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 Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
task librustc: Implement write guards for borrowing @mut to & or &mut. r=nmatsakis 2013-01-17 11:50:20 -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: Implement write guards for borrowing @mut to & or &mut. r=nmatsakis 2013-01-17 11:50:20 -08:00
bool.rs Add a license check to tidy. #4018 2013-01-17 23:28:42 -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 Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
cleanup.rs Support ARM and Android 2013-01-13 16:43:39 -08:00
clone.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
cmath.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
cmp.rs core: Align cmp::le() with the other implementations 2013-01-13 14:32:34 -08:00
condition.rs mode: reset mode on entry to fn body. 2013-01-10 13:17:25 -08:00
container.rs add a Set trait and implement it for TreeSet 2013-01-20 14:58:19 -05:00
core.rc add a Set trait and implement it for TreeSet 2013-01-20 14:58:19 -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 Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
extfmt.rs core: ignore recent should_fail tests on windows 2013-01-09 09:26:59 -08:00
f32.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
f64.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
flate.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
float.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09: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 core: Allow set_buffer_ to be referred to as set-buffer 2013-01-18 15:28:34 -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 Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
io.rs Merge pull request #4411 from wting/4203_rename_memcpy 2013-01-13 14:58:24 -08:00
iter-trait.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
iter.rs spelling fixes for iter module docstrings 2013-01-14 09:46:32 -05:00
kinds.rs Register snapshots 2012-12-17 16:44:27 -08:00
libc.rs Support ARM and Android 2013-01-13 16:43:39 -08:00
logging.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
managed.rs librustc: Implement write guards for borrowing @mut to & or &mut. r=nmatsakis 2013-01-17 11:50:20 -08:00
mutable.rs core: add unwrap methods to dvec, either, and mutable 2012-12-18 20:54:13 -08:00
nil.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
num.rs core: Add a Zero and One trait to num 2012-12-20 07:15:04 -08:00
oldcomm.rs Make vectors (& old ports) of zero-size types allocate one byte each. 2013-01-13 14:37:59 -08:00
ops.rs allow logical negation operator (!) to be overloaded 2013-01-11 14:31:44 -05:00
option.rs Merge pull request #4465 from thestinger/option 2013-01-13 14:29:05 -08:00
os.rs Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
owned.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
path.rs Support ARM and Android 2013-01-13 16:43:39 -08:00
pipes.rs core: Allow set_buffer_ to be referred to as set-buffer 2013-01-18 15:28:34 -08:00
prelude.rs Add a license check to tidy. #4018 2013-01-17 23:28:42 -08:00
private.rs Comments: turn XXXes into FIXMEs 2013-01-18 14:21:31 -08:00
ptr.rs Rename copy_overlapping_memory() to copy_memory() 2013-01-18 14:38:46 -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 repr: represent char values as char literals rather than integers. 2013-01-20 12:03:02 +01:00
result.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
rt.rs librustc: Implement write guards for borrowing @mut to & or &mut. r=nmatsakis 2013-01-17 11:50:20 -08:00
run.rs Support ARM and Android 2013-01-13 16:43:39 -08:00
send_map.rs add a LinearSet type (implementing the Set trait) 2013-01-20 15:12:52 -05:00
stackwalk.rs librustc: Make all external functions unsafe. r=tjc 2013-01-10 21:24:08 -08:00
str.rs librustc: Implement write guards for borrowing @mut to & or &mut. r=nmatsakis 2013-01-17 11:50:20 -08:00
sys.rs Make vectors (& old ports) of zero-size types allocate one byte each. 2013-01-13 14:37:59 -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 Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
tuple.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09:00
uint-template.rs Inlining methods/functions in core. 2013-01-14 00:13:44 +09: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 Rename copy_overlapping_memory() to copy_memory() 2013-01-18 14:38:46 -08:00