aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rebuild dotc if new *.scala files are found in `dotty/src`Dmitry Petrashko2015-05-271-0/+9
* Merge pull request #610 from lampepfl/DarkDimius-patch-1Dmitry Petrashko2015-05-271-1/+1
|\
| * Show be more verbose when running partest on JenkinsDmitry Petrashko2015-05-271-1/+1
* | Merge pull request #598 from dotty-staging/add/simplify-primitivesodersky2015-05-275-5/+90
|\ \ | |/ |/|
| * Improve doc commentsMartin Odersky2015-05-272-1/+7
| * Uncomment testsMartin Odersky2015-05-271-2/+2
| * Introduce harmonization of numeric argumentsMartin Odersky2015-05-273-15/+70
| * Add harmonization method for harmonizing numeric types.Martin Odersky2015-05-273-1/+25
|/
* Merge pull request #607 from dotty-staging/fix/datarace-flagsDmitry Petrashko2015-05-2716-34/+91
|\
| * New pos testsMartin Odersky2015-05-275-0/+62
| * Categorize disabled tests into pos/runMartin Odersky2015-05-275-0/+0
| * Disable failing testMartin Odersky2015-05-272-0/+0
| * Make ClassfileConstants thread-safe.Martin Odersky2015-05-262-34/+29
| * Disabled two failing testsMartin Odersky2015-05-262-0/+0
|/
* Merge pull request #585 from dotty-staging/fix/collection-relatedodersky2015-05-2524-118/+423
|\
| * Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-212-3/+63
| * Move findMember count tracking from TypeComparer to ContextMartin Odersky2015-05-213-11/+17
| * Rename Reporter#echo -> printlnMartin Odersky2015-05-214-17/+17
| * Harden display logicMartin Odersky2015-05-213-3/+12
| * Avoid cycle between findMember and &Martin Odersky2015-05-212-15/+33
| * Add equals and hashcode to LazyRefMartin Odersky2015-05-211-0/+5
| * Show LazyRefs nicelyMartin Odersky2015-05-211-0/+2
| * Move threshold values to ConfigMartin Odersky2015-05-215-24/+29
| * Implement type beta reduction in lookupRefinedMartin Odersky2015-05-211-14/+44
| * Generaize canWiden to classBoundsMartin Odersky2015-05-212-11/+16
| * Rename for clarityMartin Odersky2015-05-211-4/+4
| * Add test case for higher-kinded operations on collectionsMartin Odersky2015-05-211-0/+52
| * Fix DenotationNotDefinedHere in pattern matcherMartin Odersky2015-05-213-3/+5
| * Fix isSubType bug related to testLiftedMartin Odersky2015-05-212-7/+9
| * Specialize printing of Lambda abstractions.Martin Odersky2015-05-212-1/+82
| * Fix error in derivedTypeAliasMartin Odersky2015-05-211-1/+1
| * Harden isLambdaArgNameMartin Odersky2015-05-211-2/+8
| * Shorten lambda arguments to HK$Martin Odersky2015-05-211-1/+1
| * Add "Printing" modeMartin Odersky2015-05-213-2/+5
| * Make normalizeToRef survive annotated typesMartin Odersky2015-05-213-6/+7
| * Disallow {...} arguments for annotationsMartin Odersky2015-05-213-3/+16
| * Allow AnnotatedType in operands of `with`.Martin Odersky2015-05-212-16/+21
* | Merge pull request #603 from smarter/fix/vc-bridgesDmitry Petrashko2015-05-244-2/+1
|\ \
| * | Fix bridge creation for value classesGuillaume Martres2015-05-234-2/+1
* | | Merge pull request #601 from smarter/add/vcRunTestsDmitry Petrashko2015-05-2423-9/+10
|\| |
| * | Add some run tests related to value classesGuillaume Martres2015-05-2322-6/+7
| * | Disable the use of VC*Companion super classes for nowGuillaume Martres2015-05-231-3/+3
* | | Merge pull request #600 from smarter/fix/overriden-messageDmitry Petrashko2015-05-231-1/+1
|\ \ \ | |/ / |/| |
| * | Fix #597: Improve double def error messageGuillaume Martres2015-05-231-1/+1
|/ /
* | Merge pull request #595 from dotty-staging/enable-partestDmitry Petrashko2015-05-23699-1/+82
|\ \
| * | Do not run pos tests on partest.Dmitry Petrashko2015-05-221-1/+1
| * | Remove tests from pending.Dmitry Petrashko2015-05-22695-18871/+0
| * | Enable 440 run tests that pass.Dmitry Petrashko2015-05-22698-0/+18952
|/ /
* | Merge pull request #578 from smarter/fix/traitInitDmitry Petrashko2015-05-223-2/+17
|\ \
| * | Mixin: fix the initialization of traitsGuillaume Martres2015-05-213-2/+17
| |/