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
/
rt
/
rust_builtin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce str_slice runtime function
Brian Anderson
2011-05-11
1
-0
/
+18
*
stdlib: Add a Time module to the standard library
Patrick Walton
2011-04-29
1
-0
/
+29
*
stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones
Patrick Walton
2011-04-27
1
-0
/
+9
*
Fix _str.bytes to trivial version.
Graydon Hoare
2011-04-27
1
-0
/
+26
*
stdlib: Add a pointer equality function to the standard library and a test case
Patrick Walton
2011-04-21
1
-0
/
+5
*
Overhaul logging system in runtime
Marijn Haverbeke
2011-04-19
1
-63
/
+52
*
Move to macro-based logging checks in the C++ code
Marijn Haverbeke
2011-04-07
1
-27
/
+27
*
Start making the standard-lib utf-8 aware
Marijn Haverbeke
2011-03-25
1
-0
/
+21
*
Placate win32 build; no idea how it can be working currently on tinderbox.
Graydon Hoare
2011-03-25
1
-1
/
+10
*
A first stab at the 'nbody' demo, with support for calling C sqrt().
Lindsey Kuper
2011-03-25
1
-0
/
+5
*
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...
Patrick Walton
2011-03-24
1
-0
/
+7
*
Add some mutable variants of vector functions to the standard library
Patrick Walton
2011-03-18
1
-0
/
+6
*
rustc: Add str_from_cstr() and str_from_buf() functions to the standard libra...
Patrick Walton
2011-03-16
1
-0
/
+23
*
Add functionality for running external programs to the std lib
Marijn Haverbeke
2011-03-14
1
-3
/
+0
*
Extend stream functionality
Marijn Haverbeke
2011-03-14
1
-0
/
+3
*
Add basic file-system functionality
Marijn Haverbeke
2011-03-14
1
-14
/
+50
*
Change log buffer butes to a symbolic const in runtime.
Graydon Hoare
2011-01-14
1
-2
/
+2
*
Add std.dbg.trap(str msg) for help debugging.
Graydon Hoare
2010-12-31
1
-0
/
+8
*
Support a special const-value refcount, use it for const strings.
Graydon Hoare
2010-11-09
1
-3
/
+9
*
First pass on splitting stratum and opacity off of effects. WIP.
Graydon Hoare
2010-11-02
1
-1
/
+1
*
Fix bug in bind thunks failing top drop unbound args; add test and adjust rus...
Graydon Hoare
2010-09-30
1
-0
/
+4
*
Add a little pointer-cast helper to dbg.
Roy Frostig
2010-09-06
1
-0
/
+13
*
Add support in dbg.debug_obj for printing the obj body.
Roy Frostig
2010-08-24
1
-1
/
+7
*
Add std.dbg module for inspecting rust values in memory.
Roy Frostig
2010-08-24
1
-0
/
+100
*
Make _io.buf_reader read more than 0 bytes at a time.
Roy Frostig
2010-08-19
1
-2
/
+22
*
Lots of changes around memory managment in the Runtime. Added memory regions ...
Michael Bebenita
2010-08-17
1
-2
/
+2
*
A little tidy-up that should have gone in with 4e376852e709844d67f94430d9dc95...
Roy Frostig
2010-08-12
1
-2
/
+2
*
Add vec debugging utility to _vec module.
Roy Frostig
2010-08-12
1
-1
/
+18
*
Added support for task sleeping in the scheduler.
Michael Bebenita
2010-08-11
1
-0
/
+7
*
Remove commented-out code that slipped in during last commit.
Roy Frostig
2010-08-11
1
-16
/
+0
*
Add native vec[u8] to str converter. Put in workaround for leak in str to ve...
Roy Frostig
2010-08-11
1
-19
/
+68
*
Implement _str.len() to return the number of bytes, rename it to byte_len(),
Jeffrey Yasskin
2010-08-06
1
-0
/
+6
*
Add a buffered writer to stdlib _io module.
Roy Frostig
2010-08-04
1
-2
/
+2
*
vec_alloc takes four arguments these days, not three.
Roy Frostig
2010-07-25
1
-1
/
+1
*
Expose an RNG (the one used by our runtime) to Rust via std.
Roy Frostig
2010-07-25
1
-0
/
+25
*
Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r...
Roy Frostig
2010-07-22
1
-5
/
+5
*
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
2010-07-19
1
-2
/
+2
*
Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call.
Graydon Hoare
2010-07-05
1
-0
/
+5
*
Divide vec fill by element size when reporting vec len.
Graydon Hoare
2010-07-05
1
-1
/
+1
*
Add callable gc method exposed to user code, use it in mlist-cycle.rs test (s...
Graydon Hoare
2010-06-25
1
-0
/
+5
*
Populate tree.
Graydon Hoare
2010-06-23
1
-0
/
+129