summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use NoMods and NoFlags for reification of empty valuesDen Shabalin2013-09-053-41/+49
* merge flagsFromBits and FlagsAsBits into FlagsReprDen Shabalin2013-09-058-22/+30
* rename mkAnnotationCtor into mkAnnotationDen Shabalin2013-09-054-5/+5
* add missing copyTypeDef utility functionDen Shabalin2013-09-051-0/+16
* 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
| | |\ \ \ \ \ \
| | | * | | | | | SI-7694 Add @uncheckedBounds to the libraryJason Zaugg2013-08-131-0/+13
| | | * | | | | | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-134-13/+54
| | | |/ / / / /
| | * | | | | | Merge pull request #2826 from retronym/ticket/7020-2.10.xAdriaan Moors2013-08-131-4/+5
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | SI-7020 Determinism for pattern matcher warningsJason Zaugg2013-08-131-4/+5
| | * | | | | | Merge pull request #2809 from xeno-by/ticket/7733James Iry2013-08-135-14/+15
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-135-14/+15
| | | |/ / / /
| | * | | | | Merge pull request #2813 from xeno-by/topic/showrawGrzegorz Kossakowski2013-08-121-0/+2
| | |\ \ \ \ \
| | | * | | | | showRaw now prints symbols of def treesEugene Burmako2013-08-101-0/+2
| | * | | | | | Merge pull request #2817 from xeno-by/topic/toolbox-current-run-compilesJason Zaugg2013-08-121-1/+4
| | |\ \ \ \ \ \
| | | * | | | | | currentRun.compiles now correctly works in toolboxesEugene Burmako2013-08-101-1/+4
| | | | |/ / / / | | | |/| | | |
| | * / | | | | [nomaster] macro errors now always have positionsEugene Burmako2013-08-101-1/+1
| | |/ / / / /
| | * | | | | SI-7331 tb.parse returns unpositioned treesDen Shabalin2013-08-082-6/+11
| | * | | | | Merge pull request #2767 from gourlaysama/t4907Adriaan Moors2013-08-051-2/+66
| | |\ \ \ \ \
| | | * | | | | SI-4907 SI-4615 scala.bat honors -J and -D options.Antoine Gourlay2013-07-281-2/+66
| | * | | | | | Merge pull request #2761 from scalamacros/ticket/7510Jason Zaugg2013-08-011-2/+11
| | |\ \ \ \ \ \
| | | * | | | | | brings JavaMirrors up to speed with ClassfileParserEugene Burmako2013-07-231-2/+11
| | | |/ / / / /
* | | | | | | | Merge pull request #2849 from retronym/ticket/7763Jason Zaugg2013-08-292-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7763 Don't eliminate CHECK_CAST in dead code elimination.Jason Zaugg2013-08-291-1/+1
| * | | | | | | | SI-7763 Avoid dropping casts in erasureJason Zaugg2013-08-291-2/+2
* | | | | | | | | Merge pull request #2879 from retronym/ticket/7785Jason Zaugg2013-08-291-1/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7785 Preserve TypeVar suspension through TypeMapsJason Zaugg2013-08-271-1/+14
* | | | | | | | | | Merge pull request #2847 from retronym/ticket/7501Grzegorz Kossakowski2013-08-281-1/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7501 Pickler: owner adjustment for param syms in annotation argsJason Zaugg2013-08-171-1/+6
* | | | | | | | | | | Merge pull request #2863 from magarciaEPFL/backendish40Grzegorz Kossakowski2013-08-281-75/+253
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |