summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SI-9206 Verbose REPL prompt for info modeSom Snytt2015-06-191-6/+7
* SI-9206 Fix REPL code indentationSom Snytt2015-06-1927-200/+223
* SI-9206 REPL prompt is more easily configuredSom Snytt2015-06-192-12/+20
* SI-9206 BooleanProp if set and not untrueSom Snytt2015-06-181-3/+4
* Merge pull request #4559 from janekdb/2.11.x-scaladoc-2Seth Tisue2015-06-1825-33/+33
|\
| * Fix another several typosMichaƂ Pociecha2015-06-1810-12/+12
| * Fix some typos (a-c)Janek Bogucki2015-06-1818-21/+21
* | Merge pull request #4529 from lrytz/inlineAccessibilityJason Zaugg2015-06-196-25/+93
|\ \
| * | Fix illegal inlining of instructions accessing protected membersLukas Rytz2015-05-286-25/+93
* | | Merge pull request #4543 from som-snytt/issue/7773Seth Tisue2015-06-181-10/+12
|\ \ \
| * | | SI-7773 Restore phase id to icode filenameSom Snytt2015-06-071-10/+12
* | | | Merge pull request #4539 from vsalvis/vsalvis-docfixesSeth Tisue2015-06-186-31/+12
|\ \ \ \
| * | | | SI-6131 doc: remove broken show member link from all scaladoc pagesvsalvis2015-06-171-1/+0
| * | | | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
| * | | | SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-174-26/+8
| |/ / /
* | | | Merge pull request #4553 from som-snytt/issue/implicit-docSeth Tisue2015-06-182-2/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-142-2/+12
| |/ /
* | | Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-182-2/+34
|\ \ \
| * | | make BigDecimalTest.testMathContext a bit easier to understandZhong Sheng2015-06-181-13/+14
| * | | add more test for testMathContextZhong Sheng2015-05-291-2/+26
| * | | add unit test for MathContext lostZhong Sheng2015-05-281-0/+7
| * | | fix BigDecimal loosing MathContextZhong Sheng2015-05-271-2/+2
* | | | Merge pull request #4535 from retronym/topic/sbt-replAdriaan Moors2015-06-171-1/+6
|\ \ \ \
| * | | | [sbt] Allow the REPL to be run from the SBT buildJason Zaugg2015-06-021-1/+6
* | | | | Merge pull request #4550 from YawarRaza7349/patch-2Adriaan Moors2015-06-171-1/+1
|\ \ \ \ \
| * | | | | Fix missing quotes in EBNF of type aliasYawarRaza73492015-06-111-1/+1
* | | | | | Merge pull request #4560 from adriaanm/t9356Adriaan Moors2015-06-174-11/+30
|\ \ \ \ \ \
| * | | | | | SI-9356 more careful assertion in back-endAdriaan Moors2015-06-164-11/+30
* | | | | | | Merge pull request #4558 from janekdb/2.11.x-scaladoc-1-list-buffer-tryAdriaan Moors2015-06-172-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-162-2/+2
* | | | | | | | Merge pull request #4551 from soc/topic/spec-default-argsAdriaan Moors2015-06-171-8/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | spec: Add 'Default Arguments' heading, sentence, exampleSimon Ochsenreither2015-06-121-8/+20
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4541 from vuakko/SI-9348_2.11.xAdriaan Moors2015-06-174-11/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-174-11/+52
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4545 from retronym/topic/constr-varargs-toolboxAdriaan Moors2015-06-173-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9212 Fix toolbox with varargs constructorsJason Zaugg2015-06-093-0/+22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4420 from Ichoran/issue/8254Adriaan Moors2015-06-171-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8254 List SerializationProxy fails to default(Read/Write)ObjectRex Kerr2015-03-311-0/+2
* | | | | | | | | Merge pull request #4540 from YawarRaza7349/patch-1Seth Tisue2015-06-171-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Clarify the definition of inheritance closureYawarRaza73492015-06-051-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-163-477/+357
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-013-477/+357
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #4548 from ScrapCodes/git_4522Jason Zaugg2015-06-146-25/+187
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | SI-7747 More tests and logic according to our conclusions on #4522.Prashant Sharma2015-06-105-6/+29
| * | | | | | SI-7747 Limit previous change to imports of REPL valsJason Zaugg2015-05-262-14/+16
| * | | | | | SI-7747 Make REPL wrappers serialization friendlyPrashant Sharma2015-05-266-25/+162
* | | | | | | Merge pull request #4536 from danieldietrich/2.11.xJason Zaugg2015-06-071-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Better names for length valuesDaniel Dietrich2015-06-051-5/+5
| * | | | | | | Applying inverse index instead of reversing a ListDaniel Dietrich2015-06-021-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-0713-26/+1364
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |