summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2885 from som-snytt/issue/7791-script-linenumsJason Zaugg2013-09-084-14/+48
|\
| * SI-7791 Line number table reflects underlying fileSom Snytt2013-09-054-14/+48
* | Merge pull request #2865 from folone/trampolinesGrzegorz Kossakowski2013-09-071-9/+54
|\ \
| * | Stackless implementation of TailRec in constant memory.Runar Bjarnason2013-08-241-24/+34
| * | Alter TailRec to have map and flatMapGeorge Leontiev2013-08-241-7/+42
* | | Merge pull request #2900 from nermin/masterGrzegorz Kossakowski2013-09-074-4/+4
|\ \ \
| * | | Correcting scaladoc for all classes defining withDefaultValue method.nermin2013-08-304-4/+4
* | | | Merge pull request #2917 from som-snytt/issue/7805-repl-iGrzegorz Kossakowski2013-09-072-4/+22
|\ \ \ \
| * | | | SI-7805 REPL -i startupSom Snytt2013-09-062-4/+22
* | | | | Merge pull request #2912 from retronym/ticket/7643Grzegorz Kossakowski2013-09-073-10/+3
|\ \ \ \ \
| * | | | | SI-7643 Enable newPatternMatching in interactive.Jason Zaugg2013-09-063-10/+3
* | | | | | Merge pull request #2855 from adriaanm/modularize-xml-parsersv2.11.0-M5Grzegorz Kossakowski2013-09-06115-10766/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix dbuild meta info: remove scaladoc projectJosh Suereth2013-09-061-4/+8
| * | | | | Remove scala-xml and scala-parser-combinatorsAdriaan Moors2013-08-27115-10762/+13
* | | | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-09-056-5/+31
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2888 from xeno-by/topic/typed-annotatedJason Zaugg2013-09-041-1/+1
| |\ \ \ \ \ \
| | * | | | | | typedAnnotated no longer emits nullsEugene Burmako2013-08-291-1/+1
| * | | | | | | Merge pull request #2901 from gkossakowski/backport-uniques-memory-fixGrzegorz Kossakowski2013-09-043-54/+416
| |\ \ \ \ \ \ \
| | * | | | | | | Modify perRunCaches to not leak WeakReferencesJames Iry2013-09-031-10/+3
| | * | | | | | | SI-7149 Use a WeakHashSet for type uniquenessGrzegorz Kossakowski2013-09-031-2/+2
| | * | | | | | | SI-7150 Replace scala.reflect.internal.WeakHashSetGrzegorz Kossakowski2013-09-031-42/+411
| * | | | | | | | Merge pull request #2876 from retronym/ticket/7782Jason Zaugg2013-09-041-1/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-7782 Derive type skolems at the ground levelJason Zaugg2013-08-271-1/+8
| * | | | | | | | | SI-4760 Parser handles block-ending importSom Snytt2013-08-301-1/+1
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #2868 from retronym/ticket/7775Jason Zaugg2013-08-291-2/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-7775 Harden against the shifting sands of System.getPropertiesJason Zaugg2013-08-261-2/+6
| | |/ / / / / / /
| * | | | | | | | Merge pull request #2871 from retronym/ticket/7779Jason Zaugg2013-08-292-0/+15
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-232-0/+15
| | |/ / / / / /
* | | | | | | | SI-7781 Comments to SessionTestSom Snytt2013-09-021-5/+16
* | | | | | | | SI-7781 Improve test and add commentSom Snytt2013-09-021-0/+5
* | | | | | | | SI-7781 REPL stack trunc shows causeSom Snytt2013-09-023-9/+89
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #2864 from retronym/ticket/6240-namesJason Zaugg2013-09-023-43/+71
|\ \ \ \ \ \ \
| * | | | | | | Lock down methods in NamesJason Zaugg2013-08-311-11/+14
| * | | | | | | SI-6240 Synchronizes NamesJason Zaugg2013-08-223-33/+58
* | | | | | | | Merge pull request #2861 from densh/topic/deprecate-early-type-defsGrzegorz Kossakowski2013-08-301-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | deprecate early type defsDen Shabalin2013-08-281-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2886 from gkossakowski/merge-2.10.xJason Zaugg2013-08-3018-73/+205
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-2918-73/+205
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-214-30/+23
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #2838 from retronym/ticket/7716v2.10.3-RC1James Iry2013-08-161-1/+3
| | |\ \ \ \ \
| | | * | | | | SI-7716 Exclude patmat synthetics from bounds checkingJason Zaugg2013-08-161-1/+3
| | * | | | | | Merge pull request #2842 from retronym/ticket/7603-2James Iry2013-08-162-30/+14
| | |\ \ \ \ \ \
| | | * | | | | | SI-7603 Remove diagnostic code for annotation errorJason Zaugg2013-08-161-8/+0
| | | * | | | | | SI-7603 Fix thread safety of FlagTranslationJason Zaugg2013-08-161-22/+14
| | | |/ / / / /
| | * | | | | | Merge pull request #2814 from xeno-by/topic/auto-duplicate-expansionsJames Iry2013-08-162-5/+10
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-142-5/+10
| | * | | | | | SI-7752 Don't disambiguate type parameters of overloaded altsJason Zaugg2013-08-151-4/+7
| | * | | | | | Merge pull request #2829 from adriaanm/ticket-7014James Iry2013-08-141-3/+8
| | |\ \ \ \ \ \
| | | * | | | | | SI-7014 Annot arg may refer to annotated class's memberAdriaan Moors2013-08-131-3/+8
| | * | | | | | | Merge pull request #2828 from adriaanm/rebase-2771James Iry2013-08-135-13/+67
| | |\ \ \ \ \ \ \