summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge pull request #1801 from paulp/issue/6829Paul Phillips2012-12-265-3/+121
| |\ \ \ \ \
| | * | | | | SI-6829, SI-6788, NPEs during erroneous compilation.Paul Phillips2012-12-245-3/+121
| |/ / / / /
| * | | | | Merge pull request #1799 from paulp/pr/check-thread-accessPaul Phillips2012-12-231-1/+0
| |\ \ \ \ \
| | * | | | | Remove stray debugging output line.Paul Phillips2012-12-221-1/+0
| |/ / / / /
| * | | | | Merge pull request #1687 from scalamacros/topic/unchecked-pattern-matchPaul Phillips2012-12-201-1/+5
| |\ \ \ \ \
| | * | | | | SI-6338 fixes the unchecked warning in quick.compEugene Burmako2012-12-061-1/+5
| | | |/ / / | | |/| | |
* | | | | | Merge pull request #1817 from scalamacros/topic/introduce-top-levelv2.11.0-M1Eugene Burmako2013-01-0638-51/+430
|\ \ \ \ \ \
| * | | | | | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-054-24/+26
| * | | | | | adds c.introduceTopLevelEugene Burmako2013-01-0534-27/+404
* | | | | | | Merge pull request #1847 from JamesIry/SI-6916_masterPaul Phillips2013-01-064-5/+27
|\ \ \ \ \ \ \
| * | | | | | | SI-6916 makes FlatHashTable#remove a Boolean not Option[A]James Iry2013-01-044-5/+27
* | | | | | | | Merge pull request #1848 from soc/SI-6918Paul Phillips2013-01-068-11/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-6918 Changes REPL output from "defined module" to "defined object"Simon Ochsenreither2013-01-058-11/+11
|/ / / / / / /
* | | | | | | Merge pull request #1839 from JamesIry/SI-6908_masterAdriaan Moors2013-01-045-79/+180
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | 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-035-74/+175
| | |_|_|_|/ | |/| | | |
* | | | | | 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-043-2/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Iterator#copyToArray (fixes SI-6827).Erik Osheim2012-12-203-2/+50
* | | | | | | | | | Merge pull request #1836 from catull/masterAdriaan Moors2013-01-04139-142/+142
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Updated copyright to 2013Carlo Dapor2013-01-02139-142/+142
|/ / / / / / / / /
* | | | | | | | | 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 #1829 from paulp/pr/new-starrPaul Phillips2012-12-306-6/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | New starr based on b7840d6b41.Paul Phillips2012-12-286-6/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | 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-307-14/+109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | enclosures are now strongly typed and are no longer valsEugene Burmako2012-12-257-14/+109
| |/ / / / / / / /