summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test in quick mode for ant buildSom Snytt2013-11-232-1/+19
* Merge pull request #3162 from retronym/ticket/7985Jason Zaugg2013-11-223-3/+13
|\
| * SI-7985 Refactor parsing of pattern type argsJason Zaugg2013-11-191-3/+5
| * SI-7985 Allow projection of lower-cased prefix as pattern type argJason Zaugg2013-11-192-1/+6
| * SI-7985 Allow qualified type argument in patternsJason Zaugg2013-11-192-1/+4
* | Merge pull request #3154 from huitseeker/issue/SI-7221-PRJason Zaugg2013-11-221-72/+79
|\ \
| * | SI-7221 rewrites pollForWork non-recursivelyFrançois Garillot2013-11-201-72/+79
* | | Merge pull request #3134 from xeno-by/topic/is-term-macroJason Zaugg2013-11-221-1/+1
|\ \ \
| * | | more precise isMacroApplication checkEugene Burmako2013-11-131-1/+1
* | | | Merge pull request #3156 from JamesIry/remove_deprecated_migration_constructorJason Zaugg2013-11-221-4/+1
|\ \ \ \
| * | | | Remove deprecated constructor from the migration annotationJames Iry2013-11-181-4/+1
| | |_|/ | |/| |
* | | | Merge pull request #3138 from densh/pr/fresh-name-extractorJason Zaugg2013-11-227-33/+96
|\ \ \ \
| * | | | use more specific cake dependenciesDen Shabalin2013-11-201-1/+1
| * | | | refactor out fresh name prefix extraction logicDen Shabalin2013-11-177-33/+96
* | | | | Merge pull request #3152 from paulp/pr/deprecationsJason Zaugg2013-11-2225-657/+35
|\ \ \ \ \
| * | | | | Removing deprecated code.Paul Phillips2013-11-1825-657/+35
| | |/ / / | |/| | |
* | | | | Merge pull request #3131 from densh/pr/deprecate-pair-and-tripleJason Zaugg2013-11-2280-462/+468
|\ \ \ \ \
| * | | | | deprecate Pair and TripleDen Shabalin2013-11-2080-462/+468
| |/ / / /
* | | | | Merge pull request #3175 from retronym/ticket/6229Eugene Burmako2013-11-224-0/+20
|\ \ \ \ \
| * | | | | SI-6329 Graduation day for pending tests for tag materializationJason Zaugg2013-11-214-0/+20
| |/ / / /
* | | | | Merge pull request #3172 from retronym/ticket/7987Eugene Burmako2013-11-222-0/+18
|\ \ \ \ \
| * | | | | SI-7987 Test case for "macro not expanded" error with implicitsJason Zaugg2013-11-212-0/+18
| |/ / / /
* | | | | Merge pull request #3176 from densh/pr/deprecate-responderAdriaan Moors2013-11-211-0/+2
|\ \ \ \ \
| * | | | | deprecate scala.ResponderDen Shabalin2013-11-211-0/+2
* | | | | | Merge pull request #3173 from retronym/topic/classOf-type-applyGrzegorz Kossakowski2013-11-213-1/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Handle TypeApply(fun, ...) for symbol-less funsJason Zaugg2013-11-213-1/+8
| |/ / / /
* | | | | Merge pull request #3170 from adriaanm/scalacheck-1.11Adriaan Moors2013-11-207-31/+9
|\ \ \ \ \
| * | | | | Prepare upgrade to scalacheck 1.11.Adriaan Moors2013-11-207-31/+9
| |/ / / /
* | | | | Merge pull request #3163 from adriaanm/merge-2.10Grzegorz Kossakowski2013-11-200-0/+0
|\ \ \ \ \
| * \ \ \ \ No-op merge of 2.10.x into masterAdriaan Moors2013-11-190-0/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge pull request #3128 from adriaanm/pax-url-aether-1.6James Iry2013-11-182-3/+6
| | |\ \ \ \
| | | * | | | Upgrade pax-url-aether to 1.6.0.Adriaan Moors2013-11-112-3/+6
| | |/ / / /
* | | | | | Merge pull request #3167 from skyluc/issue/unneccesary-method-7280Jason Zaugg2013-11-201-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7280 Remove unneccesary methodLuc Bourlier2013-11-201-3/+0
|/ / / / /
* | | | | Merge pull request #3153 from misfo/patch-1v2.11.0-M7James Iry2013-11-181-1/+1
|\ \ \ \ \
| * | | | | Fix a typo in the `scala` man pageTrent Ogren2013-11-181-1/+1
* | | | | | Merge pull request #3140 from skyluc/issue/completion-import-object-7280Jason Zaugg2013-11-1830-57/+1037
|\ \ \ \ \ \
| * | | | | | SI-7280 Scope completion not returning members provided by importsLuc Bourlier2013-11-154-24/+248
| * | | | | | Adds test cases for scope completionLuc Bourlier2013-11-1512-0/+707
| * | | | | | Test infrastructure for scope completionJason Zaugg2013-11-1514-33/+82
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3136 from dotta/issue/si-7915Jason Zaugg2013-11-184-3/+34
|\ \ \ \ \ \
| * | | | | | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-154-3/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3119 from Ichoran/issue/5263James Iry2013-11-184-0/+1179
|\ \ \ \ \ \
| * | | | | | New AnyRefMap fixes SI-5263 to the extent practical.Rex Kerr2013-11-182-0/+542
| * | | | | | New mutable hash map with Long keys: partially solves SI-5263 and is relevantRex Kerr2013-11-182-0/+637
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #3135 from adriaanm/revive-xml-testsJames Iry2013-11-1815-0/+336
|\ \ \ \ \ \
| * | | | | | Revived tests that once depended on xmlAdriaan Moors2013-11-1415-0/+336
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3144 from xuwei-k/foreachValues-scaladocJames Iry2013-11-182-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix IntMap#foreachValue and LongMap#foreachValue scaladocxuwei-k2013-11-152-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #3151 from xuwei-k/future-typoAdriaan Moors2013-11-171-1/+1
|\ \ \ \ \