| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
rustc to use std.util.option. Fix various dependent bugs. Closes #73.
|
| |
|
|
| |
up and disable it entirely in the runtime. Will need extensive reworking.
|
| | |
|
| | |
|
| |
|
|
| |
connect.
|
| | |
|
| |
|
|
| |
translate 0-ary constructors as constants. Rustc loses ~300kb.
|
| |
|
|
| |
work, possibly a little bumpy. Changes a lot.
|
| | |
|
| | |
|
| |
|
|
| |
forced rehashing that actually causes elements to change buckets. In the process, find a bug in hashmap's remove() and fix it.
|
| |
|
|
| |
workaround to _uint, add regression test. Closes #152.
|
| | |
|
| |
|
|
| |
rehashing.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
insert-tests in lib-map.rs.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers.
|
| | |
|
| | |
|
| |
|
|
| |
and add a test.
|
| |
|
|
| |
The test currently fails because string equality isn't implemented.
|
| |
|
|
| |
integer stringifying functions to _int module.
|
| | |
|
| |
|
|
| |
type-specific buffered writers as wrappers of buf_writer.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
true iff overwrite did not occur.
|
| |
|
|
| |
valgrind-spotted UMR.
|