summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-02-28correcting for libuv behavior that differs between linux & windowsJeff Olson-20/+36
2012-02-28missing build file update for parent commitJeff Olson-1/+0
2012-02-28moving new uv stuff into uv.rs and rust_uv.cppJeff Olson-1551/+691
2012-02-28fzzzy's patch for rustrt.def.inJeff Olson-0/+13
2012-02-28trailing whitespace fixesJeff Olson-12/+10
2012-02-28finishing up simple uv_timer implJeff Olson-30/+211
2012-02-28cleaning up uv_async stuff and stubbing uv_timerJeff Olson-74/+279
2012-02-28removed hello world and added uv_async_*Jeff Olson-42/+154
2012-02-28everything is laid out and working through a basic hwJeff Olson-0/+250
2012-02-28Only modify Makefile and config.mk if they change during configure.Graydon Hoare-10/+29
2012-02-28Also do normal impl method lookup for type parametersMarijn Haverbeke-2/+1
2012-02-28Bail out of calling tydesc glue in an unreachable contextMarijn Haverbeke-0/+1
2012-02-28rename aux to auxiliary, since aux is apparently reserved on windowsNiko Matsakis-1/+1
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-24/+80
2012-02-28enumerate ids for arguments tooNiko Matsakis-1/+5
2012-02-28add #[inline] to vec::iterNiko Matsakis-0/+1
2012-02-28change def's that are always local to use node_id, add --inline optNiko Matsakis-111/+125
2012-02-28remove temp sanity checkNiko Matsakis-3/+0
2012-02-28correct freevar encoding, add more debugging outputNiko Matsakis-3/+16
2012-02-28add debugging mode which emits more verbose infoNiko Matsakis-13/+59
2012-02-27Add libc module to libcore and utility file to help generate it.Graydon Hoare-7/+1144
2012-02-27std: Make merge_sort fasterBrian Anderson-15/+27
2012-02-27rustdoc: Fix bustageBrian Anderson-1/+1
2012-02-27rustdoc: Clean up pass namesBrian Anderson-6/+6
2012-02-27rustdoc: Time passesBrian Anderson-47/+113
2012-02-27rt: Don't zero new stacksBrian Anderson-33/+28
2012-02-27rt: Change the way the kernel exits to avoid pthread leaksBrian Anderson-28/+44
2012-02-27Revert "rt: Reconfigure the C stack for valgrind each time it's used"Brian Anderson-1/+1
2012-02-26rustdoc: Optimize some closures to avoid copyingBrian Anderson-9/+15
2012-02-26rustdoc: Rename util mod to parBrian Anderson-30/+30
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-23/+23
2012-02-26rustdoc: Remove some unused exportsBrian Anderson-1/+0
2012-02-26rustdoc: Add parallel folds for native modsBrian Anderson-3/+31
2012-02-26rustdoc: Use default_any_fold in some testsBrian Anderson-2/+2
2012-02-26rustdoc: Refactor some of the map codeBrian Anderson-18/+43
2012-02-26rustdoc: Do less copying in util::parmapBrian Anderson-4/+8
2012-02-26rustdoc: Add command line option parsing and a config recordBrian Anderson-0/+258
2012-02-26rt: Remove unused forward declaration of rust_realloc_sharedBrian Anderson-2/+0
2012-02-26rt: Remove ptr_vec. UnusedBrian Anderson-119/+0
2012-02-26rt: Remove smart_ptr. UnusedBrian Anderson-34/+0
2012-02-25Disallow type parameters in the main() functionTim Chevalier-0/+15
2012-02-24retool serializer to be built by stage0 rustcNiko Matsakis-2/+9
2012-02-24Test for #1374Niko Matsakis-0/+9
2012-02-24add an option to the final cc so that it prints out/logs unreclaimed ptrsNiko Matsakis-1/+27
2012-02-24Add temp cleanups for copy/move mode args when other args fail. Fixes #1374Niko Matsakis-5/+29
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-942/+10674
2012-02-24allow snapshot to be specified in make command lineNiko Matsakis-14/+24
2012-02-24Start next_id at 1 to make the compiler happyJesse Ruderman-2/+2
2012-02-24AST fuzzer: remove ignores for fixed issues; update issue URLsJesse Ruderman-43/+20
2012-02-24Improve the cycle-collector fuzzerJesse Ruderman-27/+59