summaryrefslogtreecommitdiff
path: root/src/compat/option_test.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-17remove some useless tests from option_testgumi1-11/+0
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-12/+20
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-2/+2
2014-10-18Fix bug where Option destroys too muchBen Longbons1-0/+35
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-0/+37
2014-10-13Add OPTION_IS_SOME branching macroBen Longbons1-0/+20
2014-10-04Implement Option<T> and Borrowed<T>Ben Longbons1-0/+399