summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Reduce Context iface: encapsulate buffer manipulation.Adriaan Moors2014-07-174-37/+44
| | * | | Reduce Context iface: inline complex forwarders.Adriaan Moors2014-07-172-11/+19
| | * | | Reduce Context iface: inline trivial forwarders.Adriaan Moors2014-07-173-18/+18
| | * | | Make more explicit that TypeError is being thrown.Adriaan Moors2014-07-172-12/+15
| | * | | Rely less on intricacies of `contextMode`-based reporting.Adriaan Moors2014-07-173-6/+6
| | * | | Restrict `contextMode` fiddling to `Context`Adriaan Moors2014-07-174-8/+28
| | * | | Encapsulate `TryTwice` as a class, move to `Context`.Adriaan Moors2014-07-172-82/+96
| | * | | Extract the `makeNonSilent` method.Adriaan Moors2014-07-172-2/+7
| | * | | Clarify divergentError commentAdriaan Moors2014-07-171-1/+2
| | * | | Concretize diagnostics: one boolean suffices for now.Adriaan Moors2014-07-172-11/+10
| | * | | Simplify (ambiguous) error issuing.Adriaan Moors2014-07-173-39/+22
| | * | | Remove another redundant forwarderAdriaan Moors2014-07-173-7/+5
| | * | | Move more parsing hooks out of reporting.Adriaan Moors2014-07-178-23/+45
| | * | | Regularize `comment` hook methodAdriaan Moors2014-07-172-5/+10
| | * | | Minor cleanup in AbstractReporter.Adriaan Moors2014-07-171-1/+3
| * | | | SI-5227 make fsc notify its client upon compiler crashAntoine Gourlay2014-08-251-0/+1
| * | | | SI-1264 fsc compiler output should go to stderr, like scalacAntoine Gourlay2014-08-251-1/+2
| | |_|/ | |/| |
| * | | 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
* | | | | [backport] Update javadoc tag to new scaladoc tags.Masato Sogame2014-08-111-1/+8
* | | | | [backport] Update AnyVals.scalaharryhuk2014-08-111-2/+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
|\ \ \ \