Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -9/+40 |
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 |