aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Don't evaluate isInstanceOf for value classes, disable bugged testsFelix Mulder2016-05-261-27/+36
* | | Address reviewer feedbackFelix Mulder2016-05-261-10/+19
* | | Fix primitive rewritingFelix Mulder2016-05-261-1/+1
* | | Rewrite `TypeApply` to null-check on rewrite to true, add docstringsFelix Mulder2016-05-261-23/+82
* | | Add initial partial evaluation of isInstanceOf callsFelix Mulder2016-05-263-2/+92
* | | Fix doc commentMartin Odersky2016-05-231-1/+1
* | | Move eqAny to PredefMartin Odersky2016-05-234-15/+14
* | | Add Eq instances of standard types to PredefMartin Odersky2016-05-232-2/+38
* | | Address reviewers commentsMartin Odersky2016-05-231-5/+5
* | | Tweak of valid eqAny conditionMartin Odersky2016-05-231-39/+30
* | | Fix comments in Eq class and make it a trait.Martin Odersky2016-05-231-4/+7
* | | Make use of implicitNotFound for eqaulity errorsMartin Odersky2016-05-233-4/+6
* | | Safe equality for core classes:Martin Odersky2016-05-236-6/+14
* | | Print diagnostics to implicits printerMartin Odersky2016-05-231-2/+2
* | | Make Eq contravariantMartin Odersky2016-05-231-0/+17
* | | Check equality that with == and != makes senseMartin Odersky2016-05-233-13/+46
* | | Hooks to check that comparisons with == / != make senseMartin Odersky2016-05-235-46/+94
* | | Fixed error in commentMartin Odersky2016-05-231-2/+2
* | | Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-233-3/+59
* | | Ignore LazyRefs in Tasty pickling comparisonsMartin Odersky2016-05-231-0/+2
* | | Fix caching problem when computing implicit scopesMartin Odersky2016-05-231-1/+1
* | | Make sure type parameters correspond to type args in applyOveroadedMartin Odersky2016-05-231-1/+7
* | | Allow auto-tupling for arguments to overloaded methodsMartin Odersky2016-05-231-6/+20
* | | Merge pull request #1249 from dotty-staging/change-early-annotsodersky2016-05-233-2/+14
|\ \ \ | |_|/ |/| |
| * | Add class annotations as first step of completing the class.Martin Odersky2016-05-131-1/+2
| * | Explain specific changes in later strawman proposalsMartin Odersky2016-05-122-0/+11
| * | Evaluate annotations before completing tree of definitionsMartin Odersky2016-05-101-1/+1
| |/
* | Better doc commentMartin Odersky2016-05-191-1/+10
* | Fix dotc bootstrap failureMartin Odersky2016-05-191-1/+5
* | Handle MergeErrors in RefChecksMartin Odersky2016-05-191-1/+5
* | Refined handling of atSignatureMartin Odersky2016-05-183-25/+29
* | Revert: ResolveOverloaded should handle alternatives that are the same TermRefMartin Odersky2016-05-181-10/+6
* | Issue MergeError exception for double def situationsMartin Odersky2016-05-182-40/+65
* | ResolveOverloaded should handle alternatives that are the same TermRefMartin Odersky2016-05-181-6/+10
* | Don't copy Any constructor to Object in ErasureMartin Odersky2016-05-181-3/+9
* | Avoid merging denotations of different symbols in same classMartin Odersky2016-05-181-1/+8
|/
* Merge pull request #1233 from felixmulder/topic/repl-syntax-highlightingDmitry Petrashko2016-05-1022-41/+2422
|\
| * Fix keywords sometimes not highlighted in multilnFelix Mulder2016-04-291-2/+2
| * Add Ammonite's MIT licenseFelix Mulder2016-04-2915-231/+248
| * Revert Scanners and Tokens to their original formFelix Mulder2016-04-282-44/+12
| * Fix `:...` commands printing erroneous messages on next newlineFelix Mulder2016-04-282-2/+2
| * Fix error messages not being doubled and being on a new lineFelix Mulder2016-04-283-22/+24
| * Fix highlighting tokens after newline predated by '='Felix Mulder2016-04-282-4/+4
| * Fix interpret dummy line before prompt displayedFelix Mulder2016-04-281-3/+2
| * Stop interpreter from interpreting twice on enterFelix Mulder2016-04-284-5/+39
| * Add multiline support using ammonite multilineFilterFelix Mulder2016-04-287-94/+82
| * Highlight comments, remove scanner wrapping syntax highlighterFelix Mulder2016-04-281-242/+119
| * Initial implementation featuring two different highlightersFelix Mulder2016-04-2820-24/+2520
* | eliminate self symbol in Template and ClassInfoliu fengyun2016-05-021-2/+16
* | Ensure more things are completedMartin Odersky2016-04-291-1/+5