Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -12/+20 |
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -2/+2 |
2014-10-18 | Fix bug where Option destroys too much | Ben Longbons | 1 | -0/+35 |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -0/+37 |
2014-10-13 | Add OPTION_IS_SOME branching macro | Ben Longbons | 1 | -0/+20 |
2014-10-04 | Implement Option<T> and Borrowed<T> | Ben Longbons | 1 | -0/+399 |