summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-0/+0
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-23/+78
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-106/+118
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/+7
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-13/+21
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
2012-02-24Register new snapshots.Graydon Hoare-3/+11
2012-02-24rustdoc: Reexport native functionsBrian Anderson-1/+23
2012-02-24rustdoc: Don't prune reexportsBrian Anderson-14/+42
2012-02-24rustdoc: Fix some remaining bugs around native modsBrian Anderson-1/+20
2012-02-24rustdoc: Sort native modsBrian Anderson-1/+3
2012-02-24rustdoc: Write markdown for native mods and fnsBrian Anderson-1/+22
2012-02-24rustdoc: Add types for native functionsBrian Anderson-1/+29
2012-02-24rustdoc: Extract attribute docs from native stuffsBrian Anderson-0/+13