summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #3902 from gourlaysama/wip/t4563Lukas Rytz2014-08-121-0/+1
|\
| * SI-4563 friendlier behavior for Ctrl+D in the REPLAntoine Gourlay2014-07-291-0/+1
* | Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-122-55/+52
|\ \
| * | 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-8781 Avoid double-expansion under -Ymacro-expand:discardJason Zaugg2014-08-061-1/+4
| |/ |/|
* | 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-2512-66/+389
|\ \ \
| * | | Support writing classfile of version 52Lukas Rytz2014-07-083-1/+3
| * | | Clean up and document some usages of flags in the backendLukas Rytz2014-07-087-26/+86
| * | | 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-085-15/+61
* | | | SI-8743 Fix crasher with poly-methods annotated with @varargsJason Zaugg2014-07-231-25/+16
* | | | 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-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-1610-59/+177
|\ \ \
| * | | SI-8525 No anonymous lintSom Snytt2014-07-107-30/+94
| * | | SI-8525 Add -Xlint:-warn-missing-interpolatorSom Snytt2014-07-083-36/+57
| * | | SI-8616 Error on -deprecation:true,falseSom Snytt2014-07-081-2/+3
| * | | SI-8610 -Xlint is multichoice optionSom Snytt2014-07-083-20/+52
* | | | Merge pull request #3858 from densh/si/8703Jason Zaugg2014-07-151-3/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | Address pull request feedbackDenys Shabalin2014-07-141-1/+3
| * | | SI-8703 add support for blocks with just a single expression to quasiquotesDenys Shabalin2014-07-021-3/+8
* | | | Merge pull request #3872 from lrytz/no-adapted-argsLukas Rytz2014-07-152-11/+12
|\ \ \ \
| * | | | Fix -Yno-adapted-args, it would just warn, not errLukas Rytz2014-07-152-11/+12
* | | | | Merge pull request #3878 from som-snytt/issue/8608Lukas Rytz2014-07-151-4/+14
|\ \ \ \ \
| * | | | | SI-8608 f-interpolator inlines StringOpsSom Snytt2014-07-141-3/+11
| * | | | | SI-8608 f interpolator emits constant stringsSom Snytt2014-07-141-2/+4
| |/ / / /
* / / / / SI-8117 Fix bug when mixing well-positioned named and positional argsLukas Rytz2014-07-111-11/+30
|/ / / /
* | | | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-091-1/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-071-1/+10
* | | | Restore reporter forwarders in CompilationUnitAdriaan Moors2014-07-081-0/+13
* | | | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-041-4/+4
* | | | Encapsulate deprecation warning message synthesis.Adriaan Moors2014-07-044-3/+9
* | | | Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-042-27/+5
* | | | Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-0443-172/+149
* | | | Route type checker reporting through contextAdriaan Moors2014-07-044-28/+36