summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | scalac ant task now supports all GenASM targetsMiguel Garcia2012-07-081-1/+1
| * | | | | | | | raise compile time error about impending VerifyError due to unsorted lookupsw...Miguel Garcia2012-07-071-0/+9
| * | | | | | | | SI-6025 fix for GenASM, GenJVM-based fix pendingMiguel Garcia2012-07-061-10/+14
| * | | | | | | | GenASM becomes default backend, 1.5 classfiles remain as defaultMiguel Garcia2012-07-063-3/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #843 from scalamacros/ticket/6036Adriaan Moors2012-07-087-56/+59
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-067-56/+59
| |/ / / / / /
* | | | | | | Merge pull request #829 from ConnorDoyle/masterAdriaan Moors2012-07-081-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fixed the API documentation for scala.collection.MapLike.filterNot. The prev...Connor Doyle2012-07-051-3/+3
* | | | | | | | Merge pull request #844 from paulp/topic/stop-admonishing-meAdriaan Moors2012-07-085-8/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Knocking off a few catch _ => warnings.Paul Phillips2012-07-065-8/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #816 from VladUreche/feature/diagrams-dev-pullreq-newJosh Suereth2012-07-0736-534/+3170
|\ \ \ \ \ \ \ \
| * | | | | | | | Diagram tweaks #2Vlad Ureche2012-07-026-59/+108
| * | | | | | | | Diagram tweaks #1Vlad Ureche2012-07-028-80/+149
| * | | | | | | | Documented SyncVarVlad Ureche2012-07-021-7/+13
| * | | | | | | | Scaladoc class diagrams part 2Damien2012-07-0214-24/+1297
| * | | | | | | | Scaladoc class diagrams part 1Vlad Ureche2012-07-0220-204/+1236
| * | | | | | | | Reorganized scaladoc modelVlad Ureche2012-07-029-277/+460
| * | | | | | | | Scaladoc diff-firendly outputVlad Ureche2012-07-025-18/+42
* | | | | | | | | Merge pull request #848 from paulp/topic/asSeenFrom-basePaul Phillips2012-07-071-14/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Eliminated some code in asSeenFrom.Paul Phillips2012-07-071-14/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #838 from adriaanm/ticket-2442Adriaan Moors2012-07-071-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-2442 sealedness for java enums non-experimentalAdriaan Moors2012-07-061-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #834 from paulp/issue/3836-2Adriaan Moors2012-07-061-3/+26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix SI-3836 not-really-ambiguous import detection.Paul Phillips2012-07-051-3/+26
* | | | | | | | Merge pull request #830 from heathermiller/topic/tryeither-fixesAdriaan Moors2012-07-067-93/+148
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Updates scala.util.control.NonFatal documentation, as suggested in code reviewHeather Miller2012-07-061-6/+9
| * | | | | | | SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-057-87/+139
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #824 from adriaanm/ticket-4691_6008Adriaan Moors2012-07-062-218/+212
|\ \ \ \ \ \ \
| * | | | | | | refactor to implement @retronym's reviewAdriaan Moors2012-07-061-18/+20
| * | | | | | | SI-6008 use static knowledge of success of type testsAdriaan Moors2012-07-051-24/+51
| * | | | | | | SI-4691 exhaustivity: `unapply: Some` = irrefutableAdriaan Moors2012-07-051-175/+128
| * | | | | | | introduce -Ypatmat-debug (no new functionality)Adriaan Moors2012-07-052-35/+47
| |/ / / / / /
* | | | | | | Merge pull request #826 from lrytz/t5907Adriaan Moors2012-07-062-50/+66
|\ \ \ \ \ \ \
| * | | | | | | SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-052-50/+66
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #823 from scalamacros/topic/result-typeAdriaan Moors2012-07-061-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Adds `Type.resultType` to reflection APIEugene Burmako2012-07-041-0/+4
* | | | | | | | Merge pull request #822 from scalamacros/ticket/5959Adriaan Moors2012-07-061-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | SI-5959 type equality now accounts for mirrorsEugene Burmako2012-07-041-2/+2
* | | | | | | | SI-6033 Closed. Provides implicit conversion from java.math.BigInteger to BigIntDominik Gruntz2012-07-051-1/+10
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-051-51/+199
|\ \ \ \ \ \ \
| * | | | | | | SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-031-51/+199
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #803 from magarciaEPFL/offload-classfile-writing-BAdriaan Moors2012-07-054-280/+444
|\ \ \ \ \ \ \
| * | | | | | | GenASM gets a 10% performance boost via switchMiguel Garcia2012-07-012-245/+353
| * | | | | | | GenASM: pipeline disk-write with building of classfilesMiguel Garcia2012-07-013-35/+91
* | | | | | | | Merge pull request #777 from retronym/ticket/2796Adriaan Moors2012-07-041-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-261-0/+6
* | | | | | | | | Merge pull request #818 from scalamacros/topic/tags-for-anyval-and-anyrefAdriaan Moors2012-07-043-2/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | tags for AnyVal and AnyRefEugene Burmako2012-07-043-2/+12
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #820 from retronym/ticket/6013Adriaan Moors2012-07-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-041-1/+1
| | |_|_|_|/ / / | |/| | | | | |