summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-08-21changed variable arity handlingRich Hickey
2006-08-14added simple formatRich Hickey
2006-08-11got rid of PersistentListMapRich Hickey
2006-08-11made Master members finalRich Hickey
2006-08-11made Master members finalRich Hickey
2006-08-09made seq.count constant-timeRich Hickey
2006-08-09equals fixesRich Hickey
2006-08-09removed chaining from ArraySeq.rest, changed meta handling in queueRich Hickey
2006-08-09removed chaining from ArraySeq.rest, changed meta handling in queueRich Hickey
2006-08-07added PersistentQueueRich Hickey
2006-08-06first cut at queueRich Hickey
2006-08-06added static collection funcsRich Hickey
2006-08-05added equals and hashcode to arrays and seqsRich Hickey
2006-08-05added equals and hashcode to mapsRich Hickey
2006-08-05added PersistentList, changed RT.cons to work with all collectionsRich Hickey
2006-08-05derived PersistentArrayList from IPersistentListRich Hickey
2006-08-05added IPersistentList, ASeqRich Hickey
2006-08-05renamed IArray, AnArrayRich Hickey
2006-08-05derived Associative from IPersistentCollectionRich Hickey
2006-08-05added cons to IPersistentCollectionRich Hickey
2006-08-05changed return type of assoc to AssociativeRich Hickey
2006-08-05renamed remove, addRich Hickey
2006-08-05made arrays associative, added MapEntryRich Hickey
2006-08-04added AnArrayRich Hickey
2006-08-04renamingRich Hickey
2006-08-04got rid of identity mapsRich Hickey
2006-08-04got rid of identity mapsRich Hickey
2006-08-04added Sequential, AssociativeRich Hickey
2006-08-04renamed ISequential to IPersistentCollectionRich Hickey
2006-08-02added Iterator/Enumerator seqsRich Hickey
2006-08-02added count memberRich Hickey
2006-08-01changed max arity to 20Rich Hickey
2006-07-28derived from Obj, removed Exception declaration on withMetaRich Hickey
2006-07-28derived from ObjRich Hickey
2006-07-28derived from ObjRich Hickey
2006-07-28changed Obj to interface to metaRich Hickey
2006-07-28renamed PersistentTree -> PersistentTreeMapRich Hickey
2006-07-28removed hybrid mapsRich Hickey
2006-07-28removed hybrid mapsRich Hickey
2006-07-27made set() return TupleRich Hickey
2006-07-27first pass at ArrayListRich Hickey
2006-07-05made fn() public, changed compiler to call itRich Hickey
2006-07-05added tcount, removed fn member, now fn vals are dynamically bindableRich Hickey
2006-07-04move transaction from tld, added global tcount, bigbangRich Hickey
2006-07-04made auto-morphing into hashtableRich Hickey
2006-07-04made keywords index mapsRich Hickey
2006-07-04made Obj attrs write-onceRich Hickey
2006-07-04added val to add(), throws exception if key presentRich Hickey
2006-07-04added test codeRich Hickey
2006-07-04fixed bug not preserving identityRich Hickey