summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix diagrams for `Content Hierarchies` in scaladocFelix Mulder2016-03-023-10/+14
* Merge pull request #4934 from Shadow53/2.12.xSeth Tisue2016-03-011-0/+2
|\
| * Added Properties.isLinux to compliment the isWin and isMac methodsShadow532016-01-301-0/+2
* | Unclutter scaladoc entity membersFelix Mulder2016-03-017-145/+155
* | Add package view to scaladocFelix Mulder2016-02-265-11/+221
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-2541-86/+108
|\ \
| * | Typesafe is now LightbendSeth Tisue2016-02-249-18/+18
| * | Remove GIJ memory configuration advice from fsc, scala and scalac man pages.Janek Bogucki2016-02-203-15/+3
| * | fix smhasher urlxuwei-k2016-02-152-2/+2
| * | Fix off-by-one documentation error in Product<N>Janek Bogucki2016-02-1123-24/+23
| * | Merge pull request #4954 from retronym/topic/fullnameLukas Rytz2016-02-101-13/+25
| |\ \
| | * | Micro optimise Symbol#fullNameJason Zaugg2016-02-091-13/+25
| * | | Merge pull request #4939 from szeiger/issue/9624Lukas Rytz2016-02-103-15/+25
| |\ \ \
| | * | | SI-9624 Improve documentation for TraversableOnceStefan Zeiger2016-02-043-15/+25
| * | | | 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
| | |_|_|_|_|_|/ / | |/| | | | | | |