summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-8092 Review cleanup, no qqSom Snytt2014-02-081-4/+20
* SI-8092 Refactor f-interpSom Snytt2014-02-045-300/+323
* SI-8092 More verify for f-interpolatorSom Snytt2014-01-286-157/+443
* Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-226-21/+61
|\
| * addresses pull request feedbackEugene Burmako2014-01-222-4/+4
| * SI-6879 improves Context.freshNameEugene Burmako2014-01-226-21/+61
* | Merge pull request #3399 from xeno-by/topic/evalEugene Burmako2014-01-221-2/+7
|\ \
| * | an optimization for c.evalEugene Burmako2014-01-221-2/+7
| |/
* | Merge pull request #3398 from densh/topic/var-arity-class-seqEugene Burmako2014-01-223-6/+33
|\ \
| * | Expose seq field for variable arity definitionsDenys Shabalin2014-01-223-6/+33
|/ /
* | Merge pull request #3382 from soc/topic/std-inJason Zaugg2014-01-214-33/+33
|\ \ | |/ |/|
| * Improve naming of ReadStdinSimon Ochsenreither2014-01-184-33/+33
* | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-2119-28/+55
|\ \
| * | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-2112-20/+41
| * | moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-217-8/+14
* | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-2127-138/+55
|\ \ \
| * | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-1527-138/+55
| |/ /
* | | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-217-6/+44
|\ \ \
| * | | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-147-6/+44
| |/ /
* | | Merge pull request #3385 from xeno-by/ticket/8158Eugene Burmako2014-01-2010-19/+96
|\ \ \
| * | | temporarily disables the toStringSubjects cacheEugene Burmako2014-01-201-7/+12
| * | | addresses pull request feedbackEugene Burmako2014-01-203-3/+3
| * | | capitalizes ā€œsā€ in tostringEugene Burmako2014-01-203-19/+19
| * | | introduces failsafe against endless type printingEugene Burmako2014-01-203-1/+16
| * | | SI-8158 compiler hangs printing out fancy typesEugene Burmako2014-01-205-5/+62
| * | | fixes a typo in Types.scalaEugene Burmako2014-01-191-1/+1
| * | | quasiquotes no longer evaluate debug logs when debug logging is offEugene Burmako2014-01-191-2/+2
* | | | Merge pull request #3384 from adriaanm/merge-2.10.xv2.11.0-M8Adriaan Moors2014-01-192-5/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Merge 2.10.x into masterAdriaan Moors2014-01-182-5/+31
|/| | |
| * | | Merge pull request #3356 from retronym/ticket/8138Jason Zaugg2014-01-182-5/+31
| |\ \ \
| | * | | SI-8143 Fix bug with super-accessors / dependent typesJason Zaugg2014-01-122-5/+31
* | | | | Merge pull request #3383 from adriaanm/merge-2.10.xAdriaan Moors2014-01-1831-28/+231
|\ \ \ \ \
| * | | | | Merge 2.10.x into masterAdriaan Moors2014-01-170-0/+0
| |\| | | |
| | * | | | Merge pull request #3364 from retronym/ticket/8152Jason Zaugg2014-01-152-3/+18
| | |\ \ \ \
| | | * | | | [nomaster] SI-8152 Backport variance validator performance fixJason Zaugg2014-01-142-3/+18
| | | |/ / /
| * | | | | Merge commit 'd5801b9eee' from 2.10.x into masterAdriaan Moors2014-01-172-0/+47
| |\| | | |
| | * | | | Merge pull request #3328 from retronym/ticket/8111v2.10.4-RC2Jason Zaugg2014-01-122-0/+47
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-8111 Expand the comment with a more detailed TODOJason Zaugg2014-01-081-3/+8
| | | * | | SI-8111 Repair symbol owners after abandoned named-/default-argsJason Zaugg2014-01-062-0/+42
| * | | | | Merge commit 'a8122413c0' into merge-2.10.xAdriaan Moors2014-01-170-0/+0
| |\| | | |
| | * | | | Merge pull request #3345 from retronym/ticket/8114Jason Zaugg2014-01-112-1/+41
| | |\ \ \ \
| | | * | | | [nomaster] SI-8114 Binary compat. workaround for erasure bug SI-7120Jason Zaugg2014-01-092-1/+41
| * | | | | | Merge commit 'aefe3fb844' into merge-2.10.xAdriaan Moors2014-01-172-0/+12
| |\| | | | |
| | * | | | | Merge pull request #3344 from jamesward/fix/ec-implicit-errorJason Zaugg2014-01-091-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | More clear implicitNotFound error for ExecutionContextJames Ward2014-01-081-1/+1
| | |/ / / /
| | * | | | Merge pull request #3329 from retronym/ticket/6563Eugene Burmako2014-01-062-0/+12
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-6563 Test case for already-fixed crasherJason Zaugg2014-01-062-0/+12
| | |/ / /
| * | | | Merge commit '370d6d6188' into merge-2.10.xAdriaan Moors2014-01-170-0/+0
| |\| | |
| | * | | Merge pull request #3312 from xeno-by/topic/fine-points-of-whiteboxity-210xJason Zaugg2013-12-306-0/+98
| | |\ \ \
| | | * | | [nomaster] codifies the state of the art wrt SI-8104Eugene Burmako2013-12-286-0/+98
| | |/ / /