summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-2113-75/+25
|\
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-1513-75/+25
* | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-211-1/+1
|\ \
| * | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-141-1/+1
| |/
* | Merge pull request #3385 from xeno-by/ticket/8158Eugene Burmako2014-01-201-2/+2
|\ \
| * | 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-188-15/+47
|\ \ \ \
| * | | | 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
| | * | | [nomaster] SI-8114 Binary compat. workaround for erasure bug SI-7120Jason Zaugg2014-01-091-1/+26
| | |/ /
| * | | Merge commit '97b9b2c06a' from 2.10.x into masterAdriaan Moors2014-01-177-15/+24
| |\| |
| | * | SI-8085 Fix BrowserTraverser for package objectsJason Zaugg2013-12-181-2/+4
| | * | Report error on code size overflow, log method name.Adriaan Moors2013-12-121-5/+4
| | * | 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-181-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't trace the low-level details of ResetAttrs under -YdebugJason Zaugg2014-01-171-1/+3
* | | | | Merge pull request #3373 from densh/topic/std-liftable-refinementAdriaan Moors2014-01-171-8/+9
|\ \ \ \ \
| * | | | | Give better names to UnliftHelper1 and UnliftHelper2Denys Shabalin2014-01-161-6/+8
| * | | | | Remove redundant asInstanceOf for liftableDen Shabalin2014-01-161-2/+1
* | | | | | Merge pull request #3380 from retronym/ticket/8157Adriaan Moors2014-01-171-5/+1
|\ \ \ \ \ \
| * | | | | | SI-8157 Make overloading, defaults restriction PolyType awareJason Zaugg2014-01-171-5/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3283 from paulp/pr/dotless-targsAdriaan Moors2014-01-172-11/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Dotless type application for infix operators.Paul Phillips2013-12-172-11/+23
* | | | | | Merge pull request #3278 from magarciaEPFL/backendish48Adriaan Moors2014-01-167-19/+50
|\ \ \ \ \ \
| * | | | | | overzealous assert in BCodeBodyBuilder rejected throw nullMiguel Garcia2013-12-161-1/+3
| * | | | | | removing defensive code made obsolete by existing fix to SI-5604Miguel Garcia2013-12-162-7/+4
| * | | | | | overzealous assert in GenBCodeMiguel Garcia2013-12-151-1/+0
| * | | | | | removing dead code in BCodeSyncAndTryMiguel Garcia2013-12-151-4/+0
| * | | | | | there's a reason for this code in GenBCodeMiguel Garcia2013-12-154-4/+40
| * | | | | | GenBCode version of "not eliminate loadmodule on static methods."Miguel Garcia2013-12-151-1/+2
| * | | | | | GenBCode version of "Updating Position call sites" commitMiguel Garcia2013-12-151-1/+1
* | | | | | | Merge pull request #3340 from huitseeker/issues/sourceFlagAdriaan Moors2014-01-163-38/+45
|\ \ \ \ \ \ \
| * | | | | | | SI-8126 Puts SI-7335 fix behind a source level flagFrançois Garillot2014-01-161-1/+1
| * | | | | | | SI-8126 Puts SI-6899 fix under a source level flagFrançois Garillot2014-01-161-1/+1
| * | | | | | | SI-8126 Add a '-Xsource' flag allowing compilation in e.g. 2.10 modeFrançois Garillot2014-01-161-36/+43
| | |_|/ / / / | |/| | | | |
* / | | | | | SI-8148 fix anonymous functions with placeholdersDenys Shabalin2014-01-161-2/+2
|/ / / / / /
* | | | | | Merge pull request #3285 from som-snytt/issue/8015-FF-NLsAdriaan Moors2014-01-152-12/+20
|\ \ \ \ \ \
| * | | | | | SI-8015 Count lines by EOLsSom Snytt2014-01-082-12/+20
* | | | | | | Merge pull request #3260 from soc/SI-8035Adriaan Moors2014-01-151-13/+16
|\ \ \ \ \ \ \
| * | | | | | | SI-8035 Deprecate automatic () insertion in argument listsSimon Ochsenreither2014-01-091-13/+16
| |/ / / / / /