summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-294-43/+33
|\ \
| * | Revert "tentative fix for RC5 lift build problem."Johannes Rudolph2012-07-242-6/+3
| * | 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
* | | | Merge pull request #991 from adriaanm/ticket-5958Paul Phillips2012-07-281-0/+2
|\ \ \ \
| * | | | SI-5958 This deserves a stable typeAdriaan Moors2012-07-261-0/+2
* | | | | Closed 6029 ...Martin Odersky2012-07-281-24/+40
* | | | | Fix a few scaladoc tests I broke.Paul Phillips2012-07-271-4/+2
* | | | | Eliminated all the current feature warnings.Paul Phillips2012-07-2747-66/+96
* | | | | Changed isHidden condition back to isSynthetic.Paul Phillips2012-07-271-0/+4
* | | | | Eliminated remainder of "catches Throwable" warnings.Paul Phillips2012-07-279-11/+12
* | | | | Cleared the remaining unchecked warnings in trunk.Paul Phillips2012-07-271-4/+4
* | | | | Improve unchecked warnings a lot.Paul Phillips2012-07-273-57/+82
| |/ / / |/| | |
* | | | Remove typesafe-config as dependency for library. Akka-actors will draw it in.Josh Suereth2012-07-251-2/+2
|/ / /
* | | Merge pull request #986 from scalamacros/ticket/6075Adriaan Moors2012-07-255-162/+32
|\ \ \
| * | | SI-6075 cleans up api.StandardNamesEugene Burmako2012-07-245-162/+32
* | | | Merge pull request #985 from scalamacros/ticket/6112Adriaan Moors2012-07-252-2/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-6112 exposes symbol mutators in macro universeEugene Burmako2012-07-242-2/+10
| |/ /
* | | 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
* | | | hotfix for TwoWayCacheEugene Burmako2012-07-251-3/+3
| |_|/ |/| |
* | | Merge pull request #984 from scalamacros/ticket/6058Adriaan Moors2012-07-241-11/+25
|\ \ \
| * | | SI-6058 makes JavaMirror caches weakEugene Burmako2012-07-241-11/+25
| | |/ | |/|
* | | Merge pull request #966 from paulp/issue/6117Adriaan Moors2012-07-244-15/+33
|\ \ \ | |/ / |/| |
| * | Fix SI-6117, regression involving import ambiguity.Paul Phillips2012-07-211-3/+16
| * | Tweak to symbol tracer.Paul Phillips2012-07-211-12/+17
| * | Renaming files to please ant.Paul Phillips2012-07-212-0/+0
* | | Merge pull request #978 from adriaanm/haraldme-patch-1Adriaan Moors2012-07-241-1/+1
|\ \ \
| * | | [doc] Fix example of `Ordering.on` usage.haraldme2012-07-231-1/+1
| | |/ | |/|
* | | Merge pull request #971 from dragos/ide/safe-reflection-baseAdriaan Moors2012-07-244-16/+22
|\ \ \
| * | | Small changes to reflection API to make it safe for IDE use.Iulian Dragos2012-07-234-16/+22
* | | | 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-247-62/+98
|\ \ \ \ \
| * | | | | docs related to fix for SI-6111Adriaan Moors2012-07-242-3/+9
| * | | | | SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-237-62/+92
| | |_|/ / | |/| | |
* / | | | 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
|\ \ \