summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7919 Newline after empty string interpSom Snytt2014-01-241-2/+5
* Merge pull request #3401 from xeno-by/topic/freshEugene Burmako2014-01-225-18/+58
|\
| * addresses pull request feedbackEugene Burmako2014-01-222-4/+4
| * SI-6879 improves Context.freshNameEugene Burmako2014-01-225-18/+58
* | Merge pull request #3399 from xeno-by/topic/evalEugene Burmako2014-01-221-2/+7
|\ \
| * | an optimization for c.evalEugene Burmako2014-01-221-2/+7
| |/
* | Expose seq field for variable arity definitionsDenys Shabalin2014-01-222-6/+14
* | Merge pull request #3382 from soc/topic/std-inJason Zaugg2014-01-213-32/+32
|\ \ | |/ |/|
| * Improve naming of ReadStdinSimon Ochsenreither2014-01-183-32/+32
* | Merge pull request #3392 from xeno-by/topic/untypecheckEugene Burmako2014-01-2111-20/+47
|\ \
| * | deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-214-12/+33
| * | moves analyzer.ImportType into scala.reflect.internalEugene Burmako2014-01-217-8/+14
* | | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-2125-122/+55
|\ \ \
| * | | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-1525-122/+55
| |/ /
* | | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-213-6/+11
|\ \ \
| * | | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-143-6/+11
| |/ /
* | | Merge pull request #3385 from xeno-by/ticket/8158Eugene Burmako2014-01-206-18/+43
|\ \ \
| * | | temporarily disables the toStringSubjects cacheEugene Burmako2014-01-201-7/+12
| * | | addresses pull request feedbackEugene Burmako2014-01-201-1/+1
| * | | 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-201-4/+9
| * | | 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 2.10.x into masterAdriaan Moors2014-01-181-5/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge pull request #3356 from retronym/ticket/8138Jason Zaugg2014-01-181-5/+7
| |\ \ \
| | * | | SI-8143 Fix bug with super-accessors / dependent typesJason Zaugg2014-01-121-5/+7
| * | | | Merge pull request #3364 from retronym/ticket/8152Jason Zaugg2014-01-151-3/+5
| |\ \ \ \
| | * | | | [nomaster] SI-8152 Backport variance validator performance fixJason Zaugg2014-01-141-3/+5
| | |/ / /
* | | | | Merge pull request #3383 from adriaanm/merge-2.10.xAdriaan Moors2014-01-189-16/+53
|\ \ \ \ \
| * | | | | Merge commit 'd5801b9eee' from 2.10.x into masterAdriaan Moors2014-01-171-0/+23
| |\| | | |
| | * | | | Merge pull request #3328 from retronym/ticket/8111v2.10.4-RC2Jason Zaugg2014-01-121-0/+23
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | 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-061-0/+18
| | * | | | Merge pull request #3345 from retronym/ticket/8114Jason Zaugg2014-01-111-1/+26
| | |\ \ \ \
| | | * | | | [nomaster] SI-8114 Binary compat. workaround for erasure bug SI-7120Jason Zaugg2014-01-091-1/+26
| | | |/ / /
| | * / / / More clear implicitNotFound error for ExecutionContextJames Ward2014-01-081-1/+1
| | |/ / /
| * | | | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-178-16/+30
| |\| | |
| | * | | SI-8085 Fix BrowserTraverser for package objectsJason Zaugg2013-12-181-2/+4
| | * | | Report error on code size overflow, log method name.Adriaan Moors2013-12-122-6/+10
| | * | | Merge pull request #3261 from adriaanm/ticket-6426Adriaan Moors2013-12-112-6/+6
| | |\ \ \
| | | * | | Revert "SI-6426, importable _."Adriaan Moors2013-12-102-6/+6
| | * | | | Merge pull request #3253 from retronym/ticket/8062Adriaan Moors2013-12-113-5/+11
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-103-5/+11
* | | | | | Merge pull request #3381 from retronym/topic/debug-friendlinessEugene Burmako2014-01-182-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Don't trace the low-level details of ResetAttrs under -YdebugJason Zaugg2014-01-171-1/+3
| * | | | | Avoid cycles in Symbol toString under -YdebugJason Zaugg2014-01-171-1/+1
* | | | | | Merge pull request #3377 from VladimirNik/sprinter-eol-fixAdriaan Moors2014-01-171-5/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Problem with EOL in tests for Printers is fixedVladimirNik2014-01-171-5/+7
* | | | | | Merge pull request #3378 from Blaisorblade/patch-1Adriaan Moors2014-01-171-1/+1
|\ \ \ \ \ \