summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-144-12/+8
* Merge pull request #3456 from soc/SI-8226Grzegorz Kossakowski2014-02-115-215/+233
|\
| * SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-105-215/+233
* | SI-8167 readLine shold flush output before reading inputJason Zaugg2014-02-111-1/+2
* | Merge pull request #3497 from adriaanm/rebase-3464Adriaan Moors2014-02-104-7/+16
|\ \
| * | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-102-2/+4
| * | SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-102-5/+12
* | | Merge pull request #3502 from retronym/ticket/8258Grzegorz Kossakowski2014-02-103-6/+33
|\ \ \ | |/ / |/| |
| * | Start the PC thread only after initialization of required symbols.Iulian Dragos2014-02-101-3/+12
| * | SI-8258 Revert "SI-7335 Remove special case for import of Predef._Jason Zaugg2014-02-102-3/+21
* | | Merge pull request #3480 from paulp/pr/publicize-abstract-starGrzegorz Kossakowski2014-02-1012-14/+14
|\ \ \
| * | | SI-6948 Make the Abstract* classes public.Paul Phillips2014-02-0612-14/+14
* | | | Merge pull request #3496 from adriaanm/t6169Grzegorz Kossakowski2014-02-102-0/+5
|\ \ \ \
| * | | | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-092-0/+5
* | | | | Merge pull request #3494 from retronym/topic/opt-any-ref-mapGrzegorz Kossakowski2014-02-107-7/+16
|\ \ \ \ \
| * | | | | Optimation: use AnyRefMap in GenASM javaName cachesJason Zaugg2014-02-092-2/+4
| * | | | | Optimization: use AnyRef map for Namer -> Typer tree handoffJason Zaugg2014-02-095-5/+12
* | | | | | Merge pull request #3428 from retronym/ticket/6260Grzegorz Kossakowski2014-02-102-21/+36
|\ \ \ \ \ \
| * | | | | | SI-6260 Adddress pull request reviewJason Zaugg2014-02-102-3/+12
| * | | | | | SI-6260 Avoid double-def error with lambdas over value classesJason Zaugg2014-02-102-21/+27
| |/ / / / /
* | | | | | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-102-11/+45
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | addresses pull request feedbackEugene Burmako2014-02-061-2/+1
| * | | | | SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-242-11/+46
* | | | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-109-107/+193
|\ \ \ \ \ \
| * | | | | | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-251-41/+66
| * | | | | | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-251-40/+51
| * | | | | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-249-26/+76
| |/ / / / /
* | | | | | Merge pull request #3487 from andy128k/masterAdriaan Moors2014-02-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | fix typoAndrey Kutejko2014-02-071-1/+1
* | | | | | Merge pull request #3433 from rjolly/si-7933Adriaan Moors2014-02-092-18/+22
|\ \ \ \ \ \
| * | | | | | SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-312-18/+22
* | | | | | | Merge pull request #3476 from retronym/ticket/8207Adriaan Moors2014-02-091-2/+8
|\ \ \ \ \ \ \
| * | | | | | | SI-8207 Allow import qualified by self referenceJason Zaugg2014-02-061-2/+8
* | | | | | | | Merge pull request #3470 from demobox/si-8215-follow-upAdriaan Moors2014-02-091-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8215: Correcting typo and splitting a long sentence in MatchIterator docAndrew Phillips2014-02-051-3/+4
* | | | | | | | | Merge pull request #3471 from adriaanm/t6169Adriaan Moors2014-02-091-2/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-6169 initialize before .typeParams -- just in caseAdriaan Moors2014-02-051-1/+1
| * | | | | | | | | SI-6169 more accurate check for raw java type encoded as existentialAdriaan Moors2014-02-051-1/+7
| * | | | | | | | | SI-6169 Refine java wildcard bounds using corresponding tparamAdriaan Moors2014-02-051-2/+43
* | | | | | | | | | Merge pull request #3484 from retronym/ticket/8237Adriaan Moors2014-02-092-5/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-092-5/+27
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3488 from retronym/ticket/8245Grzegorz Kossakowski2014-02-091-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8245 Fix regression in interplay between lazy val, returnJason Zaugg2014-02-081-1/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #3371 from Ichoran/issue/8154Grzegorz Kossakowski2014-02-091-15/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8154 AnyRefMap iterates its way to ((null, null))Rex Kerr2014-02-091-15/+12
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-0916-84/+55
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-079-17/+17
| * | | | | | | | | SI-8248 kills resetAllAttrsEugene Burmako2014-02-071-26/+27
| * | | | | | | | | does away with resetAllAttrs in typedLabelDefEugene Burmako2014-02-071-1/+2
| * | | | | | | | | does away with resetAllAttrs in the reifierEugene Burmako2014-02-071-10/+2