about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-07-28Adding a function to stdlib to set the min stack size, for programsEric Holk-6/+27
2011-07-28Re-removing a test case that was moved during the big test suite overhaul.Eric Holk-41/+0
2011-07-28Per-thread scheduling. Closes #682.Eric Holk-185/+239
2011-07-28Made root_task no longer special.Eric Holk-20/+18
2011-07-28Test case for issue #435.Lindsey Kuper-0/+27
2011-07-28Get expr-moving fuzzer working againJesse Ruderman-64/+81
2011-07-28Parse, store and print type parameter kind constraints.Graydon Hoare-7/+49
2011-07-28More useful leak debugging output.Rob Arnold-2/+4
2011-07-28Disable expr-scope test, since it break windowsMarijn Haverbeke-0/+4
2011-07-27Fix stale 'copy' occurrences to 'move' in comments.Graydon Hoare-2/+2
2011-07-28:: is allowed to start an expression. Close #762.Josh Matthews-0/+6
2011-07-28Replace walk with visit in the typecheckerMarijn Haverbeke-35/+35
2011-07-28Remove walk instance from kind.rsMarijn Haverbeke-6/+6
2011-07-28Show millisecond precision for time_passes timesMarijn Haverbeke-5/+26
2011-07-27Further refinement to kind system lattice and type-kind rules; first successf...Graydon Hoare-27/+62
2011-07-27Some work on backwarding for issue #702.Lindsey Kuper-20/+100
2011-07-27Add std::io::stderrBrian Anderson-0/+2
2011-07-27Don't stop at first test failureBrian Anderson-12/+15
2011-07-27Clean up output a bit when running verbose compile testsBrian Anderson-3/+7
2011-07-27Print a newline before displaying test outputBrian Anderson-1/+1
2011-07-27Capture stderr when running compile tests. Closes #755Brian Anderson-42/+74
2011-07-27Refactor compiletestBrian Anderson-219/+248
2011-07-27Have bind support non-alias parametric non-bound arguments.Michael Sullivan-47/+37
2011-07-27Allow already bound functions to be bound again.Michael Sullivan-4/+12
2011-07-27Fix binding a bare fn argument with type parameters.Michael Sullivan-11/+10
2011-07-27Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cach...Graydon Hoare-19/+265
2011-07-27Remove the bind-alias test, since binding to aliases is fine.Michael Sullivan-9/+0
2011-07-27Remove task::worker harderBrian Anderson-4/+4
2011-07-27Remove task::workerBrian Anderson-107/+10
2011-07-27Eliminate "target" field in closures.Michael Sullivan-18/+12
2011-07-27Put the bound function in bind in the bindings, not in a distinguished spot.Michael Sullivan-23/+22
2011-07-27Mess around with the casting in trans_bind.Michael Sullivan-14/+7
2011-07-27Some cleanup in trans.Michael Sullivan-26/+21
2011-07-27Associate names with taskptr and tydesc types for better debugging.Michael Sullivan-0/+2
2011-07-27Make trand_bind_1 use create_real_fn_pair.Michael Sullivan-21/+11
2011-07-27More thorough check for interior-ness in str_from_ivecMarijn Haverbeke-2/+3
2011-07-27Stop outputting spurious spaces in ivec types and empty mutable vecsMarijn Haverbeke-2/+9
2011-07-27(belatedly) register a new stable snapshotMarijn Haverbeke-1/+6
2011-07-27Fix comment placement in compiletestBrian Anderson-26/+29
2011-07-27Another attempt at fixing fast check for the win tinderboxMarijn Haverbeke-1/+1
2011-07-27Don't allow globals or immutable locals to be passed by mut aliasMarijn Haverbeke-22/+44
2011-07-27Remove superfluous spaces in pretty-printing of loopsMarijn Haverbeke-11/+5
2011-07-27Some more obj dtor reformattingMarijn Haverbeke-4/+8
2011-07-27Fix nil pattern case to handle for parser adjustmentMarijn Haverbeke-1/+1
2011-07-27Make the pretty-printer output whitespace before obj drop clauseMarijn Haverbeke-1/+5
2011-07-27Re-format some obj dtors that were messed up by the pretty-printerMarijn Haverbeke-16/+20
2011-07-27Improve pretty-printing of constraintsMarijn Haverbeke-13/+15
2011-07-27Fix python script for fast-check to output valid syntaxMarijn Haverbeke-1/+1
2011-07-27Make printing of comments inside bindings slightly less brokenMarijn Haverbeke-14/+3
2011-07-27No longer allow 'case' keyword before patternsMarijn Haverbeke-4/+0