summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | don't catch StackOverFlowError: kills performanceAdriaan Moors2012-08-141-24/+23
| * | | | don't crash on unsupported pattern -- diagnoseAdriaan Moors2012-08-142-1/+2
* | | | | Merge pull request #1101 from scalamacros/ticket/5940Josh Suereth2012-08-148-250/+373
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | accommodated the feedback for the pull requestEugene Burmako2012-08-142-142/+119
| * | | | macro implementations must be publicEugene Burmako2012-08-135-0/+19
| * | | | SI-5940 impls are no longer in macro def picklesEugene Burmako2012-08-133-161/+298
| * | | | Rewrite of transformTypeTagEvidenceParams.Paul Phillips2012-08-131-27/+17
* | | | | Merge pull request #1131 from paulp/topic/view-isemptyJosh Suereth2012-08-138-20/+36
|\ \ \ \ \
| * | | | | Fix for view isEmpty.Paul Phillips2012-08-138-20/+36
* | | | | | Merge pull request #1130 from non/si6223-2.10.xJosh Suereth2012-08-133-4/+18
|\ \ \ \ \ \
| * | | | | | Move side-effecting call out of debuglog(). Fixes SI-6223.Erik Osheim2012-08-133-4/+18
| |/ / / / /
* | | | | | Merge pull request #1100 from adriaanm/ticket-6022bJosh Suereth2012-08-132-96/+146
|\ \ \ \ \ \
| * | | | | | SI-6022 cleaner model of variable equality modulo <:Adriaan Moors2012-08-092-38/+93
| * | | | | | SI-6022 refactor to clean up model of variable equality modulo <:Adriaan Moors2012-08-091-94/+89
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1102 from phaller/partest-local-flagsJosh Suereth2012-08-131-1/+12
|\ \ \ \ \ \
| * | | | | | Support per-group flags files in partestphaller2012-08-091-1/+12
* | | | | | | Merge pull request #1121 from odersky/topic/inline2Vlad Ureche2012-08-131-1/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Added make not private logic for @inline accesses back to ExplicitOuter.Martin Odersky2012-08-111-1/+4
* | | | | | | Merge pull request #1125 from hubertp/2.10.x-issue/6214Josh Suereth2012-08-133-9/+12
|\ \ \ \ \ \ \
| * | | | | | | Fixes SI-6214.Hubert Plociniczak2012-08-123-9/+12
* | | | | | | | Merge pull request #1123 from paulp/topic/unpickle-resilience-2Josh Suereth2012-08-136-28/+74
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | More resilience to missing classes.Paul Phillips2012-08-116-28/+74
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1120 from paulp/ticket-6184-revisedJosh Suereth2012-08-112-18/+21
|\ \ \ \ \ \ \
| * | | | | | | A little less indirection.Paul Phillips2012-08-111-3/+2
| * | | | | | | SI-6184 don't introduce dummies in checkableTypeAdriaan Moors2012-08-092-18/+22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1116 from scalamacros/topic/flags-againJosh Suereth2012-08-116-13/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | a follow up on e01ec05a1eEugene Burmako2012-08-106-13/+7
* | | | | | | Merge pull request #1107 from odersky/topic/leaner-statisticsJosh Suereth2012-08-111-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Removed hot statistics call in normal path.Martin Odersky2012-08-091-8/+8
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1118 from scalamacros/ticket/6201Josh Suereth2012-08-113-3/+15
|\ \ \ \ \ \ \
| * | | | | | | SI-6201 minor fixes in key pointsEugene Burmako2012-08-113-3/+15
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1105 from rklaehn/SI-6197Josh Suereth2012-08-113-1/+27
|\ \ \ \ \ \ \
| * | | | | | | Added test to check that removing all but one element from a HashTrieSet yiel...Ruediger Klaehn2012-08-112-0/+21
| * | | | | | | Only create a HashTrieSet if necessary.Ruediger Klaehn2012-08-091-1/+6
* | | | | | | | Merge pull request #1097 from rklaehn/SI-6198Josh Suereth2012-08-114-12/+38
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Added test for SI-6198Ruediger Klaehn2012-08-112-0/+24
| * | | | | | | Create a HashSet1 in case ks1 contains just one entryRuediger Klaehn2012-08-091-3/+5
| * | | | | | | Renamed elem to head and next to tailRuediger Klaehn2012-08-091-9/+9
| |/ / / / / /
* | | | | | | Merge pull request #1111 from scalamacros/ticket/6212Josh Suereth2012-08-106-53/+49
|\ \ \ \ \ \ \
| * | | | | | | refines api.FlagSetsEugene Burmako2012-08-106-53/+49
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1108 from rklaehn/SI-5879Josh Suereth2012-08-101-14/+18
|\ \ \ \ \ \ \
| * | | | | | | Ensure that a.merged(b)(null) always chooses a in case of collisionsRuediger Klaehn2012-08-091-14/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1113 from adriaanm/copyrightJosh Suereth2012-08-104-4/+4
|\ \ \ \ \ \ \
| * | | | | | | some more copyright cleanup for 2012Adriaan Moors2012-08-104-4/+4
* | | | | | | | Merge pull request #1103 from dcsobral/si/6119bpJosh Suereth2012-08-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6119 Fix mispelling on take documentation.Daniel C. Sobral2012-08-091-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1091 from paulp/topic/patmat-error-messagesJosh Suereth2012-08-1010-23/+155
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Better pattern matcher error message.Paul Phillips2012-08-0810-23/+155
* | | | | | | | Merge pull request #1104 from odersky/2.10.xAdriaan Moors2012-08-101-3/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Made inliner work for @inline methods that access private variables.Martin Odersky2012-08-091-3/+5
|/ / / / / / /