| .. |
|
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: Make C functions unsafe
|
2013-01-24 13:52:21 -08:00 |
|
uint-template
|
Add a T_SIGNED type to uint template and eliminate step_down variant
|
2013-01-23 18:57:57 -08:00 |
|
at_vec.rs
|
Oops - add the missing pubs!
|
2013-01-23 22:30:56 +00: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 find method to the core::container::Map trait
|
2013-01-23 14:25:06 -05:00 |
|
core.rc
|
rename send_map to hashmap
|
2013-01-23 14:25:01 -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
|
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
|
2013-01-23 10:09:45 +00: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
|
libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=brson
|
2013-01-23 11:37:32 -08:00 |
|
f64.rs
|
libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=brson
|
2013-01-23 11:37:32 -08: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
|
rename send_map to hashmap
|
2013-01-23 14:25:01 -05: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 |
|
hashmap.rs
|
document LinearMap::new
|
2013-01-24 13:36:55 -05:00 |
|
int-template.rs
|
core: fix windows breakage from 982cf90, r=burningtree.
|
2013-01-23 21:57:05 -08: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
|
libsyntax: Remove fn() unsafe { ... }. r=graydon
|
2013-01-23 14:41:08 -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
|
libsyntax: Remove fn() unsafe { ... }. r=graydon
|
2013-01-23 14:41:08 -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
|
librustc: Make C functions unsafe
|
2013-01-24 13:52:21 -08:00 |
|
prelude.rs
|
Add a license check to tidy. #4018
|
2013-01-17 23:28:42 -08:00 |
|
private.rs
|
librustc: Make C functions unsafe
|
2013-01-24 13:52:21 -08:00 |
|
ptr.rs
|
libsyntax: Remove fn() unsafe { ... }. r=graydon
|
2013-01-23 14:41: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
|
librustc: Make C functions unsafe
|
2013-01-24 13:52:21 -08: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 |
|
stackwalk.rs
|
librustc: Make all external functions unsafe. r=tjc
|
2013-01-10 21:24:08 -08:00 |
|
str.rs
|
libsyntax: Remove fn() unsafe { ... }. r=graydon
|
2013-01-23 14:41:08 -08:00 |
|
sys.rs
|
libsyntax: Remove fn() unsafe { ... }. r=graydon
|
2013-01-23 14:41: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
|
libsyntax: Remove fn() unsafe { ... }. r=graydon
|
2013-01-23 14:41:08 -08:00 |
|
tuple.rs
|
Inlining methods/functions in core.
|
2013-01-14 00:13:44 +09:00 |
|
uint-template.rs
|
core: fix windows breakage from 982cf90, r=burningtree.
|
2013-01-23 21:57:05 -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: Allow &mut to be loaned; allow self to be loaned; make &mut loanable to &. r=nmatsakis
|
2013-01-24 13:52:22 -08:00 |