summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2012-02-12Add a test for core::str::from_cstr_lenTomoki Aonuma-0/+8
2012-02-12Implement core::str::from_cstr_len, close #1666Tomoki Aonuma-0/+19
2012-02-11test: Fix cros-crate-glob-collisionBrian Anderson-2/+2
2012-02-11build: Disable libuv makefile auto-regenerationBrian Anderson-4/+4
2012-02-11core: Change the argument order for vec::contains, vec::countBrian Anderson-12/+12
2012-02-11core: Rename vec::member to vec::contains to match str modBrian Anderson-12/+12
2012-02-11Merge pull request #1812 from killerswan/indexing2Brian Anderson-87/+151
2012-02-11Merge pull request #1811 from killerswan/char_funcsBrian Anderson-0/+29
2012-02-11(core::str) removed [r]index_byteKevin Cantu-44/+0
2012-02-11(core::char) export is_digitKevin Cantu-1/+1
2012-02-11using str::rindex...Kevin Cantu-21/+23
2012-02-11(core::str) added rindex and rewrote pop_char with char_range_at_reverseKevin Cantu-13/+91
2012-02-11using str::index...Kevin Cantu-34/+33
2012-02-11core::str: added index (char)Kevin Cantu-0/+27
2012-02-11core::str rename [r]index -> [r]index_bytesKevin Cantu-20/+22
2012-02-11core: added char::is_digit (matching Nd, Nl, No)Kevin Cantu-1/+19
2012-02-11core: added a rough char::is_asciiKevin Cantu-0/+11
2012-02-11Add Tomoki Aonuma to AUTHORS.txtBrian Anderson-0/+1
2012-02-11Merge pull request #1810 from uasi/fix-typoBrian Anderson-1/+1
2012-02-11correct fully qualified type names to include the crate; add tests (take 2)Niko Matsakis-2/+27
2012-02-12Fix typo in either.rsTomoki Aonuma-1/+1
2012-02-11rewrite to use ctypes typesNiko Matsakis-1/+1
2012-02-11make bind syntax unnecessary: just use _ for one of the argumentsNiko Matsakis-55/+66
2012-02-11Revert prior commit until I have time to track down the valgrind errorNiko Matsakis-27/+2
2012-02-10correct fully qualified type names to include the crate; add testsNiko Matsakis-2/+27
2012-02-10remove executable that was accidentally includedNiko Matsakis-0/+0
2012-02-10create serialization lib and update serializer to use itNiko Matsakis-39/+304
2012-02-10use absolute names when pretty-printing typesNiko Matsakis-58/+78
2012-02-10put serializer into the build and encode full item pathsNiko Matsakis-29/+238
2012-02-10create serializer project which autogenerates serialization codeNiko Matsakis-1/+1010
2012-02-10update ebml interfaceNiko Matsakis-24/+44
2012-02-10Remove dead codeNiko Matsakis-37/+0
2012-02-10use task::spawn_sched to read stdout and stderr at the same timeTed Horst-3/+26
2012-02-10put fflush back inTed Horst-0/+4
2012-02-10read stderr before stdoutTed Horst-1/+1
2012-02-10log to stderr instead of stdoutTed Horst-16/+12
2012-02-10When parsing a source string, fail when the entire string is not parsed.Kevin Atkinson-0/+51
2012-02-10Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).Kevin Atkinson-4/+12
2012-02-10test: Add tests for #1802Brian Anderson-0/+8
2012-02-10rt: Add docs to stack functionsBrian Anderson-0/+6
2012-02-10rt: Call register/deregister_valgrind_stack from the stack con/destructorsBrian Anderson-13/+9
2012-02-10rt: Extract prepare_valgrind_stack from register_valgrind_stackBrian Anderson-0/+10
2012-02-10rt: Rename config_valgrind_stack to register_valgrind_stack, etcBrian Anderson-16/+10
2012-02-10rt: Account for the size of stack_canary in create_stackBrian Anderson-1/+7
2012-02-10rt: Move the addition of the stack canary into create_stackBrian Anderson-4/+4
2012-02-10support a fast-make mode that avoids globbing into llvm and libuvGraydon Hoare-5/+18
2012-02-10rt: Use 100k stacks for scheduler threadsBrian Anderson-5/+17
2012-02-10Correctly handle the character position at the EOF.Kevin Atkinson-1/+12
2012-02-10Use file_substr rather than <anon> when re-parsing quasi-quotesKevin Atkinson-24/+25
2012-02-10Do a better job of reporting source location for files (i.e. filemap)Kevin Atkinson-2/+96