Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -9/+40 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -3/+6 | |
2014-10-18 | Fix bug where Option destroys too much | Ben Longbons | 1 | -1/+4 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -4/+50 | |
2014-10-13 | Add OPTION_IS_SOME branching macro | Ben Longbons | 1 | -1/+11 | |
2014-10-04 | Implement Option<T> and Borrowed<T> | Ben Longbons | 1 | -0/+376 | |