summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-17experimental static member access classname/member, work for fields with no ↵Rich Hickey
parens Math/PI, or static method invocations (Math/sqrt 42)
2008-06-17filter line numbers from syntax-quoted form metadataRich Hickey
2008-06-17added Java style hex and octal integer literals, as well as arbitrary radix ↵Rich Hickey
using nRnnnn...
2008-06-17made proxy tolerant of ns-qualified method namesRich Hickey
added proxy-super
2008-06-13added *use-context-classloader*, which can be bound to true to cause the ↵Rich Hickey
thread's context classloader to be the parent of the dynamic classloader used during load
2008-06-13cons, lazy-cons call seq on 2nd argRich Hickey
2008-06-12made reduce not retain headRich Hickey
2008-06-11interim checkin - DO NOT USE!!Rich Hickey
2008-06-10really fixed nested try stack managementRich Hickey
2008-06-10fixed nested try stack managementRich Hickey
2008-06-10fixed partitionRich Hickey
2008-06-09added support for closed-over primitivesRich Hickey
2008-06-04allow : as a non-repeating, non-terminal constituent character in symbolsRich Hickey
2008-06-03removed redundant pops from monitor enter/exitRich Hickey
2008-06-03fixed local binding of non-primitive-emitting exprs of primitive ↵Rich Hickey
flow-through type
2008-06-03fixed local binding of non-primitive-emitting exprs of primitive ↵Rich Hickey
flow-through type
2008-06-02got rid of primmath.cljRich Hickey
2008-06-02fixed (range 0)Rich Hickey
2008-06-02added overload resolution supportRich Hickey
2008-06-02fixed getMatchingParams if tie was found before best matchRich Hickey
2008-06-02named int and long divide unchecked-divideRich Hickey
2008-06-02made Objects dominate primitives in subsumesRich Hickey
2008-06-01new primitives supportRich Hickey
2008-06-01interim checkin - DO NOT USE!Rich Hickey
2008-05-30added aset!, acloneRich Hickey
2008-05-30host call/return/if optimizationsRich Hickey
2008-05-30fixed printing ()Rich Hickey
2008-05-28made empty list non-seqRich Hickey
2008-05-28fixed typo in emptyRich Hickey
2008-05-28renamed array ops to array, ablah etcRich Hickey
2008-05-28improved overload resolutionRich Hickey
2008-05-28primitive vector supportRich Hickey
2008-05-27primitive vectors, in progressRich Hickey
2008-05-27added emptyRich Hickey
2008-05-27renamed int/float/long/double / to divRich Hickey
2008-05-23added inlined math primitives in int/long/float/double namespacesRich Hickey
2008-05-23added inliningRich Hickey
2008-05-21interim checkinRich Hickey
2008-05-21got rid of old num classesRich Hickey
2008-05-21removed (x.member ...) supportRich Hickey
2008-05-21removed (x.member ...) supportRich Hickey
2008-05-20got rid of IllegalAccessErrors, changed to runtime exceptionsRich Hickey
2008-05-19emit and pop all exprs in statements so labels spread in try blocksRich Hickey
2008-05-19changed keyword self-lookup to use RT.getRich Hickey
2008-05-19fixed destructuring of nil map, added get support for setsRich Hickey
2008-05-19refined parallel api, added partitionRich Hickey
2008-05-18locals shadow macrosRich Hickey
2008-05-16interim checkinRich Hickey
2008-05-16added more descriptive errors for count/nth/seqRich Hickey
2008-05-16fixed Symbol.compareToRich Hickey