Age | Commit message (Expand) | Author |
---|---|---|
2009-01-09 | Removed trailing whitespace. | Misha Brukman |
2008-11-17 | move partial template specialization to FoldingSet.h. | Zhongxing Xu |
2008-11-16 | Add partial specialization of FoldingSetTrait for ImmutableList. | Zhongxing Xu |
2008-11-16 | Fix 80-column violation. | Zhongxing Xu |
2008-11-15 | Add Profile method to ImmutableList. | Zhongxing Xu |
2008-10-21 | constify some methods and variables in ImmutableList. | Ted Kremenek |
2008-07-11 | Minor tweaks to the ImmutableList iterator interface. | Ted Kremenek |
2008-07-02 | Implemented operator!= for the ImmutableList iterator. | Ted Kremenek |
2008-06-30 | Added some comments and some cleanups. | Ted Kremenek |
2008-06-30 | Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is... | Ted Kremenek |