.. |
fmt
|
librustc: Fix merge fallout.
|
2013-08-27 18:47:57 -07:00 |
num
|
auto merge of #8819 : vadimcn/rust/unit-tests, r=brson
|
2013-08-29 20:40:47 -07:00 |
rand
|
std/extra: changing XXX to FIXME; cleanup
|
2013-08-21 17:17:41 -07:00 |
rt
|
auto merge of #8854 : huonw/rust/rt-papercuts, r=brson
|
2013-08-30 03:30:43 -07:00 |
str
|
std::to_bytes: Delimit sequences &[A] and ~str when hashing
|
2013-08-18 18:39:47 +02:00 |
task
|
Consolidate local_data implementations, and cleanup
|
2013-08-27 21:29:11 -07:00 |
unstable
|
auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichton
|
2013-08-30 05:45:45 -07:00 |
at_vec.rs
|
librustc: Ensure that type parameters are in the right positions in paths.
|
2013-08-27 18:47:57 -07:00 |
bool.rs
|
doc: correct spelling in documentation.
|
2013-08-16 15:41:28 +10:00 |
borrow.rs
|
std: implement Total{Ord,Eq} for pointers.
|
2013-08-04 19:46:52 +10:00 |
c_str.rs
|
Remove offset_inbounds for an unsafe offset function
|
2013-08-27 23:22:52 -07:00 |
cast.rs
|
librustc: Remove &const and *const from the language.
|
2013-08-27 18:46:51 -07:00 |
cell.rs
|
librustc: Ensure that type parameters are in the right positions in paths.
|
2013-08-27 18:47:57 -07:00 |
char.rs
|
Add Unicode decomposition mappings to std::unicode
|
2013-08-21 11:50:07 +02:00 |
cleanup.rs
|
librustc: Remove &const and *const from the language.
|
2013-08-27 18:46:51 -07:00 |
clone.rs
|
std: Implement Clone and DeepClone for extern "Rust" fn
|
2013-07-29 19:43:21 +02:00 |
cmp.rs
|
Remove redundant Ord method impls.
|
2013-08-09 14:28:14 +09:00 |
comm.rs
|
Remove the C++ runtime. Sayonara
|
2013-08-09 16:45:50 -07:00 |
condition.rs
|
make in and foreach get treated as keywords
|
2013-08-01 00:21:13 -04:00 |
container.rs
|
container: inline contains_key default method
|
2013-08-20 22:05:03 -04:00 |
default.rs
|
Add a Default trait.
|
2013-08-26 19:25:53 -04:00 |
either.rs
|
Update either::partition
|
2013-08-15 02:52:55 +02:00 |
from_str.rs
|
|
|
hash.rs
|
Replace HashUtil w/ default method on Hash
|
2013-08-27 21:41:10 -04:00 |
hashmap.rs
|
librustc: Ensure that type parameters are in the right positions in paths.
|
2013-08-27 18:47:57 -07:00 |
io.rs
|
std: Bind write() on Win64
|
2013-08-26 22:15:32 +09:00 |
iterator.rs
|
std::iterator: Add tests for .next_back() on Zip and Enumerate
|
2013-08-30 20:06:26 +02:00 |
kinds.rs
|
kinds: update documentation
|
2013-08-15 21:12:34 -04:00 |
libc.rs
|
std: Add Win64 support
|
2013-08-26 22:15:45 +09:00 |
local_data.rs
|
Consolidate local_data implementations, and cleanup
|
2013-08-27 21:29:11 -07:00 |
logging.rs
|
Remove @io::Writer from sys/repr/reflect
|
2013-08-28 23:00:46 -07:00 |
macros.rs
|
Define cfg(rtopt) when optimizing. Turn off runtime sanity checks
|
2013-08-23 21:19:59 -07:00 |
managed.rs
|
std: implement Total{Ord,Eq} for pointers.
|
2013-08-04 19:46:52 +10:00 |
ops.rs
|
|
|
option.rs
|
option: rm implementation of Add
|
2013-08-27 13:18:57 -04:00 |
os.rs
|
Fixed MemoryMap on Windows.
|
2013-08-28 01:44:12 -07:00 |
owned.rs
|
std: implement Total{Ord,Eq} for pointers.
|
2013-08-04 19:46:52 +10:00 |
path.rs
|
Add externfn macro and correctly label fixed_stack_segments
|
2013-08-19 07:13:15 -04:00 |
prelude.rs
|
Remove the iter module.
|
2013-08-29 01:27:24 -04:00 |
ptr.rs
|
Remove offset_inbounds for an unsafe offset function
|
2013-08-27 23:22:52 -07:00 |
rand.rs
|
Enabled unit tests in std and extra.
|
2013-08-22 20:02:20 -07:00 |
reflect_stage0.rs
|
Remove @io::Writer from sys/repr/reflect
|
2013-08-28 23:00:46 -07:00 |
reflect.rs
|
Remove @io::Writer from sys/repr/reflect
|
2013-08-28 23:00:46 -07:00 |
repr_stage0.rs
|
Remove @io::Writer from sys/repr/reflect
|
2013-08-28 23:00:46 -07:00 |
repr.rs
|
auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson
|
2013-08-30 01:20:44 -07:00 |
result.rs
|
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
|
2013-08-18 05:11:58 -07:00 |
run.rs
|
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, r=brson"
|
2013-08-29 14:23:44 -07:00 |
select.rs
|
Remove the iter module.
|
2013-08-29 01:27:24 -04:00 |
std.rs
|
auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brson
|
2013-08-30 01:20:44 -07:00 |
str.rs
|
auto merge of #8857 : blake2-ppc/rust/std-str-remove, r=thestinger
|
2013-08-30 04:40:47 -07:00 |
sys.rs
|
Remove @io::Writer from sys/repr/reflect
|
2013-08-28 23:00:46 -07:00 |
to_bytes.rs
|
librustc: Remove &const and *const from the language.
|
2013-08-27 18:46:51 -07:00 |
to_str.rs
|
More spelling corrections.
|
2013-08-18 08:28:04 +10:00 |
trie.rs
|
std: Move the iterator param on FromIterator and Extendable to the method.
|
2013-08-15 01:10:45 +10:00 |
tuple.rs
|
librustc: Ensure that type parameters are in the right positions in paths.
|
2013-08-27 18:47:57 -07:00 |
unicode.rs
|
Add canonical combining class to std::unicode
|
2013-08-21 11:50:07 +02:00 |
unit.rs
|
Add a Default trait.
|
2013-08-26 19:25:53 -04:00 |
util.rs
|
librustc: Remove &const and *const from the language.
|
2013-08-27 18:46:51 -07:00 |
vec.rs
|
std::iterator: Introduce trait ExactSizeHint
|
2013-08-30 20:03:40 +02:00 |