about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-10-11Add a test that uses a hypothetical bare-fn spawn signatureBrian Anderson-0/+16
2011-10-11Remove the environment argument from bare functionsBrian Anderson-7/+35
2011-10-11Add a test for higher-order bare functionsBrian Anderson-0/+15
2011-10-11Add a test for binding bare functionsBrian Anderson-0/+9
2011-10-11Don't allow bind to produce bare functionsBrian Anderson-1/+21
2011-10-11Introduce ast::proto_bareBrian Anderson-3/+13
2011-10-11Add a temporary syntax for bare functionsBrian Anderson-8/+35
2011-10-11Add David Rajchenbach-Teller to AUTHORS.txtBrian Anderson-0/+1
2011-10-11Fix test dependenciesBrian Anderson-0/+9
2011-10-11[Move] Moved str_to_float, float_to_str from compiler to libDavid Rajchenbach-Teller-40/+51
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-38/+34
2011-10-10Make vectors and strings immediates againMarijn Haverbeke-121/+100
2011-10-10Make bcx_tcx-style accessors return by referenceMarijn Haverbeke-8/+8
2011-10-10Move type_is_immediate into ty.rsMarijn Haverbeke-16/+6
2011-10-10Don't spill immediates in order to drop themMarijn Haverbeke-21/+52
2011-10-10Make free glue take a pointer to the heap part (box)Marijn Haverbeke-70/+67
2011-10-09Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""Brian Anderson-5/+24
2011-10-09Register snapshotsBrian Anderson-0/+5
2011-10-09Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"Brian Anderson-24/+5
2011-10-09Fix bad float-type detection in transMarijn Haverbeke-6/+2
2011-10-07Fix make clean on windowsBrian Anderson-4/+4
2011-10-07Make windows package uninstallableBrian Anderson-0/+24
2011-10-07Make windows packaging work againBrian Anderson-12/+15
2011-10-07Fix up test for last commitMarijn Haverbeke-1/+1
2011-10-07Make 1-1 parse againMarijn Haverbeke-34/+82
2011-10-07Stop registering cleanups for types that don't need themMarijn Haverbeke-0/+3
2011-10-07Make it possible to have locals that don't live on the stackMarijn Haverbeke-149/+172
2011-10-07Add tests for programs that are invalid by arg-passing-styleMarijn Haverbeke-0/+9
2011-10-07Forbid passing dynamically-sized types by valueMarijn Haverbeke-2/+11
2011-10-07Actually pass parameters specified as by-val by valueMarijn Haverbeke-31/+49
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-47/+49
2011-10-07Give up on providing a by-value version of map, convert fold over toMarijn Haverbeke-115/+98
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-197/+230
2011-10-06Bring make distcheck up to dateBrian Anderson-7/+52
2011-10-06Hopefully make test_prefix_rpath_abs work on win32Brian Anderson-1/+1
2011-10-06Mac uses @executable_path instead of $ORIGINBrian Anderson-2/+2
2011-10-06Always use an absolute path for the backup install prefix rpathBrian Anderson-5/+12
2011-10-06Add std::str::containsBrian Anderson-1/+17
2011-10-06Stop using (DY)LD_LIBRARY_PATH on UnixBrian Anderson-5/+24
2011-10-06Register snapshotsBrian Anderson-0/+5
2011-10-06Mac doesn't seem to support rpath $ORIGINBrian Anderson-9/+28
2011-10-06Configure out rpath tests when not testingBrian Anderson-0/+1
2011-10-06Remove an unnecessary linking flag. Add comments about linkingBrian Anderson-1/+4
2011-10-06rpathing is based on the target, not host OSBrian Anderson-7/+5
2011-10-06Make rpath work on macBrian Anderson-5/+16
2011-10-06Revert "rustc: Add a workaround for a segfault with --time-passes (issue #100...Marijn Haverbeke-24/+9
2011-10-06Register new snapshotMarijn Haverbeke-0/+5
2011-10-06Ignore && and + before argument names.Marijn Haverbeke-1/+7
2011-10-06Fix problem with polymorphic return value being instantiated as nilMarijn Haverbeke-1/+1
2011-10-05Register snapshotsBrian Anderson-0/+5