summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1466 from jroper/patch-1Paul Phillips2012-10-062-0/+52
|\
| * SI-6478 Fixing JavaTokenParser identJames Roper2012-10-052-0/+52
* | Moved a bunch of passing tests out of pending.Paul Phillips2012-10-0416-0/+338
|/
* Merge pull request #1369 from som-snytt/issue/6406-regextractPaul Phillips2012-10-042-0/+34
|\
| * Regex.unapplySeq should not take Any (Fixes SI-6406)Som Snytt2012-09-202-0/+34
* | Merge pull request #1429 from paulp/topic/shortClassPaul Phillips2012-10-042-0/+34
|\ \
| * | Added utility function shortClass.Paul Phillips2012-09-292-0/+34
* | | SI-6467: Zero element in aggregate now by-nameAleksandar Prokopec2012-10-041-0/+20
* | | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-0310-0/+126
|\ \ \
| * \ \ Merge pull request #1415 from scalamacros/is-value-typeEugene Burmako2012-09-288-0/+99
| |\ \ \
| | * | | fully initializes symbols on `typeSignature`Eugene Burmako2012-09-281-1/+1
| | * | | Fix for failing test.Paul Phillips2012-09-282-7/+18
| | * | | Implementations of isValueType and isNonValueType.Paul Phillips2012-09-283-1/+33
| | * | | SI-6417 correctly reifies non-value typesEugene Burmako2012-09-284-0/+50
| | * | | showRaw no longer crashes on NoSymbolEugene Burmako2012-09-282-0/+6
| * | | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-282-0/+27
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-212-0/+27
* | | | | Merge pull request #1437 from paulp/typevar-suspensionGrzegorz Kossakowski2012-10-024-0/+253
|\ \ \ \ \
| * | | | | Recovered a bunch of deleted tests.Paul Phillips2012-10-014-0/+253
| | |_|/ / | |/| | |
* / | | | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-293-0/+37
|/ / / /
* | | | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-2815-46/+58
|\| | |
| * | | Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-281-5/+5
| |\ \ \
| | * | | Improvements to unchecked warnings.Paul Phillips2012-09-251-5/+5
| * | | | moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-273-4/+7
| * | | | simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-271-2/+1
| * | | | exposes Position.source as SourceFileEugene Burmako2012-09-272-2/+2
| * | | | removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-271-12/+1
| * | | | removes front ends from scala-reflect.jarEugene Burmako2012-09-273-13/+34
| * | | | MirrorOf => MirrorEugene Burmako2012-09-274-8/+8
* | | | | Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-2724-16/+382
|\| | | |
| * | | | Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-271-0/+26
| |\ \ \ \
| | * | | | SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-271-0/+26
| * | | | | hardens DirectTest against missing -d settingsEugene Burmako2012-09-261-1/+1
| |/ / / /
| * | | | Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-2612-15/+19
| |\ \ \ \
| | * | | | SI-6277 fixes flags, annotations & privateWithinEugene Burmako2012-09-2612-15/+19
| * | | | | Merge pull request #1396 from axel22/issue/6410Josh Suereth2012-09-262-0/+11
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-6410 add test cases.Aleksandar Prokopec2012-09-252-0/+11
| * | | | | Update check-file for SI-6344 test.Grzegorz Kossakowski2012-09-251-2/+2
| |/ / / /
| * | | | Merge pull request #1345 from paulp/issue/6344Grzegorz Kossakowski2012-09-252-0/+238
| |\ \ \ \
| | * | | | Fix for SI-6344, value class generic signatures.Paul Phillips2012-09-202-0/+238
| * | | | | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-251-26/+0
| * | | | | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-241-0/+26
| * | | | | SI-6412 fixes leaks in Types.uniquesEugene Burmako2012-09-242-0/+30
| * | | | | Merge pull request #1378 from scalamacros/ticket/5918Eugene Burmako2012-09-232-0/+47
| |\ \ \ \ \
| | * | | | | SI-5918 fixes the ConstantType uglinessEugene Burmako2012-09-232-0/+47
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #1379 from retronym/topic/boxing-conversionsPaul Phillips2012-09-222-0/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove BoxingConversions from the scala package.Jason Zaugg2012-09-222-0/+10
| * | | | | A couple CRLF normalization stragglers.Paul Phillips2012-09-213-7/+7
* | | | | | Fixed SI-5604, selections on package objects.Paul Phillips2012-09-262-0/+58
* | | | | | Merge pull request #1367 from retronym/ticket/6381Grzegorz Kossakowski2012-09-212-0/+30
|\ \ \ \ \ \