summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fixes https://scala-webapps.epfl.ch/jenkins/job/scala-checkin-rangpos/404/Eugene Burmako2012-04-131-2/+1
| |/ / /
| * | | Fix for failing test.Paul Phillips2012-04-131-2/+2
| | | |
| * | | Merge commit 'refs/pull/383/head' into developPaul Phillips2012-04-139-76/+133
| |\ \ \ | | | |/ | | |/|
| | * | Add managed blockers to execution contexts.aleksandar2012-04-131-1/+17
| | | |
| | * | Fixing a failing test.aleksandar2012-04-122-22/+20
| | | |
| | * | Making changes in the scala.concurrent package.aleksandar2012-04-127-53/+96
| | | |
| * | | Merge commit 'refs/pull/376/head' into developPaul Phillips2012-04-134-110/+121
| |\ \ \
| | * | | Moving Duration DSL to a separate package.Vojin Jovanovic2012-04-124-110/+121
| | | |/ | | |/| | | | | | | | | | | | | | | | | Reverting to Java 6 time units. Review by: @phaller
| | | |
| | \ \
| *-. \ \ Merge commit 'refs/pull/380/head'; commit 'refs/pull/381/head' into developPaul Phillips2012-04-134-11/+78
| |\ \ \ \
| | | * | | SI-5510: string interpolation: parser no longer hangs on unclosed stringDominik Gruntz2012-04-133-2/+34
| | | | | |
| | * | | | Cache consistency checks for starr binary repo.Josh Suereth2012-04-121-9/+44
| | |/ / /
| * | | | Merge pull request #277 from VladUreche/hack/spaces-scriptJosh Suereth2012-04-122-0/+135
| |\ \ \ \ | | | | | | | | | | | | Space/Tab cleanup script - run before committing
| | * | | | Space/Tab cleanup script - run before committingVlad Ureche2012-03-162-0/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running this script will transform tabs into a pair of spaces and will eliminate trailing spaces. Use at your own risk!
| * | | | | Adjustment to recent fix.Paul Phillips2012-04-131-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | Try not to break files/specialized/spec-hlists.scala along the way.
| * | | | | Merge commit 'refs/pull/379/head'Paul Phillips2012-04-122-2/+2
| |\ \ \ \ \
| | * | | | | fixes petty macro testsEugene Burmako2012-04-122-2/+2
| | | | | | |
| * | | | | | Workaround for SI-5657.Paul Phillips2012-04-123-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to error handling have had unfortunate effects on the repl. Disabling things which used to work to suppress new failures.
| * | | | | | Workaround for SI-5583.Paul Phillips2012-04-123-7/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow type args to be applied arrive in the specialized subclass where type args are no longer applicable. Log and discard.
| * | | | | | Fix for SI-5535.Paul Phillips2012-04-123-1/+31
| |/ / / / /
| * | | | | fixes petty macro testsEugene Burmako2012-04-1273-196/+230
| | | | | |
| * | | | | Reconfigure build.xml so -Xmacros isn't lost.Paul Phillips2012-04-121-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For future reference, -Dscalac.args is how unknown things pass arbitrary parameters to scalac, so you don't want to put anything there you don't expect to lose.
* | | | | | Fixed tests to account for SIP 18Martin Odersky2012-04-1317-470/+492
| | | | | |
* | | | | | Fine-tuning of isRepresentableWithWildcards and wildcard printing.Martin Odersky2012-04-132-21/+22
| | | | | |
* | | | | | Fixed problems with new deprecated idents scheme.Martin Odersky2012-04-131-7/+6
| | | | | |
* | | | | | Added languageFeature annotation (was missing before). Resolved problem with ↵Martin Odersky2012-04-13136-220/+200
| | | | | | | | | | | | | | | | | | | | | | | | late loading of nested classes in Definitions. Resolved handling of deprecated idents `then` and `macro`. Massaged test flags.
* | | | | | Added missing objects.Martin Odersky2012-04-132-0/+55
| | | | | |
* | | | | | Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-1294-102/+133
| | | | | |
* | | | | | Various improvements to SIP 18 diagnostics. Made scala library and compiler ↵Martin Odersky2012-04-12136-111/+275
| | | | | | | | | | | | | | | | | | | | | | | | feature clean.
* | | | | | Merge branch 'master' into topic/sip18Martin Odersky2012-04-121193-6393/+18330
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/compiler/scala/reflect/internal/Definitions.scala Various improvements to SIP 18 reporting. Made scala library and compiler feature-clean.
| * | | | | Revert "Enabled continuations plugin by default."Paul Phillips2012-04-123-12/+15
| | |/ / / | |/| | | | | | | | | | | | | This reverts commit da35106f81a5c24e78ff51c95e10052ad4f23b18.
| * | | | New starr with implicit classes and macros.Paul Phillips2012-04-123-3/+3
| | | | |
| * | | | Merge commit 'refs/pull/375/head' into developPaul Phillips2012-04-121111-4834/+14576
| |\ \ \ \
| | * | | | GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-1258-310/+320
| | | | | |
| | * | | | Next generation of macrosEugene Burmako2012-04-121111-4838/+14570
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements SIP 16: Self-cleaning macros: http://bit.ly/wjjXTZ Features: * Macro defs * Reification * Type tags * Manifests aliased to type tags * Extended reflection API * Several hundred tests * 1111 changed files Not yet implemented: * Reification of refined types * Expr.value splicing * Named and default macro expansions * Intricacies of interaction between macros and implicits * Emission of debug information for macros (compliant with JSR-45) Dedicated to Yuri Alekseyevich Gagarin
| * | | | | Disabling failing tests.Paul Phillips2012-04-125-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I turn them over to the responsible parties. Iulian knows about the deadlock test; for philipp I presume, 07:10:29 [partest] concurrent-future.scala:97: error: not found: type FutureTimeoutException 07:10:29 [partest] throw new FutureTimeoutException(null) 07:10:29 [partest] ^ 07:10:29 [partest] one error found
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge commit 'refs/pull/373/head'; commit 'refs/pull/374/head' into developPaul Phillips2012-04-1214-136/+228
| |\ \ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Fixes and clean ups for futures based on review by @viktorklangphaller2012-04-124-29/+15
| | | |/ / /
| | * | | | Fixed duplicate method problem for implicit wrappers.Martin Odersky2012-04-111-0/+1
| | | | | |
| | * | | | Implementation of SIP 13 take 2.Martin Odersky2012-04-114-28/+33
| | | | | |
| | * | | | Implementation of SIP 13 - implicit classesMartin Odersky2012-04-116-83/+133
| | | | | |
| | * | | | new annotation targets for companion classes/objects/factory methods.Martin Odersky2012-04-115-5/+55
| | | |_|/ | | |/| |
| | | | |
| | \ \ \
| *-. \ \ \ Merge commit 'refs/pull/367/head'; commit 'refs/pull/369/head'; commit ↵Paul Phillips2012-04-125-55/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 'refs/pull/370/head'; commit 'refs/pull/371/head'
| | | * | | | This change enables the alphanumeric method to be called from SecureRandomgakuzzzz2012-04-121-9/+11
| | | |/ / /
| | * | | | Merge branch 'master' of https://github.com/scala/scalaDominik Gruntz2012-04-123-45/+20
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge pull request #369 from scalamacros/topic/fixwinscriptsJosh Suereth2012-04-113-45/+20
| | | |\ \ \ | | | | |/ / | | | |/| | fix for get-scala-commit-* on Windows (tested with Windows 7)
| | | | * | fix for get-scala-commit-* on Windows (tested with Windows 7)Eugene Burmako2012-04-113-45/+20
| | | |/ /
| | * / / changed applyDynamic explanation in trait DynamicDominik Gruntz2012-04-111-1/+1
| | |/ /
| * / / Fix memory leak related to default arguments in presentation compiler.Lukas Rytz2012-04-103-6/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug exists for a long time, but was triggered / discovered only lately by the default argument of mkParams in 118aef558f. This reverts the workaroud commit 19b6ad5ee4. The fix is tested by test/files/presentation/memory-leaks which runs the presentation compiler several times on Typers.scala. I could not reproduce the memory leak in a smaller test case.
| | |
| | \
| *-. \ Merge commit 'refs/pull/365/head'; commit 'refs/pull/366/head' into developPaul Phillips2012-04-102-2/+6
| |\ \ \
| | | * | SI-5571: adds @volatile to field Enumeration.vsetDefinedDominik Gruntz2012-04-101-1/+1
| | | | |