| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-07-27 | Have bind support non-alias parametric non-bound arguments. | Michael Sullivan | -9/+0 | |
| This was previously disallowed by the typechecker and not properly handled in trans. I removed the typechecker check (replacing it with a simpler check that spawned functions don't have type params) and fixed trans. Closes #756. | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -5/+4 | |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -1/+1 | |
| 2011-07-11 | In typeck, check for dynamically sized by-value arguments to thunks | Tim Chevalier | -0/+10 | |
| A check in trans didn't have a corresponding check in typeck, causing some programs (to wit, compile-fail/chan-parameterized-args.rs - part of this commit) to fail with an assertion failure in trans instead of a type error. Fixed it. In short, arguments that are future thunk arguments (any spawn arguments, and _ arguments in bind) need to either not contain type params or type vars, or be by-reference. Closes #665. | ||||
