about summary refs log tree commit diff
path: root/src/rt/rustrt.def.in
AgeCommit message (Expand)AuthorLines
2011-06-16stdlib: Introduce an ivec module into the standard library; add a minimal tes...Patrick Walton-0/+1
2011-06-16Removing dead upcall_join. Closes #509.Eric Holk-1/+0
2011-06-16Get rid of old vec_append glue.Michael Sullivan-2/+0
2011-06-16rt: Add an ivec length intrinsic and an ivec reserve function, both untested ...Patrick Walton-0/+1
2011-06-14Implement upcall_vec_append and use it for vector append.Michael Sullivan-0/+1
2011-06-13rustc: Implement simple interior vector append translationPatrick Walton-0/+2
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-0/+2
2011-05-31Move rust_vec_append_glue to rt.Rafael Ávila de Espíndola-0/+1
2011-05-31Fix the bots.Rafael Ávila de Espíndola-1/+0
2011-05-25Fix non linux bots.Rafael Ávila de Espíndola-0/+1
2011-05-24Dead code.Rafael Ávila de Espíndola-1/+0
2011-05-24Dead code.Rafael Ávila de Espíndola-1/+0
2011-05-19Remove rustboot-related logging hacksMarijn Haverbeke-2/+0
2011-05-11Introduce str_slice runtime functionBrian Anderson-0/+1
2011-04-29stdlib: Add a Time module to the standard libraryPatrick Walton-0/+1
2011-04-27stdlib/rt: Add an unsafe function to cast immutable vectors to mutable onesPatrick Walton-0/+1
2011-04-27rt: Add str_vec to the def file. Puts out burning tinderbox.Patrick Walton-0/+1
2011-04-21stdlib: Add a pointer equality function to the standard library and a test casePatrick Walton-0/+1
2011-04-19add rustboot-specific log upcalls to .def fileMarijn Haverbeke-0/+2
2011-03-25Parse FP literals without coercing to int. This allows parsing 64-bitTim Chevalier-0/+1
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-0/+1
2011-03-25Placate win32 build; no idea how it can be working currently on tinderbox.Graydon Hoare-0/+2
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-0/+2
2011-03-24build: Generate an object file for stage0/libstd.dylibPatrick Walton-0/+1
2011-03-24rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...Patrick Walton-0/+1
2011-03-24Add .def.in files that I forgot to stage. Should put out burning tinderboxes ...Patrick Walton-0/+68