summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3233 from scottcarey/SI-8042Adriaan Moors2013-12-131-24/+34
|\
| * SI-8042 Use Serialization Proxy Pattern in ListScott Carey2013-12-121-24/+34
* | Merge pull request #3258 from jrudolph/w/fix-typo-that-that-occurs-twice-in-e...Adriaan Moors2013-12-132-2/+2
|\ \
| * | fix typo in error messagesJohannes Rudolph2013-12-102-2/+2
* | | Merge pull request #3240 from soc/SI-7618Adriaan Moors2013-12-131-10/+9
|\ \ \
| * | | SI-7618 Remove octal number literalsSimon Ochsenreither2013-12-091-10/+9
* | | | Merge pull request #3262 from densh/si/8030Adriaan Moors2013-12-132-3/+14
|\ \ \ \
| * | | | SI-8030 force symbols on presentation compiler initializationDen Shabalin2013-12-122-3/+14
| | |/ / | |/| |
* | | | Merge pull request #3250 from soc/SI-8059Adriaan Moors2013-12-131-1/+11
|\ \ \ \
| * | | | SI-8059 Override immutable.Queue#{+:,:+} for performanceSimon Ochsenreither2013-12-111-1/+11
| |/ / /
* | | | Merge pull request #3214 from retronym/ticket/8024Adriaan Moors2013-12-132-5/+9
|\ \ \ \
| * | | | SI-8024 Improve user-level toString of package objectsJason Zaugg2013-12-121-4/+8
| * | | | SI-8024 Fix inaccurate message on overloaded ambiguous identJason Zaugg2013-12-121-1/+1
* | | | | Merge pull request #3263 from retronym/ticket/6780Adriaan Moors2013-12-131-28/+46
|\ \ \ \ \
| * | | | | SI-6780 Refactor Context#implicitssJason Zaugg2013-12-111-30/+33
| * | | | | SI-6780 Better handling of cycles in in-scope implicit searchJason Zaugg2013-12-111-9/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #3265 from retronym/merge/2.10.x-to-masterAdriaan Moors2013-12-136-6/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-112-3/+9
| |\ \ \ \
| | * | | | Fixup #3248 missed a spot in pack.xmlAdriaan Moors2013-12-101-1/+1
| | * | | | Merge pull request #3249 from retronym/ticket/7912Adriaan Moors2013-12-101-2/+8
| | |\ \ \ \
| | | * | | | SI-7912 Be defensive calling `toString` in `MatchError#getMessage`Jason Zaugg2013-12-101-2/+8
| | * | | | | SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-101-1/+1
| | |/ / / /
| * | | | | Merge commit '0c92704' into merge/2.10.x-to-masterJason Zaugg2013-12-113-3/+14
| |\| | | |
| | * | | | Merge pull request #3222 from skyluc/issue/completion-import-vals-210-7995Adriaan Moors2013-12-091-1/+5
| | |\ \ \ \
| | | * | | | SI-7995 completion imported vars and valsLuc Bourlier2013-12-061-1/+5
| | * | | | | SI-8019 Make Publisher check PartialFunction is defined for EventRoberto Tyley2013-12-091-1/+1
| | * | | | | Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-091-1/+8
| | |\ \ \ \ \
| | | * | | | | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-1/+8
| | | |/ / / /
| | * | | | | Merge pull request #3230 from retronym/backport/7439Eugene Burmako2013-12-071-1/+3
| | |\ \ \ \ \
| | | * | | | | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-071-1/+3
| * | | | | | | Merge commit 'a774157' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+13
| |\| | | | | | | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge pull request #3223 from retronym/ticket/8010-2.10.xEugene Burmako2013-12-071-0/+13
| | |\ \ \ \ \
| | | * | | | | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-061-0/+13
| | | | |/ / / | | | |/| | |
| | * | | | | [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-061-3/+7
| | | |/ / / | | |/| | |
| | * | | | Merge pull request #3209 from dotta/SI-7982-on-2.10.xJason Zaugg2013-12-065-15/+23
| | |\ \ \ \
* | | \ \ \ \ Merge pull request #3218 from som-snytt/issue/8027-repl-dbltabJason Zaugg2013-12-122-9/+12
|\ \ \ \ \ \ \
| * | | | | | | SI-8027 REPL double tab regressionSom Snytt2013-12-032-9/+12
* | | | | | | | Merge pull request #3169 from som-snytt/issue/4841-plugin-cpJason Zaugg2013-12-123-52/+77
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-4841 Plugins get a class pathSom Snytt2013-12-063-52/+77
* | | | | | | | Merge pull request #3241 from retronym/ticket/8054Jason Zaugg2013-12-121-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8054 Fix regression in TypeRef rebind with val overriding objectJason Zaugg2013-12-091-5/+8
| |/ / / / / / /
* | | | | | | | Address minor pull request feedback pointsDen Shabalin2013-12-114-5/+3
* | | | | | | | SI-7789 make quasiquotes deconstruct UnApply treesDen Shabalin2013-12-101-3/+5
* | | | | | | | Introduce support for Unliftable for QuasiquotesDen Shabalin2013-12-108-6/+198
* | | | | | | | Refactor Holes and Reifiers slices of Quasiquotes cakeDen Shabalin2013-12-103-239/+189
* | | | | | | | Provide a way for unapply macro to obtain a list of subpattensDen Shabalin2013-12-103-1/+7
* | | | | | | | Move Liftable into the Universe cake; add additional standard LiftablesDen Shabalin2013-12-107-60/+141
* | | | | | | | SI-7979 Fix quasiquotes crash on mismatch between fields and constructorDen Shabalin2013-12-101-4/+8
* | | | | | | | SI-6842 Make splicing less sensitive to precise types of treesDen Shabalin2013-12-104-40/+84
* | | | | | | | SI-8009 Ensure that Idents preserve isBackquoted propertyDen Shabalin2013-12-104-2/+20