summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | SI-7520 bug in subtyping.Paul Phillips2013-05-311-1/+3
| * | | | | | | Eliminated the shared logic.Paul Phillips2013-05-311-32/+31
| * | | | | | | New method typeRelationPreCheck.Paul Phillips2013-05-311-1/+27
| * | | | | | | Add a TriState value class.Paul Phillips2013-05-311-0/+26
* | | | | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-033-25/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-313-25/+10
* | | | | | | | | Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-0347-995/+1489
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refactors IMPLPARAM_xxx constants into value classesEugene Burmako2013-06-022-23/+66
| * | | | | | | | | more refactoring and explanations in importersEugene Burmako2013-06-021-48/+54
| * | | | | | | | | applying Jason's aesthetics suggestionEugene Burmako2013-05-281-4/+10
| * | | | | | | | | changes some definitions to use Symbol.mapEugene Burmako2013-05-281-25/+25
| * | | | | | | | | refactors macro runtimesEugene Burmako2013-05-2823-122/+202
| * | | | | | | | | refactors macro compilationEugene Burmako2013-05-2819-513/+766
| * | | | | | | | | refactors importersEugene Burmako2013-05-281-318/+318
| * | | | | | | | | macro engine refactoringEugene Burmako2013-05-285-156/+262
| * | | | | | | | | SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-272-2/+2
| * | | | | | | | | less magic in fast track macrosEugene Burmako2013-05-275-6/+6
* | | | | | | | | | Finalized math.E and math.Pi.Paul Phillips2013-05-311-2/+2
* | | | | | | | | | Merge pull request #2592 from paulp/issue/7088Paul Phillips2013-05-311-1/+5
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | SI-7088 Array crasher in erasure.Paul Phillips2013-05-271-1/+5
| |/ / / / / / / /
* | / / / / / / / Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-312-8/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2424 from rjolly/si-7399James Iry2013-05-291-11/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-7399 : Take scala.concurrent.context.maxThreads into accountRaphael Jolly2013-05-291-11/+11
* | | | | | | | Merge pull request #2563 from soc/SI-7474James Iry2013-05-282-8/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-282-8/+11
* | | | | | | | | Merge pull request #2579 from vigdorchik/list_mapJames Iry2013-05-282-28/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-222-28/+15
* | | | | | | | | Make all numeric coercions explicit.Paul Phillips2013-05-2751-131/+148
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2598 from paulp/pr/raw-type-stubsPaul Phillips2013-05-273-4/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Print raw types correctly.Paul Phillips2013-05-263-4/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2524 from soc/SI-7469-java-collectionsPaul Phillips2013-05-272-56/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-7469 Remove deprecated elements in Java{Conversions,Converters}Simon Ochsenreither2013-05-242-56/+2
* | | | | | | | Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-265-92/+99
|\ \ \ \ \ \ \ \
| * | | | | | | | PathResolver uses platform EOL to mkStringsSom Snytt2013-05-231-61/+56
| * | | | | | | | SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-235-39/+51
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #2591 from som-snytt/topic/partest-inchesPaul Phillips2013-05-262-44/+112
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7198 Par-Test uses filters filesSom Snytt2013-05-251-2/+19
| * | | | | | | | SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-252-44/+95
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2585 from paulp/pr/concision-contributionPaul Phillips2013-05-2652-359/+339
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | A couple additional simplifications.Paul Phillips2013-05-241-3/+3
| * | | | | | | Concision contribution.Paul Phillips2013-05-2352-350/+324
| * | | | | | | Avoid caching different types in TypeSymbol.Paul Phillips2013-05-231-8/+14
* | | | | | | | Merge pull request #2574 from paulp/issue/3425Paul Phillips2013-05-243-18/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-3425 erasure crash with refinement members.Paul Phillips2013-05-213-18/+32
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2581 from soc/SI-6811-jsonPaul Phillips2013-05-233-0/+7
|\ \ \ \ \ \ \
| * | | | | | | SI-6811 Deprecate scala.util.parsing.jsonSimon Ochsenreither2013-05-223-0/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2576 from retronym/ticket/7436Paul Phillips2013-05-231-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-7436 Varargs awareness for super param aliasing.Jason Zaugg2013-05-211-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2568 from scalamacros/topic/abstractfile-classloaderEugene Burmako2013-05-224-7/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Moves AbstractFileClassLoader to scala-reflect.jarEugene Burmako2013-05-204-7/+17
| | |/ / / | |/| | |