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