about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-09Make the parser accept 'if' as an alternative to 'when' in alt patterns.Austin Seipp-2/+6
2012-01-09Merge pull request #1470 from grahame/grahameBrian Anderson-20/+111
2012-01-09Fix error message case in two cfail testMarijn Haverbeke-2/+2
2012-01-09Iface types are not structuralMarijn Haverbeke-2/+1
2012-01-09Work around recursive type check for iface typesMarijn Haverbeke-3/+7
2012-01-09Properly recognize self as an upvar when closed overMarijn Haverbeke-34/+27
2012-01-09Fix #1474: check that block args resolved to bare fns do not make use of upvarsNiko Matsakis-8/+20
2012-01-09change spawn_connected argument to copy modeNiko Matsakis-1/+1
2012-01-09Fix bug in iface shape codeMarijn Haverbeke-1/+4
2012-01-09Remove leftover comm.rs in stdMarijn Haverbeke-199/+7
2012-01-09Fix typo in example in libcore docsMarijn Haverbeke-1/+1
2012-01-09Add cases for iface values to rust_shape.hMarijn Haverbeke-0/+28
2012-01-09add tests for io::readchars and io::readcharGrahame Bowland-7/+58
2012-01-09Don't resolve upvars in fn() { ... } exprsMarijn Haverbeke-6/+3
2012-01-09rt: Fix build with clang on non-MacHaitao Li-2/+7
2012-01-08Fix bustageJesse Ruderman-1/+1
2012-01-08Update fuzzerJesse Ruderman-41/+45
2012-01-08Declare MIT license in crate attributes, not BSDBrian Anderson-3/+3
2012-01-08add spawn_connectedNiko Matsakis-13/+66
2012-01-08correct long lineNiko Matsakis-2/+2
2012-01-08modify last use to take into account cap clause, add new testNiko Matsakis-10/+68
2012-01-08make spawned fn copy mode so that bare fns can be usedNiko Matsakis-2/+36
2012-01-08First barely-working version of casting to ifaceMarijn Haverbeke-33/+99
2012-01-08Add fall-through case for non-iface bounds typeck::lookup_methodMarijn Haverbeke-0/+1
2012-01-08Fix some bad code in the dict internerMarijn Haverbeke-11/+5
2012-01-09add new read_chars method, fix bug in read_charGrahame Bowland-20/+60
2012-01-07core: Update task spawning exampleBrian Anderson-3/+3
2012-01-07fix valgrind error: allocate enough space for all type descsNiko Matsakis-1/+1
2012-01-06choose a new arbitrary valueNiko Matsakis-2/+2
2012-01-06add rust_util.h header fileNiko Matsakis-1/+1
2012-01-06rewrite to use old C++-based mechanismNiko Matsakis-10/+26
2012-01-06update to use new spawn syntaxNiko Matsakis-40/+42
2012-01-06report unicode decode failures nicelyNiko Matsakis-13/+14
2012-01-06revert changes to trans_uniq.rsNiko Matsakis-4/+14
2012-01-06revert metricsNiko Matsakis-82/+94
2012-01-06plug leak: free shared type descrs recursively, as we ought toNiko Matsakis-4/+10
2012-01-06hack the tydesc that is registered with a malloc to be what cc expectsNiko Matsakis-22/+47
2012-01-06fix how we walk functions to match new closure fmtNiko Matsakis-58/+61
2012-01-06rejigger impl to have an opaque closure ptr rather thanNiko Matsakis-303/+403
2012-01-06collapse sizeof, alignof into metrics, pass along an instance if availNiko Matsakis-47/+78
2012-01-06make size_of and align_of take an optional valueNiko Matsakis-101/+135
2012-01-06emit the take glue for closure tydescsNiko Matsakis-0/+1
2012-01-06port over the tests to use the new APINiko Matsakis-186/+202
2012-01-06rewrite task testsNiko Matsakis-67/+55
2012-01-06simplify task implNiko Matsakis-177/+86
2012-01-06remove trailing whitespaceNiko Matsakis-1/+1
2012-01-06Get these files compiling againJesse Ruderman-24/+26
2012-01-06test exposing memory management failure for #1078Niko Matsakis-0/+59
2012-01-06Revert "rt: Reduce mac red zone to 6K"Brian Anderson-2/+2
2012-01-06cargo: Print rustc's stdout when compilation failsBrian Anderson-1/+1