| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-13 | Remove tests for objs, adjust tests that use objs | Marijn Haverbeke | -7/+0 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -1/+1 | |
| #debug. | ||||
| 2011-12-18 | Only look for a matching method when normal field access fails | Marijn Haverbeke | -1/+1 | |
| We should probalby warn when defining a method foo on {foo: int} etc. This should reduce the amount of useless typevars that are allocated. Issue #1227 | ||||
| 2011-08-20 | Reformat | Brian Anderson | -1/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -6/+2 | |
| 2011-06-22 | rustc: Convert field access on invalid types from an ICE to a fatal error | Brian Anderson | -1/+1 | |
| Closes #367 | ||||
| 2011-06-14 | Remove some unnecessary xfails | Tim Chevalier | -5/+1 | |
| 2011-05-03 | Assume xfail-stage0 implies stage1 and stage2 in tests, for now. | Graydon Hoare | -0/+2 | |
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -0/+1 | |
| 2010-06-27 | Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵ | Graydon Hoare | -1/+1 | |
| instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13. | ||||
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+12 | |
