summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1839 from JamesIry/SI-6908_masterAdriaan Moors2013-01-043-79/+106
|\
| * SI-6908 Cleanup of FlatHashTable nulls based on reviewJames Iry2013-01-041-7/+10
| * SI-6908 Removes cannotStoreNull from FastHashSet/HashSet docsJames Iry2013-01-042-3/+0
| * SI-6908 Makes FlatHashTable as well as derived classes support null valuesJames Iry2013-01-033-74/+101
* | Merge pull request #1830 from magarciaEPFL/unnest-closures-supplementErrorMes...Adriaan Moors2013-01-041-2/+6
|\ \
| * | comments on avoiding closure allocation in Global's assert() and require()Miguel Garcia2013-01-041-0/+2
| * | nested closures are flattened by calling supplementErrorMessage() directlyMiguel Garcia2012-12-291-2/+4
* | | Merge pull request #1825 from magarciaEPFL/fusion-Range-foreachAdriaan Moors2013-01-041-8/+14
|\ \ \
| * | | fusion of loops in Range.foreach() and Range.validateRangeBoundaries()Miguel Garcia2012-12-281-8/+14
* | | | Merge pull request #1821 from scalamacros/ticket/6638Adriaan Moors2013-01-044-3/+64
|\ \ \ \
| * | | | a few performance improvements for toArrayEugene Burmako2012-12-282-1/+6
| * | | | bind + argc specialization = 20x perf boostEugene Burmako2012-12-272-2/+58
* | | | | Merge pull request #1785 from non/bug/fix-copyToArrayAdriaan Moors2013-01-041-2/+4
|\ \ \ \ \
| * | | | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2012-12-201-2/+4
* | | | | | Updated copyright to 2013Carlo Dapor2013-01-02121-123/+123
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1823 from paulp/pr/eliminate-allocationsPaul Phillips2012-12-3115-106/+173
|\ \ \ \ \
| * | | | | Eliminate allocations in Types.Paul Phillips2012-12-271-35/+41
| * | | | | Eliminate allocations in Trees and Symbols.Paul Phillips2012-12-272-2/+13
| * | | | | Eliminate allocations in Specialize.Paul Phillips2012-12-271-4/+5
| * | | | | Eliminate allocations in Trees.Paul Phillips2012-12-272-4/+9
| * | | | | Eliminate allocations in uncurry and the backend.Paul Phillips2012-12-272-3/+9
| * | | | | Eliminate allocations in BaseTypeSeqs.Paul Phillips2012-12-271-2/+10
| * | | | | Eliminate allocations in CPSAnnotationChecker.Paul Phillips2012-12-271-3/+5
| * | | | | Eliminate allocations in TypeMap.Paul Phillips2012-12-272-3/+8
| * | | | | Eliminate allocations in Growable.Paul Phillips2012-12-272-17/+15
| * | | | | Eliminating allocations in typeDepth.Paul Phillips2012-12-271-8/+9
| * | | | | Eliminating allocations in Codec.Paul Phillips2012-12-271-30/+25
| * | | | | Eliminating more allocations in the collections.Paul Phillips2012-12-272-9/+18
| * | | | | Eliminate allocations in ClassfileParser.Paul Phillips2012-12-271-6/+10
| * | | | | Eliminate allocations in ListBuffer.Paul Phillips2012-12-271-2/+18
| | |_|/ / | |/| | |
* | | | | Merge pull request #1812 from scalamacros/topic/showrawposEugene Burmako2012-12-302-13/+18
|\ \ \ \ \
| * | | | | showRaw can now print positionsEugene Burmako2012-12-252-13/+18
| | |_|/ / | |/| | |
* | | | | Merge pull request #1816 from scalamacros/topic/enclosuresEugene Burmako2012-12-302-13/+50
|\ \ \ \ \
| * | | | | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-252-13/+50
| |/ / / /
* | | | | Merge pull request #1807 from scalamacros/topic/ident-deprecation-warningsEugene Burmako2012-12-301-1/+10
|\ \ \ \ \
| * | | | | the scanner is now less eager about deprecationsEugene Burmako2012-12-251-1/+10
| |/ / / /
* | | | | Merge pull request #1809 from scalamacros/topic/ident-attachmentsPaul Phillips2012-12-291-3/+3
|\ \ \ \ \
| * | | | | fixes the typedIdent problem for goodEugene Burmako2012-12-281-3/+3
| |/ / / /
* | | | | Merge pull request #1808 from scalamacros/topic/annotation-errorEugene Burmako2012-12-292-7/+8
|\ \ \ \ \
| * | | | | Moves annotationError outside typedAnnotationEugene Burmako2012-12-252-7/+8
| |/ / / /
* | | | | Merge pull request #1818 from scalamacros/topic/auto-duplicate-expansionsEugene Burmako2012-12-292-5/+10
|\ \ \ \ \
| * | | | | macro expansions are now auto-duplicatedEugene Burmako2012-12-252-5/+10
| |/ / / /
* | | | | Merge pull request #1814 from scalamacros/topic/reflectionEugene Burmako2012-12-299-12/+54
|\ \ \ \ \
| * | | | | cleans up usages of <init>Eugene Burmako2012-12-291-1/+1
| * | | | | Changes tree pretty printer to use shorter name constructorsDen Shabalin2012-12-252-4/+4
| * | | | | Changes reifier to use shorter name constructorsDen Shabalin2012-12-252-3/+3
| * | | | | Adds extractors for TypeName, TermName and ModifiersDen Shabalin2012-12-254-4/+46
| |/ / / /
* | | | | Merge pull request #1815 from scalamacros/topic/fresh-nameEugene Burmako2012-12-293-3/+26
|\ \ \ \ \
| * | | | | renames c.fresh to c.freshNameEugene Burmako2012-12-253-3/+26
| |/ / / /
* | | | | Merge pull request #1811 from scalamacros/topic/tree-nonemptyEugene Burmako2012-12-292-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |