summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-315/+203
2012-02-22Add core::to_str moduleMarijn Haverbeke-0/+96
2012-02-22Remove preconditions from librariesMarijn Haverbeke-87/+18
2012-02-22Clean up small things in syntax submodulesMarijn Haverbeke-51/+27
2012-02-21rustdoc: Turn off parallel folding until I figure out what's wrong on OS XBrian Anderson-2/+2
2012-02-21rustdoc: Make it easy to switch between parallel and sequential foldsBrian Anderson-13/+28
2012-02-21rustdoc: Convert most passes to parallel foldsBrian Anderson-13/+14
2012-02-21rustdoc: Implement a parallel foldBrian Anderson-27/+92
2012-02-21rustdoc: Implement astsrv in a dedicated taskBrian Anderson-22/+55
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-165/+200
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-37/+37
2012-02-21rustc: Generate crates with #astBrian Anderson-0/+25
2012-02-21core: Fix unused variable warningBrian Anderson-1/+1
2012-02-21core: Fix to_str_exact for floats with no decimal componentBrian Anderson-1/+8
2012-02-21core: Add option::unwrapBrian Anderson-0/+51
2012-02-21Clean up unification codeMarijn Haverbeke-328/+116
2012-02-21Clean up some FIXMEs in middle:: modulesMarijn Haverbeke-124/+88
2012-02-21Move trans::type_of code into its own fileMarijn Haverbeke-220/+223
2012-02-21Include @ in crate_ctxt and fn_ctxt type definitionsMarijn Haverbeke-160/+160
2012-02-21Remove unused tydesc argument to upcall_shared_mallocMarijn Haverbeke-23/+10
2012-02-21Make the cleanup tag in resource types a u8Marijn Haverbeke-11/+9
2012-02-21Remove some checks and associated FIXMEs from trans codeMarijn Haverbeke-120/+37
2012-02-21Clean up a number of TODOs in the trans modulesMarijn Haverbeke-297/+272
2012-02-21core: Resolve a FIXME in str moduleBrian Anderson-3/+6
2012-02-20core: Remove a useless test from option modBrian Anderson-3/+0
2012-02-20More work on typechecking classesTim Chevalier-7/+48
2012-02-20core: New task APIBrian Anderson-721/+919
2012-02-20Re-XFAIL test that I accidentallyTim Chevalier-0/+1
2012-02-20fix whitespace againTim Chevalier-2/+1
2012-02-20Oops, my whitespace is showingTim Chevalier-1/+1
2012-02-20Further work on resolving and typechecking classesTim Chevalier-28/+200
2012-02-20rustdoc: Remove stray logBrian Anderson-1/+0
2012-02-20rustdoc: astsrv::exec should return sendable typesBrian Anderson-32/+51
2012-02-20rustdoc: Document reexportsBrian Anderson-1/+302
2012-02-20cargo: Install blobs to $sysroot/(bin|lib) on system-modeTycho Sci-6/+29
2012-02-20cargo: Use system-mode by default except "install"Tycho Sci-30/+26
2012-02-20cargo: Use $sysroot/$libdir/cargo as work dirTycho Sci-3/+3
2012-02-19Merge pull request #1869 from cpeterso/masterBrian Anderson-1/+18
2012-02-19rt: Add some lock_and_signal assertionsChris Peterson-0/+5
2012-02-19rt: Initialize Windows CRITICAL_SECTION with non-zero spin countChris Peterson-1/+12
2012-02-19rt: Delete Windows CRITICAL_SECTION in dtorChris Peterson-0/+1
2012-02-19vim: fix indenting enums and macrosErick Tryzelaar-1/+2
2012-02-18core: Export future modBrian Anderson-1/+2
2012-02-18core: When running tests sequentially, print the test name before running itBrian Anderson-2/+11
2012-02-18core: Define futures in terms of local functions, of which port::recv is one ...Brian Anderson-20/+43
2012-02-18rustc: Add missing space to error messageBrian Anderson-1/+1
2012-02-18Merge pull request #1860 from erickt/masterBrian Anderson-47/+96
2012-02-18rt: rename nano_time() builtin to match time::precise_time_ns()Chris Peterson-4/+4
2012-02-18std: Add tests for time moduleChris Peterson-0/+47
2012-02-18std: Expand doc comments for time moduleChris Peterson-6/+23