aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Maintain ownerTree data structure when unpickling TastyMartin Odersky2016-05-233-6/+87
* Let createSymbol return a symbolMartin Odersky2016-05-232-23/+27
* Make sure delayed Tasty unpicklings are done at the latest at Pickler phaseMartin Odersky2016-05-231-4/+6
* Fix withPhaseNoLaterMartin Odersky2016-05-231-1/+1
* Replace aliases to Unit by UnitMartin Odersky2016-05-231-1/+9
* Make sure local data is unpickled at right phaseMartin Odersky2016-05-231-2/+4
* Don't force a symbol's denotation for isTerm/isTypeMartin Odersky2016-05-232-3/+3
* Instrument Denotations#current to find CyclicReferenceMartin Odersky2016-05-231-1/+7
* Decouple annotation transformers from info transformersMartin Odersky2016-05-234-25/+16
* Further improve doc commentMartin Odersky2016-05-231-2/+3
* Disable stub checkingMartin Odersky2016-05-231-4/+13
* Use source module ref as assumed self type when reading TastyMartin Odersky2016-05-231-2/+6
* 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
* | Refine todo commentMartin Odersky2016-04-292-2/+4
* | Transform annotations only if defined in current runMartin Odersky2016-04-291-4/+11
|/
* Allow dependent method type for unapply.Martin Odersky2016-04-271-3/+2
* Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-17/+2
* Dealias more types in resultTypeMartin Odersky2016-04-271-26/+31
* Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
* Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-2/+17
* Fix misprediction of dependent method type status.Martin Odersky2016-04-271-7/+10
* Avoid forming ???.T type.Martin Odersky2016-04-271-1/+2
* Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-278-27/+26
* Merge pull request #1237 from dotty-staging/vc-ofDimDmitry Petrashko2016-04-261-4/+6
|\
| * arrayConstructors: do not rewrite ofDim for arrays of value classesVladimirNik2016-04-261-4/+6
* | Merge branch 'master' into fix-equalityodersky2016-04-261-5/+20
|\ \
| * \ Merge pull request #1227 from dotty-staging/implement-1221Dmitry Petrashko2016-04-261-5/+20
| |\ \ | | |/ | |/|
| | * Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16