summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-302-33/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #998 from odersky/topic/bootpackagesJosh Suereth2012-07-301-1/+13
|\ \ \ \ \ \
| * | | | | | Avoids loading scala.package and scala.reflect.package from source if a class...Martin Odersky2012-07-261-1/+13
* | | | | | | Merge pull request #1013 from odersky/ticket/5878odersky2012-07-301-2/+11
|\ \ \ \ \ \ \
| * | | | | | | Closes SI-5878Martin Odersky2012-07-291-2/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1005 from odersky/topic/worksheetodersky2012-07-308-68/+155
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | New Worksheet mixing schemeMartin Odersky2012-07-274-100/+109
| * | | | | | Adds method askForResponseMartin Odersky2012-07-273-2/+31
| * | | | | | Disable interrupts during code instrumentationMartin Odersky2012-07-271-4/+8
| * | | | | | New Executor.Martin Odersky2012-07-273-4/+49
* | | | | | | Merge pull request #990 from VladUreche/issue/6140Josh Suereth2012-07-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | SI-6140 Scaladoc infinite recursion in wiki parserVlad Ureche2012-07-251-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #988 from paulp/issue/4560Josh Suereth2012-07-293-38/+30
|\ \ \ \ \ \ \
| * | | | | | | Revert "tentative fix for RC5 lift build problem."Johannes Rudolph2012-07-241-1/+0
| * | | | | | | Revert "Closes #4560. Review by dragos." (introduction of safeREF)Johannes Rudolph2012-07-241-32/+15
| * | | | | | | Revert fix part of "Closes 4560. Review by dragos."Johannes Rudolph2012-07-241-6/+6
| * | | | | | | Fix SI-4560, NoSuchMethodErrors involving self types.Paul Phillips2012-07-241-5/+15
* | | | | | | | Merge pull request #1002 from magarciaEPFL/fixes210Paul Phillips2012-07-282-5/+31
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | SI-6142: warn @inline-methods ending up not inlined (rightfully or not)Miguel Garcia2012-07-262-5/+31
| | |/ / / / / | |/| | | | |
* | | | | | | Closed 6029 ...Martin Odersky2012-07-281-24/+40
| |_|_|/ / / |/| | | | |
* | | | | | Eliminated all the current feature warnings.Paul Phillips2012-07-276-7/+10
* | | | | | Changed isHidden condition back to isSynthetic.Paul Phillips2012-07-271-0/+4
* | | | | | Eliminated remainder of "catches Throwable" warnings.Paul Phillips2012-07-271-1/+1
* | | | | | Improve unchecked warnings a lot.Paul Phillips2012-07-273-57/+82
|/ / / / /
* | | | | Merge pull request #976 from adriaanm/ticket-4440bAdriaan Moors2012-07-251-25/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-4440 workaround: avoid outer accessor that'll vanishAdriaan Moors2012-07-231-25/+25
| |/ / /
* | | | Merge pull request #966 from paulp/issue/6117Adriaan Moors2012-07-242-3/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix SI-6117, regression involving import ambiguity.Paul Phillips2012-07-211-3/+16
| * | | Renaming files to please ant.Paul Phillips2012-07-211-0/+0
* | | | Merge pull request #974 from adriaanm/repull-unchecked-hkAdriaan Moors2012-07-241-5/+7
|\ \ \ \
| * | | | Improve unchecked warnings.Paul Phillips2012-07-231-5/+7
* | | | | Merge pull request #979 from adriaanm/ticket-6111Adriaan Moors2012-07-246-62/+88
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | docs related to fix for SI-6111Adriaan Moors2012-07-242-3/+9
| * | | | SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-236-62/+82
| | |_|/ | |/| |
* / | | SI-4881 infer variance from formals, then resultMartin Odersky2012-07-231-2/+13
|/ / /
* | | Merge pull request #964 from odersky/ticket/6090Adriaan Moors2012-07-231-1/+1
|\ \ \ | |/ / |/| |
| * | SI-6090Martin Odersky2012-07-211-1/+1
* | | Merge pull request #965 from dragos/fix-package-prefixAdriaan Moors2012-07-221-2/+10
|\ \ \ | |_|/ |/| |
| * | Handle multiple packages in one source file in the presentation compiler.Iulian Dragos2012-07-211-2/+10
| |/
* | Merge pull request #958 from adriaanm/ticket-1832Josh Suereth2012-07-212-57/+67
|\ \
| * | SI-1832 consistent symbols in casedef's pattern&bodyAdriaan Moors2012-07-201-32/+43
| * | update docs for (partial) fun synth in uncurryAdriaan Moors2012-07-201-25/+24
* | | Merge pull request #963 from adriaanm/ticket-6089Josh Suereth2012-07-211-0/+3
|\ \ \
| * | | SI-6089 pt2: _ is tailpos in `_ || _` and `_ && _`Adriaan Moors2012-07-211-0/+3
* | | | Merge pull request #961 from VladUreche/issue/scaladocLukas Rytz2012-07-212-5/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Scaladoc: Removing forgotten debugging infoVlad Ureche2012-07-212-5/+0
* | | | Merge pull request #957 from adriaanm/annoying-throwableAdriaan Moors2012-07-2116-26/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | address "this would catch all throwables" warningsMartin Odersky2012-07-2016-26/+24
* | | | Merge pull request #954 from odersky/optimize/outerAdriaan Moors2012-07-201-2/+5
|\ \ \ \
| * | | | Removes redundant outersMartin Odersky2012-07-201-2/+5