summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-143-4/+57
|\
| * Improve Constant#hashCodeJason Zaugg2012-09-091-11/+29
| * Refine equality of Constant types over floating point values.Jason Zaugg2012-09-081-2/+10
| * SI-6331 Avoid typing an If tree with a constant type.Jason Zaugg2012-09-082-1/+28
* | Merge pull request #1301 from paulp/clone-parensJosh Suereth2012-09-146-6/+6
|\ \
| * | Made 'def clone()' consistent with parens everywhere.Paul Phillips2012-09-146-6/+6
* | | Merge pull request #1281 from jsuereth/fix/SI-4813Josh Suereth2012-09-146-6/+40
|\ \ \
| * | | Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-146-6/+40
* | | | Merge pull request #1295 from scalamacros/ticket/6323Eugene Burmako2012-09-1439-271/+260
|\ \ \ \
| * | | | accommodates pull request feedbackEugene Burmako2012-09-142-27/+27
| * | | | SI-6310 redeploys the starrEugene Burmako2012-09-142-9/+0
| * | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1427-120/+129
| * | | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-144-5/+9
| * | | | SI-6323 prohibits reflection against free typesEugene Burmako2012-09-141-3/+20
| * | | | improvements for reification of free symbolsEugene Burmako2012-09-1411-104/+92
| * | | | removes build.newFreeExistentialEugene Burmako2012-09-146-24/+4
| | |/ / | |/| |
* | | | Merge pull request #1272 from paulp/issue/6340Josh Suereth2012-09-141-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for SI-6340, error message regression.Paul Phillips2012-09-121-1/+0
* | | | Merge pull request #1300 from retronym/ticket/6359Josh Suereth2012-09-131-8/+9
|\ \ \ \
| * | | | SI-6359 Deep prohibition of templates in value classJason Zaugg2012-09-141-8/+9
| |/ / /
* | / / Fixes SI-6259. Unable to use typeOf in super call of top-level object.Josh Suereth2012-09-131-2/+18
| |/ / |/| |
* | | Merge pull request #1294 from paulp/issue/6367Josh Suereth2012-09-131-13/+17
|\ \ \
| * | | Fix for SI-6367, exponential time in inference.Paul Phillips2012-09-121-13/+17
* | | | Merge pull request #1296 from paulp/210-errors-and-treesJosh Suereth2012-09-138-25/+51
|\ \ \ \
| * | | | Better error message for pattern arity errors.Paul Phillips2012-09-125-13/+27
| * | | | Rescued TreeBuilder from the parser.Paul Phillips2012-09-123-12/+24
* | | | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-122-6/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-122-6/+1
* | | | | Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-121-0/+7
|\ \ \ \ \
| * | | | | Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+7
* | | | | | Merge pull request #1261 from rkuhn/fix-duration-issues-RKJosh Suereth2012-09-122-108/+521
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | improve Promise.tryAwait by converting to match statementRoland2012-09-121-10/+9
| * | | | | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-1247-450/+627
| |\ \ \ \ \
| * | | | | | restrict Deadline to finite durations (would have to throw otherwise)Roland2012-09-121-9/+10
| * | | | | | make private methods private[this] to avoid conflicts when importing Duration._Roland2012-09-121-15/+15
| * | | | | | retronym had one more improvement hidden up his sleeve for DurationRoland2012-09-121-7/+9
| * | | | | | factor out more constants in Duration, thanks paulp!Roland2012-09-121-8/+18
| * | | | | | two more minor cleanups to DurationRoland2012-09-112-3/+13
| * | | | | | fix two minor issues in DurationRoland2012-09-091-15/+14
| * | | | | | fix some one more issue in DurationRoland2012-09-071-54/+79
| * | | | | | second round of Duration cleanupRoland2012-09-071-97/+425
| * | | | | | several fixes to scala.concurrent.util.DurationRoland2012-09-051-9/+58
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1288 from jsuereth/fix/SI-6268Josh Suereth2012-09-121-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixes SI-6268. Review by @paulp and @lrytz.Josh Suereth2012-09-121-1/+1
* | | | | | Avoid spurious warning for `def foo = x.foo`.Jason Zaugg2012-09-111-1/+6
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #1279 from rkuhn/fix-duration-usageJosh Suereth2012-09-118-35/+82
|\ \ \ \ \
| * | | | | improve docs and Promise implRoland2012-09-114-34/+64
| * | | | | fix usage of Duration in Promise implRoland2012-09-107-15/+32
* | | | | | Merge pull request #1286 from paulp/topic/inliner-loggingJosh Suereth2012-09-1121-240/+264
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1156-982/+811
| |\ \ \ \ \ \