summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-2770-5877/+886
|\
| * Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-273-90/+114
| |\
| | * SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-273-90/+114
| * | Merge pull request #1408 from scalamacros/topic/direct-testPaul Phillips2012-09-261-1/+1
| |\ \
| | * | hardens DirectTest against missing -d settingsEugene Burmako2012-09-261-1/+1
| | |/
| * | Merge pull request #1407 from dragos/issue/fix-SI-6429Paul Phillips2012-09-261-1/+1
| |\ \
| | * | Don't call `updateInfo` during typing.Iulian Dragos2012-09-261-1/+1
| * | | Move -Xdead-code out of the standard -Xlint.Paul Phillips2012-09-262-2/+3
| * | | Privatize some collections internals.Paul Phillips2012-09-261-5/+5
| * | | Refine an -Xlint warning.Paul Phillips2012-09-261-5/+7
| * | | Explicit type application in cps plugin.Paul Phillips2012-09-261-1/+1
| * | | Don't overload implicit methods.Paul Phillips2012-09-262-3/+3
| * | | Don't write public methods with non-public parameters.Paul Phillips2012-09-263-7/+6
| * | | Don't write side-effecting nullary methods.Paul Phillips2012-09-266-26/+25
| * | | Avoid relying on auto-tupling.Paul Phillips2012-09-265-14/+14
| | |/ | |/|
| * | Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-2615-49/+145
| |\ \
| | * | SI-6277 fixes flags, annotations & privateWithinEugene Burmako2012-09-264-28/+112
| | * | distinguishes flag-agnostic completersEugene Burmako2012-09-2410-18/+30
| | * | minor cleanup for reflectionEugene Burmako2012-09-223-5/+5
| * | | Merge pull request #1397 from jsuereth/fix/SI-6409Grzegorz Kossakowski2012-09-261-0/+3
| |\ \ \
| | * | | Improves SI-6409 - Add note to string flatMap about evaluation.Josh Suereth2012-09-251-0/+3
| | | |/ | | |/|
| * | | Merge pull request #1405 from heathermiller/topic/scaladoc-interface-fixesGrzegorz Kossakowski2012-09-263-5440/+187
| |\ \ \
| | * | | Automatically highlight and scroll to linked-to membersHeather Miller2012-08-241-0/+16
| | * | | SI-4857 fixes showall/hideall Scaladoc interface bugHeather Miller2012-08-231-0/+11
| | * | | SI-6170 Revert #456 "Upgrade jQuery from 1.4.2 to 1.7.2"Heather Miller2012-08-232-5440/+160
| * | | | Merge pull request #1388 from odersky/topic/instrumenterGrzegorz Kossakowski2012-09-261-6/+7
| |\ \ \ \
| | * | | | Fixed instrumentation code so that it can deal with:Martin Odersky2012-09-251-6/+7
| * | | | | Merge pull request #1394 from vjovanov/amk/ActorRefGrzegorz Kossakowski2012-09-266-18/+31
| |\ \ \ \ \
| | * | | | | Moving actor migration to separate dir.Vojin Jovanovic2012-09-255-0/+0
| | * | | | | Support for scala.concurrent for the ActorRef.Vojin Jovanovic2012-09-252-11/+18
| | * | | | | SI-6305 fix.Vojin Jovanovic2012-09-255-7/+13
| * | | | | | Generate links to external projects in scaladoc.Eugene Vigdorchik2012-09-2610-108/+186
| | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #1345 from paulp/issue/6344Grzegorz Kossakowski2012-09-251-18/+32
| |\ \ \ \ \
| | * | | | | Fix for SI-6344, value class generic signatures.Paul Phillips2012-09-201-18/+32
| * | | | | | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-253-107/+82
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #1385 from scalamacros/ticket/6412Paul Phillips2012-09-247-96/+180
| |\ \ \ \ \
| | * | | | | fixes mirrorThatLoaded in JavaMirrorsEugene Burmako2012-09-242-13/+12
| | * | | | | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-243-82/+107
| | * | | | | SI-6412 fixes leaks in Types.uniquesEugene Burmako2012-09-242-1/+61
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1373 from smessmer/2.10.xGrzegorz Kossakowski2012-09-244-4/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-214-4/+4
| * | | | | Merge pull request #1378 from scalamacros/ticket/5918Eugene Burmako2012-09-233-44/+11
| |\ \ \ \ \
| | * | | | | SI-5918 fixes the ConstantType uglinessEugene Burmako2012-09-233-44/+11
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #1377 from scalamacros/topic/partest-always-lfPaul Phillips2012-09-222-4/+23
| |\ \ \ \ \
| | * | | | | partest now always produces log files with LFsEugene Burmako2012-09-222-4/+23
| | |/ / / /
| * | | | | Merge pull request #1379 from retronym/topic/boxing-conversionsPaul Phillips2012-09-221-5/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove BoxingConversions from the scala package.Jason Zaugg2012-09-221-5/+0
| * | | | | Merge pull request #1370 from pavelpavlov/SI-5767Grzegorz Kossakowski2012-09-211-2/+0
| |\ \ \ \ \
| | * | | | | LinkedHashSet scaladoc fix after FlatHashTable->HashTable transitonPavel Pavlov2012-09-211-2/+0
| * | | | | | fix scala.collection.TraversableLike scaladocxuwei-k2012-09-211-1/+1