| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-14 | restore old functionality for now | Niko Matsakis | -7/+25 | |
| 2011-12-14 | first attempt, not happy with it | Niko Matsakis | -25/+7 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -1/+1 | |
| 2011-10-21 | Change the way block calls are parsed, mark them as block-calls. | Marijn Haverbeke | -1/+1 | |
| This makes it possible to omit the semicolon after the block, and will cause the pretty-printer to properly print such calls (if pretty-printing of blocks wasn't so broken). Block calls (with the block outside of the parentheses) can now only occur at statement level, and their value can not be used. When calling a block-style function that returns a useful value, the block must be put insde the parentheses. Issue #1054 | ||||
| 2011-10-13 | Remove an unnecessary visitor from rustc::middle::fn_usage | Brian Anderson | -8/+1 | |
| 2011-10-13 | Fix a use of visit in rustc::middle::fn_usage | Brian Anderson | -1/+1 | |
| This was working by just skipping an AST node instead of doing the advertised check. I can't find a test case for it, but this is more correct. | ||||
| 2011-10-13 | Don't allow the value of generic bare functions to be taken | Brian Anderson | -5/+36 | |
| Issue #1038 | ||||
| 2011-10-13 | Rename rustc::middle::unsafeck to fn_usage | Brian Anderson | -0/+72 | |
| I'm going to add further checks unrelated to unsafe. Issue #1038 | ||||
