summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Hardens classToType logicEugene Burmako2012-02-0116-0/+122
*---. Merge remote-tracking branches 'gkossakowski/virtpatmat-switch', 'scalamacros...Paul Phillips2012-02-0113-0/+102
|\ \ \
| | | * Introduce getAnnotations that triggers symbol completionEugene Burmako2012-01-312-0/+13
| | * | Tests for https://issues.scala-lang.org/browse/SI-5427Eugene Burmako2012-02-018-0/+49
| | |/
| * | Added a test-case for switches with Yvirtpatmat.Grzegorz Kossakowski2012-02-013-0/+40
* | | Fix for slice boundary condition.Paul Phillips2012-02-012-0/+6
|/ /
* | Test case closes SI-5352.Paul Phillips2012-01-313-0/+29
* | Improved warning for insensible comparisons.Paul Phillips2012-01-314-1/+28
|/
*-. Merge remote-tracking branches 'axel22/issue/4147', 'axel22/issue/5374' and '...Paul Phillips2012-01-301-0/+19
|\ \
| | * Closes #4336.Hubert Plociniczak2012-01-301-0/+19
| |/
* | Fixed the benchmarks a bit.aleksandar2012-01-303-18/+27
* | Merge pull request #1 from lpereir4/avlAleksandar Prokopec2012-01-306-0/+442
|\ \ | |/ |/|
| * Scalacheck test in order to ensure AVL invariants are respected.Lucien Pereira2012-01-281-0/+114
| * Added benchmarking files, in order to easily compare variousLucien Pereira2012-01-285-0/+328
| |
| \
*-. \ Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'scalama...Paul Phillips2012-01-292-0/+14
|\ \ \
| | * | Test for https://issues.scala-lang.org/browse/SI-5418Eugene Burmako2012-01-292-0/+14
| |/ /
* | | Test case closes SI-4515.Paul Phillips2012-01-292-0/+47
* | | Bonus test case for SI-3999.Paul Phillips2012-01-281-0/+20
* | | Test case closes SI-3854.Paul Phillips2012-01-272-0/+20
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'scalamacros/topic/yshowsymkinds' and 'axel22/...Paul Phillips2012-01-271-15/+15
|\ \ \ \ | | |/ / | |/| |
| | * | Set fields in immutable hash maps and hash sets to vals.aleksandar2012-01-261-15/+15
| |/ /
* | | Disabled "not found" suggestions.Paul Phillips2012-01-263-5/+5
* | | Fix for recently induced -optimise crasher.Paul Phillips2012-01-262-0/+19
|/ /
| |
| \
*-. \ Merge remote-tracking branches 'axel22/issue/5374' and 'axel22/issue/5375' in...Paul Phillips2012-01-254-10/+67
|\ \ \
| | * | Fix for SI-5375.aleksandar2012-01-252-0/+20
| * | | Refine fix for SI-5374 - make list deserialization backward-compatible.aleksandar2012-01-252-10/+47
* | | | Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-251-8/+8
|\ \ \ \
| * | | | Making reflection thread-safe.Martin Odersky2012-01-251-8/+8
* | | | | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-259-31/+30
* | | | | Cleaner range counting.Paul Phillips2012-01-242-0/+4233
| |_|/ / |/| | |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge remote-tracking branches 'axel22/issue/5374', 'axel22/issue/5262', 'sca...Paul Phillips2012-01-238-12/+140
|\ \ \ \ \ \
| | | * | | | Add test case for SI-4835 (https://issues.scala-lang.org/browse/SI-4835)Kota Mizushima2012-01-232-0/+45
| | * | | | | Temporarily disabling debug traces in macro testsEugene Burmako2012-01-232-12/+22
| * | | | | | Test files for SI-5262, which was fixed by SI-5374.aleksandar2012-01-232-0/+28
| | |_|_|/ / | |/| | | |
| * | | | | Fix for SI-5374.aleksandar2012-01-232-0/+45
| | |/ / / | |/| | |
* / | | | Figured out the "$class$1" problem.Paul Phillips2012-01-233-0/+22
|/ / / /
* | | | Merge remote-tracking branches 'retronym/ticket/5072' and 'odersky/topic/t512...Paul Phillips2012-01-211-0/+26
|\ \ \ \
| * | | | Fix for problem in SBT that was caused by the too severe fix of type soundnes...Martin Odersky2012-01-211-0/+26
| | |/ / | |/| |
* | | | A better REPL context classloader.Jason Zaugg2012-01-212-0/+22
* | | | Test case for already closed SI-4271.Paul Phillips2012-01-202-0/+22
* | | | Test case for already closed SI-4176.Paul Phillips2012-01-201-0/+6
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'cvogt/windowsExitCodeFix' and 'szabolcsberecz...Paul Phillips2012-01-202-0/+13
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| | * | Closes SI-5066Szabolcs Berecz2012-01-202-0/+13
* | | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-201-4/+2
|\ \ \ \
| * | | | Quick fix for one of the macro testsEugene Burmako2012-01-201-4/+2
* | | | | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-199-1/+316
|\| | | | | |/ / / |/| | |
| * | | Progress with macrosEugene Burmako2012-01-209-1/+316
| |/ /
* / / Improved performance of TraversableLike.dropWhile, which now stops re-evaluat...Christopher Vogt2012-01-201-0/+15
|/ /
* | Merge remote-tracking branch 'dcsobral/interpolationFix'Paul Phillips2012-01-185-0/+16
|\ \
| * | Fix check for number of argumentsDaniel C. Sobral2012-01-175-0/+16