index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a buffered writer to stdlib _io module.
Roy Frostig
2010-08-04
2
-5
/
+48
*
Address _io.new_buf FIXME now that issue #93 is closed.
Roy Frostig
2010-08-04
1
-9
/
+1
*
Have hashmap's insert method overwrite on existing-key insertion and return t...
Roy Frostig
2010-08-03
1
-4
/
+8
*
More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-s...
Roy Frostig
2010-08-03
1
-21
/
+29
*
Address _vec.map allocation FIXME. Add test.
Roy Frostig
2010-08-03
1
-6
/
+2
*
Address _vec.grow FIXME, as issue #89 has been closed.
Roy Frostig
2010-08-03
1
-4
/
+1
*
Pass parametric types by-alias in various stdlib spots.
Roy Frostig
2010-08-03
3
-5
/
+5
*
More stdlib hashmap bits (plus some drive-by extras).
Roy Frostig
2010-08-03
3
-34
/
+89
*
Test the deque more and fix uncovered off-by-one bug.
Roy Frostig
2010-07-28
1
-8
/
+6
*
Test the deque a bit. Give it a get-by-index method. Fix two uncovered stat...
Roy Frostig
2010-07-28
1
-0
/
+7
*
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...
Graydon Hoare
2010-07-27
6
-54
/
+54
*
Expose an RNG (the one used by our runtime) to Rust via std.
Roy Frostig
2010-07-25
2
-0
/
+27
*
Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r...
Roy Frostig
2010-07-22
1
-2
/
+5
*
Source FIXME annotations for issue #81 and a correction to STMT_bind fmt.
Roy Frostig
2010-07-22
1
-5
/
+7
*
Add a (coarse, first-pass) deque implementation to stdlib.
Roy Frostig
2010-07-20
4
-7
/
+155
*
Add incomplete hashmap implementation to stdlib.
Roy Frostig
2010-07-16
2
-0
/
+169
*
Ensure that functions that should return a value do; issue 41
Patrick Walton
2010-07-16
2
-0
/
+2
*
Implement the "simple typechecker", which avoids HM inference
Patrick Walton
2010-07-15
2
-2
/
+2
*
Add a _vec.slice function that'll hold us over until .(a,b) syntax is
Jeffrey Yasskin
2010-07-16
1
-0
/
+15
*
Modify _io's fd_buf_reader to do something slightly more useful: produce mult...
Graydon Hoare
2010-07-13
1
-13
/
+33
*
Add differently-typed refcount synonyms to _str and _vec.
Graydon Hoare
2010-07-13
2
-0
/
+2
*
Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call.
Graydon Hoare
2010-07-05
1
-0
/
+1
*
Uint-ify various bits of _str and _vec, enrich _vec a bit.
Graydon Hoare
2010-07-05
2
-8
/
+38
*
Teach the dwarf readers to handle udata, so we can link with util.option; add...
Graydon Hoare
2010-07-05
1
-0
/
+4
*
Rename some stuff in lib/util.rs.
Graydon Hoare
2010-07-05
1
-2
/
+2
*
Gut the box[m][o] family from util.
Roy Frostig
2010-07-02
1
-26
/
+0
*
The few and proud isolated bits from stdlib-work so far that don't break ever...
Roy Frostig
2010-06-28
3
-0
/
+63
*
Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...
Graydon Hoare
2010-06-27
1
-0
/
+13
*
Add callable gc method exposed to user code, use it in mlist-cycle.rs test (s...
Graydon Hoare
2010-06-25
1
-0
/
+1
*
Populate tree.
Graydon Hoare
2010-06-23
10
-0
/
+218