summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge pull request #4928 from szeiger/wip/document-e-ncLukas Rytz2016-02-102-1/+14
| |\ \ \ \ \ \
| | * | | | | | Document when the `scala` command starts/uses a compilation daemonStefan Zeiger2016-02-012-1/+14
* | | | | | | | Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-2410-98/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-1610-98/+36
* | | | | | | | | Merge pull request #4958 from adriaanm/typerefrefactorAdriaan Moors2016-02-244-180/+187
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | thisInfo.parents also needs separate treatmentAdriaan Moors2016-02-121-1/+5
| * | | | | | | | | Less distribution of logic across TypeRef subclassesAdriaan Moors2016-02-122-108/+128
| * | | | | | | | | SI-9540 typedFunction is erasure awareAdriaan Moors2016-02-122-5/+11
| * | | | | | | | | Towards understanding `TypeRef`'s `transformInfo`/`baseType`Adriaan Moors2016-02-101-94/+71
* | | | | | | | | | Add doc annotation `@shortDescription` to enable explicit synopsisFelix Mulder2016-02-222-5/+15
* | | | | | | | | | Add progress bar for searchFelix Mulder2016-02-184-42/+57
* | | | | | | | | | Add better hover-text in search resultsFelix Mulder2016-02-186-27/+24
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #4973 from felixmulder/topic/scaladoc-replace-utf8-glyphsLukas Rytz2016-02-173-43/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Replace UTF8 glyphs with the Material TypefaceFelix Mulder2016-02-173-43/+75
* | | | | | | | | | Merge pull request #4969 from lrytz/valPatternOptStefan Zeiger2016-02-171-4/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Tests for optimizing val patternsLukas Rytz2016-02-161-4/+18
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Add package member filteringFelix Mulder2016-02-171-22/+18
* | | | | | | | | Scaladoc: Add new search, featuring entity and member searchFelix Mulder2016-02-1719-940/+2183
|/ / / / / / / /
* | | | | | | | SD-79 don't issue spurious inliner warnings under l:projectLukas Rytz2016-02-154-15/+20
* | | | | | | | Avoid generating ACONST_NULL; POP; ACONST_NULL when loading nullLukas Rytz2016-02-142-11/+21
* | | | | | | | Generate leaner code for branchesLukas Rytz2016-02-132-87/+94
* | | | | | | | Merge pull request #4944 from lrytz/stringBuilderNoBoxLukas Rytz2016-02-122-9/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9571 Avoid boxing primitives in string concatenationMarko Elezovic2016-02-062-9/+20
* | | | | | | | | Merge pull request #4894 from mmynsted/2.12.xJason Zaugg2016-02-121-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Making commented example simpler for mapMark Mynsted2016-01-191-1/+11
* | | | | | | | | | Merge pull request #4896 from retronym/topic/indy-all-the-thingsJason Zaugg2016-02-1212-165/+211
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use invokedynamic for structural calls, symbol literals, lamba ser.Jason Zaugg2016-01-2912-165/+211
* | | | | | | | | | | Merge pull request #4957 from retronym/topic/merge-2.11.x-to-2.12.x-20160210Seth Tisue2016-02-116-10/+159
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-106-10/+159
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge pull request #4950 from retronym/topic/sbt-tweaks-3Seth Tisue2016-02-092-1/+111
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| | | * | | | | | | | | Enable IntellIJ smarts while editing the buildJason Zaugg2016-02-072-1/+111
| | * | | | | | | | | | Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-6/+45
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-6/+45
| | | | |_|_|_|/ / / / | | | |/| | | | | | |
| | * | | | | | | | | bump copyright year to 2016Seth Tisue2016-02-033-3/+3
| | | |_|_|_|_|/ / / | | |/| | | | | | |
* | | | | | | | | | Merge pull request #4955 from som-snytt/issue/8685-depr-caseLukas Rytz2016-02-101-1/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-9650 Refchecks on case apply transformSom Snytt2016-02-101-1/+12
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-102-34/+7
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge branch '2.12.x' into SI-9452Shane Delmore2016-02-0421-261/+359
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Extend BigInt with Ordered for java interopShane Delmore2016-02-011-17/+6
| * | | | | | | | | Extend BigDecimal with Ordered for java interopShane Delmore2016-02-011-17/+1
* | | | | | | | | | Merge pull request #4938 from retronym/ticket/9349Jason Zaugg2016-02-101-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-9349 Fix use of patmat binder as prefix for new x.InnerJason Zaugg2016-02-021-3/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4868 from retronym/ticket/9542-comboJason Zaugg2016-02-103-23/+21
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-012-22/+17
| * | | | | | | | | SI-9542 Fix regression in value classes with enclosing refsJason Zaugg2016-02-011-1/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | SI-9620: add doc annotation to hide specific conversionsFelix Mulder2016-02-095-70/+88
* | | | | | | | | Merge pull request #4948 from szeiger/issue/9574Stefan Zeiger2016-02-091-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-9574 Prevent illegal overrides of members with module typesStefan Zeiger2016-02-081-5/+7
* | | | | | | | | | Scaladoc: fix duplicate implicits in ArrayFelix Mulder2016-02-061-0/+11
* | | | | | | | | | Add panzoom feature to Type Inheritance graphsFelix Mulder2016-02-0610-155/+193