summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-7080 improve boundary value checking for BitSetHeejong Lee2013-04-072-6/+15
* SI-6289 Paulptest demonstrating javac errorsSom Snytt2013-04-041-3/+47
* SI-6289 Partest in technicolor and showing javac errorsSom Snytt2013-04-0420-1530/+1412
* Merge pull request #2320 from mighdoll/masterPaul Phillips2013-04-031-1/+1
|\
| * doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2Lee Mighdoll2013-03-261-1/+1
* | Merge pull request #2337 from retronym/ticket/7110-2Paul Phillips2013-04-031-0/+7
|\ \
| * | SI-7110 Warn about naked try without catch/finallyJason Zaugg2013-03-291-0/+7
* | | Add () to side-effecting u1/u2/u4.Paul Phillips2013-04-031-3/+3
* | | Reduce duplication in JavaMirrors.Paul Phillips2013-04-032-111/+90
* | | Brought some structure to the classfileparser.Paul Phillips2013-04-033-366/+356
* | | Cleaning up error handling.Paul Phillips2013-04-031-13/+6
* | | Fleshing out comments on JavaAccFlags.Paul Phillips2013-04-031-9/+6
* | | Abstract over java.lang.reflect.{ Method, Constructor }.Paul Phillips2013-04-031-0/+45
* | | Value class to represent jvm flags.Paul Phillips2013-04-031-0/+86
* | | Added ensureAccessible to reflection library.Paul Phillips2013-04-032-7/+15
* | | Merge pull request #2348 from paulp/pr/2324-editPaul Phillips2013-04-021-3/+1
|\ \ \
| * | | SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-04-021-3/+1
* | | | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-0295-244/+251
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-2793-244/+244
| * | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-272-0/+7
* | | | Merge pull request #2310 from retronym/ticket/6168Paul Phillips2013-04-021-1/+7
|\ \ \ \
| * | | | SI-6168 Retain prefix when parsing types in JVM signaturesJason Zaugg2013-03-251-1/+7
* | | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-0229-1626/+233
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2321 from kzys/js-deferAdriaan Moors2013-04-012-16/+30
| |\ \ \ \ \
| | * | | | | Scaladoc: Load scripts at the bottom, and with a defer attributeKato Kazuyoshi2013-03-272-16/+30
| * | | | | | Strip version suffix from diffutils.Adriaan Moors2013-03-291-1/+1
| * | | | | | Use java-diff-utils for diffing in partest.Adriaan Moors2013-03-296-1503/+26
| * | | | | | Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-272-4/+6
| |\ \ \ \ \ \
| | * | | | | | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-232-4/+6
| * | | | | | | Merge pull request #2291 from retronym/ticket/7290Adriaan Moors2013-03-271-5/+15
| |\ \ \ \ \ \ \
| | * | | | | | | SI-7290 Minor cleanups driven by review comments.Jason Zaugg2013-03-271-4/+4
| | * | | | | | | SI-7290 Discard duplicates in switchable alternative patterns.Jason Zaugg2013-03-231-3/+13
| | |/ / / / / /
| * | | | | | | Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-271-11/+24
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-251-11/+24
| * | | | | | | Merge pull request #2252 from soc/SI-7237-2.10Paul Phillips2013-03-251-5/+2
| |\ \ \ \ \ \ \
| | * | | | | | | [backport] SI-7237 Always choose ForkJoinTaskSupportSimon Ochsenreither2013-03-151-5/+2
| | |/ / / / / /
| * | | | | | | Merge pull request #2270 from retronym/ticket/7246-2Paul Phillips2013-03-251-14/+12
| |\ \ \ \ \ \ \
| | * | | | | | | SI-7246 Make $outer pointer elision Java awareJason Zaugg2013-03-231-14/+12
| | |/ / / / / /
| * | | | | | | Merge pull request #2306 from retronym/ticket/7299Paul Phillips2013-03-251-2/+8
| |\ \ \ \ \ \ \
| | * | | | | | | SI-7299 Improve error message for eta-expanding 23+ param methodJason Zaugg2013-03-251-2/+8
| * | | | | | | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-256-3/+39
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Log when invokedynamic instruction is encounteredJames Iry2013-03-251-0/+1
| | * | | | | | | | Read version 51 (JDK 7) class files.James Iry2013-03-146-3/+38
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | SI-6580 Scaladoc: Should not close void elementsKato Kazuyoshi2013-03-251-7/+11
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #2295 from adriaanm/build-cleanup-2.10Paul Phillips2013-03-231-9/+9
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge scala/2.10.x into build-cleanup-2.10Adriaan Moors2013-03-2317-92/+126
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge pull request #2279 from kzys/jira-7013Paul Phillips2013-03-231-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-7013 Scaladoc: Fix StackOverflowErrorKato Kazuyoshi2013-03-201-3/+3
| * | | | | | | | | | Merge pull request #2266 from paulp/issue/7251Paul Phillips2013-03-231-127/+114
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2264 from Blaisorblade/issue/7253Paul Phillips2013-03-222-18/+18
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |