| .. |
|
num
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
rand
|
Replaces the free-standing functions in f32, &c.
|
2013-07-08 18:05:17 +02:00 |
|
rt
|
test: Fix tests.
|
2013-07-17 14:57:54 -07:00 |
|
str
|
vec: remove BaseIter implementation
|
2013-06-23 02:05:20 -04:00 |
|
task
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
unstable
|
remove headers from unique vectors
|
2013-07-15 23:57:27 -04:00 |
|
at_vec.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
bool.rs
|
Impl Not for bool
|
2013-07-09 16:35:56 -04:00 |
|
borrow.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
cast.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
cell.rs
|
Rename #[mutable] to #[no_freeze]
|
2013-06-29 00:56:36 -04:00 |
|
char.rs
|
Faster check for ascii-space
|
2013-07-06 01:54:29 -04:00 |
|
cleanup.rs
|
librustc: Add a lint mode for unnecessary copy and remove a bunch of them.
|
2013-07-17 14:56:42 -07:00 |
|
clone.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
cmp.rs
|
cmp: Use default methods in trait Eq, require only Eq::eq
|
2013-07-15 13:24:35 +02:00 |
|
comm.rs
|
Merge remote-tracking branch 'mozilla/master'
|
2013-07-03 14:49:13 -07:00 |
|
condition.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
container.rs
|
Split mutable methods out of Set and Map
|
2013-07-13 19:44:36 -07:00 |
|
either.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
from_str.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
gc.rs
|
Split mutable methods out of Set and Map
|
2013-07-13 19:44:36 -07:00 |
|
hash.rs
|
librustc: Remove the broken overloaded assign-ops from the language.
|
2013-06-28 10:44:16 -04:00 |
|
hashmap.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
io.rs
|
librustc: Remove the Copy bound from the language.
|
2013-07-17 14:57:54 -07:00 |
|
iter.rs
|
Move most iter functionality to extra, fixes #7343
|
2013-07-01 01:50:40 +02:00 |
|
iterator.rs
|
Take default methods out from behind the flag.
|
2013-07-11 15:51:10 -07:00 |
|
kinds.rs
|
librustc: Remove the Copy bound from the language.
|
2013-07-17 14:57:54 -07:00 |
|
libc.rs
|
Document std::libc::c_void.
|
2013-07-10 08:55:14 -04:00 |
|
local_data.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
logging.rs
|
std: Make console log off/on controls work with newsched
|
2013-06-21 16:52:07 -07:00 |
|
macros.rs
|
std::rt: Improve the rtabort! macro
|
2013-06-18 16:27:48 -07:00 |
|
managed.rs
|
managed: rm RC_EXCHANGE_UNIQUE constant
|
2013-06-30 16:22:58 -04:00 |
|
nil.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
ops.rs
|
Change finalize -> drop.
|
2013-06-25 21:14:39 -04:00 |
|
option.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
os.rs
|
librustc: Remove the Copy bound from the language.
|
2013-07-17 14:57:54 -07:00 |
|
owned.rs
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
path.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
pipes.rs
|
librustc: Add a lint mode for unnecessary copy and remove a bunch of them.
|
2013-07-17 14:56:42 -07:00 |
|
prelude.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
ptr.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
rand.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
reflect.rs
|
remove headers from unique vectors
|
2013-07-15 23:57:27 -04:00 |
|
repr.rs
|
remove headers from unique vectors
|
2013-07-15 23:57:27 -04:00 |
|
result.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
run.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
stackwalk.rs
|
Require documentation by default for libstd
|
2013-05-30 01:02:55 -05:00 |
|
std.rs
|
Make TLS keys actually take up space
|
2013-07-14 10:15:07 -07:00 |
|
str.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
sys.rs
|
Merge remote-tracking branch 'mozilla/master'
|
2013-07-03 14:49:13 -07:00 |
|
to_bytes.rs
|
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep for making them noncopyable.
|
2013-06-29 04:39:34 -04:00 |
|
to_str.rs
|
test: Fix tests.
|
2013-07-17 14:57:54 -07:00 |
|
trie.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
tuple.rs
|
librustc: Remove all uses of the Copy bound.
|
2013-07-17 14:57:53 -07:00 |
|
unicode.rs
|
rustc: add a lint to enforce uppercase statics.
|
2013-07-01 17:52:57 +10:00 |
|
util.rs
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
vec.rs
|
test: Fix tests.
|
2013-07-17 14:57:54 -07:00 |