summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup in toTypeKind.Lukas Rytz2014-09-011-11/+2
* Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-0114-214/+273
* Don't traverse all trees in delambdafy phase if delambdafy:inlineLukas Rytz2014-09-011-0/+9
* Fix indentation in delambdafyLukas Rytz2014-08-191-25/+25
* Integrate CoreBTypes by composition (not inheritance), non-var fieldsLukas Rytz2014-08-199-202/+253
* Minor cleanups, integrating review feedbackLukas Rytz2014-08-193-5/+3
* Add the ACC_DEPRECATED flag in javaFlags, instead of each call site.Lukas Rytz2014-08-193-25/+9
* Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-199-1503/+1277
* Set currentUnit while generating bytecode.Lukas Rytz2014-08-192-3/+5
* SI-8512 Infer Any for the qSom Snytt2014-08-121-1/+1
* SI-8512 Infer a type for f"$args"Som Snytt2014-08-121-1/+1
* Merge pull request #3907 from gourlaysama/wip/proxyLukas Rytz2014-08-124-0/+4
|\
| * a few missing deprecations in proxy collections.Antoine Gourlay2014-07-314-0/+4
* | Merge pull request #3902 from gourlaysama/wip/t4563Lukas Rytz2014-08-122-1/+9
|\ \
| * | SI-4563 friendlier behavior for Ctrl+D in the REPLAntoine Gourlay2014-07-292-1/+9
| |/
* | Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-123-57/+59
|\ \
| * | SI-6476 Unitize ALL the procedures!Som Snytt2014-07-192-27/+26
| * | SI-6476 Unitize procedures, readabilitySom Snytt2014-07-192-28/+24
| * | SI-6476 DocumentationSom Snytt2014-07-181-0/+2
| * | SI-6476 Improve error on escapementSom Snytt2014-07-181-2/+7
* | | Merge pull request #3921 from gourlaysama/goodbye-jlineGrzegorz Kossakowski2014-08-0754-7654/+0
|\ \ \
| * | | remove jline sources from src/ now that we use a released jline.Antoine Gourlay2014-08-0754-7654/+0
| | |/ | |/|
* / | SI-8781 Avoid double-expansion under -Ymacro-expand:discardJason Zaugg2014-08-061-1/+4
|/ /
* | Merge pull request #3894 from adriaanm/depmsgGrzegorz Kossakowski2014-07-251-5/+6
|\ \
| * | Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-221-5/+6
* | | Merge pull request #3890 from dhgarrette/2.11.xGrzegorz Kossakowski2014-07-251-3/+1
|\ \ \
| * | | Fixed incorrect example in StringContext.raw docDan Garrette2014-07-211-1/+1
| * | | Remove "throws InvalidEscapeException" from StringContext.raw docDan Garrette2014-07-211-2/+0
| |/ /
* | | Merge pull request #3884 from mpociecha/remove-invalidation-from-globalGrzegorz Kossakowski2014-07-252-238/+0
|\ \ \
| * | | Remove invalidation from Global.scalampociecha2014-07-172-238/+0
* | | | Merge pull request #3826 from lrytz/opt/refactorTrackedGrzegorz Kossakowski2014-07-2515-89/+481
|\ \ \ \
| * | | | Documentation for isModuleClassLukas Rytz2014-07-081-0/+3
| * | | | Support writing classfile of version 52Lukas Rytz2014-07-083-1/+3
| * | | | Clean up and document some usages of flags in the backendLukas Rytz2014-07-089-44/+154
| * | | | Pattern matching on ClassBType extracts the inernalNameLukas Rytz2014-07-081-22/+27
| * | | | Remove unnessecary check when computing InnerClass attribute flagsLukas Rytz2014-07-081-2/+13
| * | | | Comment summarizing the JVM spec for InnerClass / EnclosingMethodLukas Rytz2014-07-081-0/+199
| * | | | Minor cleanups and comments in GenBCodeLukas Rytz2014-07-086-21/+83
* | | | | SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-232-32/+16
| |_|/ / |/| | |
* | | | Merge pull request #3888 from som-snytt/issue/8736v2.11.2Lukas Rytz2014-07-213-9/+19
|\ \ \ \
| * | | | SI-8736 Error if no arg and no defaultSom Snytt2014-07-201-6/+9
| * | | | SI-8736 Restore -language to former glorySom Snytt2014-07-203-8/+15
| | |_|/ | |/| |
* / | | SI-8738 Regression in range equalityRex Kerr2014-07-201-9/+10
|/ / /
* | | SI-8525 MultiChoice takes a helper functionSom Snytt2014-07-185-20/+40
* | | SI-8525 Multichoice helpSom Snytt2014-07-174-14/+38
* | | SI-8525 Clarify usage of -Xlint:_,flagSom Snytt2014-07-162-63/+66
* | | Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-1611-60/+178
|\ \ \
| * | | SI-8525 No anonymous lintSom Snytt2014-07-108-31/+95
| * | | SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-083-36/+57
| * | | SI-8616 Error on -deprecation:true,falseSom Snytt2014-07-081-2/+3