summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | Interactive scaladoc: mark new typer run when done.Eugene Vigdorchik2013-04-171-2/+4
| | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | Merge pull request #2358 from adriaanm/ticket-7330Jason Zaugg2013-04-217-31/+43
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-087-31/+43
| | * | | | | | | | | Merge pull request #2410 from paulp/pr/parameterized-implicitJason Zaugg2013-04-213-4/+19
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Quiet down overloaded implicit warning.Paul Phillips2013-04-183-4/+19
| | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge pull request #2322 from retronym/ticket/7200Jason Zaugg2013-04-202-0/+84
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | | * | | | | | | | SI-7200 Test case for fixed type inference error.Jason Zaugg2013-03-272-0/+84
* | | | | | | | | | | Merge pull request #2406 from paulp/issue/7362Paul Phillips2013-04-3015-690/+764
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More useful checkfile output in interactive tests.Paul Phillips2013-04-3012-698/+698
| * | | | | | | | | | | SI-7362, crash in presentation compiler.Paul Phillips2013-04-304-13/+87
* | | | | | | | | | | | Merge pull request #2476 from paulp/pr/2446-passingPaul Phillips2013-04-3035-422/+808
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-7409 Par-Test: A crash is not a DNC for neg testsSom Snytt2013-04-303-31/+58
| * | | | | | | | | | | | Partest has an optionable wait period.Som Snytt2013-04-305-13/+43
| * | | | | | | | | | | | SI-7349 Partest supports test-interfaceSom Snytt2013-04-3014-265/+263
| * | | | | | | | | | | | Update ScalaCheck to 1.10.1.Som Snytt2013-04-3016-124/+446
| * | | | | | | | | | | | Partest testnum field width is sensitive to total testsSom Snytt2013-04-302-4/+9
| * | | | | | | | | | | | SI-7358 Partest fails on scalacheck failureSom Snytt2013-04-301-14/+18
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2453 from magarciaEPFL/backendish6Paul Phillips2013-04-301-13/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | no need to manually clear perRunCaches in GenASMMiguel Garcia2013-04-271-3/+0
| * | | | | | | | | | | maps in GenASM guaranteed mem-leak-free by perRunCachesMiguel Garcia2013-04-261-2/+2
| * | | | | | | | | | | SI-7422 GenASM populates and clears its maps within a RunMiguel Garcia2013-04-261-11/+19
* | | | | | | | | | | | Merge pull request #2428 from hubertp/issue/7291Paul Phillips2013-04-3010-117/+165
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-7291: Remove error kinds.Hubert Plociniczak2013-04-264-46/+54
| * | | | | | | | | | | | SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-269-76/+116
* | | | | | | | | | | | | Merge pull request #2459 from magarciaEPFL/backendish7Paul Phillips2013-04-303-28/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| * | | | | | | | | | | | BytecodeWriters.BytecodeWriter doesn't need to fiddle with SymbolMiguel Garcia2013-04-272-20/+26
| * | | | | | | | | | | | compiler flag -Ygen-asmp to emit .asmp textual files for bytecodeMiguel Garcia2013-04-273-10/+50
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2469 from paulp/pr/explaintypesPaul Phillips2013-04-295-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Route -explaintypes through reporter.Paul Phillips2013-04-295-5/+10
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2463 from retronym/ticket/7429Paul Phillips2013-04-291-21/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SI-7429 Fix checkinit build failure in ContextsJason Zaugg2013-04-281-21/+13
* | | | | | | | | | | | | Merge pull request #2465 from retronym/ticket/6784Paul Phillips2013-04-298-6/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Address a deprecation warnings in scala-swing.Jason Zaugg2013-04-281-1/+1
| * | | | | | | | | | | | | SI-6784 Localize feature imports in scala.swing.Jason Zaugg2013-04-287-5/+14
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2443 from paulp/pr/jlineAdriaan Moors2013-04-296-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Updated jline and rebuilt.Paul Phillips2013-04-246-13/+13
* | | | | | | | | | | | | Merge pull request #2421 from paulp/pr/print-method-positionsPaul Phillips2013-04-274-12/+131
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | -Yshow-member-pos, print the positions of members.Paul Phillips2013-04-204-12/+131
* | | | | | | | | | | | | Merge pull request #2457 from paulp/pr/late-method-reduxJason Zaugg2013-04-267-15/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Documented lateMETHOD flag.Paul Phillips2013-04-267-14/+50
| * | | | | | | | | | | | | Call method rather than duplicating method.Paul Phillips2013-04-261-1/+1
* | | | | | | | | | | | | | Merge pull request #2445 from magarciaEPFL/backendish3Paul Phillips2013-04-262-109/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | deprecation cycle for definitions.NPEConstructorMiguel Garcia2013-04-271-0/+3
| * | | | | | | | | | | | | | improved naming of variables in constructors phaseMiguel Garcia2013-04-251-17/+10
| * | | | | | | | | | | | | | translation for DelayedInit keeps more code in original classMiguel Garcia2013-04-241-101/+95
| * | | | | | | | | | | | | | avoids multiple evals of isSubClass DelayedInitClassMiguel Garcia2013-04-241-3/+5
| * | | | | | | | | | | | | | for null outer pointer, NPE via throw nullMiguel Garcia2013-04-242-2/+2
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2447 from paulp/pr/bynamePaul Phillips2013-04-263-12/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Created utility function for dropping by-name-ness.Paul Phillips2013-04-253-12/+9
* | | | | | | | | | | | | | | Merge pull request #2452 from magarciaEPFL/backendish5Paul Phillips2013-04-263-24/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |