summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #599 from som-snytt/ticket/5779-numeq-warnAdriaan Moors2012-05-222-3/+12
|\
| * SI-5779: Wrong warning message (comparing Number)Som Snytt2012-05-221-9/+13
| * SI-5779: Wrong warning message (comparing values of types Float/Double and Nu...Som Snytt2012-05-212-4/+9
* | Merge pull request #602 from hubertp/issue/5735Adriaan Moors2012-05-222-36/+42
|\ \
| * | Last minor cleanupHubert Plociniczak2012-05-221-3/+3
| * | More consistent solution for errorenous situations when infering the alternat...Hubert Plociniczak2012-05-222-39/+41
| * | Closes SI-5735, this could also potentially fix a SO problem that @adriaanm w...Hubert Plociniczak2012-05-212-4/+8
* | | Merge pull request #592 from retronym/ticket/4975Adriaan Moors2012-05-221-1/+1
|\ \ \
| * | | Consider method-scoped companions in the implicit scope.Jason Zaugg2012-05-211-1/+1
* | | | Merge pull request #596 from magarciaEPFL/ticket-SI-5672Adriaan Moors2012-05-223-5/+25
|\ \ \ \
| * | | | fix for SI-5672Miguel Garcia2012-05-213-5/+25
| | |_|/ | |/| |
* | | | Merge pull request #588 from retronym/ticket/5305Adriaan Moors2012-05-221-4/+1
|\ \ \ \
| * | | | Don't hop to the first enclosing, non-silent context when typing refinements.Jason Zaugg2012-05-061-4/+1
* | | | | Merge pull request #598 from retronym/ticket/2405Adriaan Moors2012-05-222-5/+9
|\ \ \ \ \
| * | | | | SI-2405 Confer implicit privileges to renamed imports.Jason Zaugg2012-05-222-5/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #604 from hubertp/issue/5044Adriaan Moors2012-05-222-2/+6
|\ \ \ \ \
| * | | | | Better diagnosis for the SI-5044 fixHubert Plociniczak2012-05-221-0/+4
| * | | | | For the benefit of future debugger users, let the context print some more use...Hubert Plociniczak2012-05-221-2/+2
| |/ / / /
* | | | | Merge pull request #583 from heathermiller/scaladoc/keyboard-shortcutsJosh Suereth2012-05-221-1/+1
|\ \ \ \ \
| * | | | | Fix to Scaladoc keyboard shortcuts for FirefoxHeather Miller2012-05-201-1/+1
* | | | | | Merge pull request #586 from axel22/issue/5804Josh Suereth2012-05-222-15/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixes SI-5804.Aleksandar Prokopec2012-05-182-15/+13
| | |_|_|/ | |/| | |
* | | | | Merge pull request #593 from som-snytt/ticket/5760-pkgobj-warnAdriaan Moors2012-05-211-1/+5
|\ \ \ \ \
| * | | | | SI-5760: Improve error message for package$Klass conflict with KlassSom Snytt2012-05-201-1/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #587 from retronym/ticket/5125Adriaan Moors2012-05-211-10/+18
|\ \ \ \ \
| * | | | | Fix @varargs forwarder generation in the presence of nested templates.Jason Zaugg2012-05-201-10/+18
| |/ / / /
* | | | | Merge pull request #576 from axel22/issue/4717Adriaan Moors2012-05-211-13/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes previous commit.Aleksandar Prokopec2012-05-181-2/+2
| * | | | Further fixes SI-4717.Aleksandar Prokopec2012-05-181-2/+2
| * | | | Fixes SI-4717.Aleksandar Prokopec2012-05-183-32/+20
| * | | | Add more logging.Aleksandar Prokopec2012-05-153-8/+22
* | | | | Merge pull request #582 from heathermiller/scaladoc/keyboard-shortcutsAdriaan Moors2012-05-195-166/+276
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Actually fixes SI-5055. Scaladoc now a zillion times less annoyingHeather Miller2012-05-191-16/+36
| * | | | Adds ability to navigate Scaladoc with arrow keysHeather Miller2012-05-192-149/+229
| * | | | Minor fix to Tab-switch keyboard shortcutHeather Miller2012-05-181-2/+2
| * | | | Added Scaladoc keyboard shortcut: tab toggles between panelsHeather Miller2012-05-184-5/+15
| | |/ / | |/| |
* | | | Merge pull request #581 from lrytz/t4812-uncAdriaan Moors2012-05-191-3/+8
|\ \ \ \
| * | | | Fix 4812Lukas Rytz2012-05-191-3/+8
* | | | | Merge pull request #578 from lrytz/wip/t5044-squashedAdriaan Moors2012-05-192-2/+15
|\ \ \ \ \
| * | | | | better feedback for SI-5044Lukas Rytz2012-05-182-2/+15
* | | | | | Merge pull request #577 from lrytz/wip/t2488Adriaan Moors2012-05-191-1/+2
|\ \ \ \ \ \
| * | | | | | Fix SI-2488Lukas Rytz2012-05-181-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #568 from hubertp/issue/5801Adriaan Moors2012-05-191-1/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fixes SI-5801, error messages regression. Review by @adriaanmHubert Plociniczak2012-05-181-1/+3
* | | | | | Merge pull request #574 from axel22/issue/4461Josh Suereth2012-05-181-0/+14
|\ \ \ \ \ \
| * | | | | | Fixes SI-4461.Aleksandar Prokopec2012-05-181-0/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #572 from lrytz/wip/t5544Adriaan Moors2012-05-181-1/+3
|\ \ \ \ \ \
| * | | | | | Fix SI-5544Lukas Rytz2012-05-181-1/+3
| |/ / / / /
* | | | | | Merge pull request #569 from phaller/wip-sip14-fixes-newAdriaan Moors2012-05-187-71/+113
|\ \ \ \ \ \
| * | | | | | SIP-14: clean ups and fixesphaller2012-05-177-71/+113