summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename isValueClass -> isPrimitiveValueClassMartin Odersky2012-02-071-1/+1
* Removing unnecessary AnyVal code.Paul Phillips2012-02-061-3/+2
* Merge branch 'master' into topic/inlinePaul Phillips2012-02-061-13/+4
|\
| * Refining the reflection api.Paul Phillips2012-02-051-1/+1
| * Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-051-12/+3
* | Made a typer hack less hacky.Paul Phillips2012-02-041-4/+6
* | Making AnyVal into a class instead of a trait.Paul Phillips2012-02-041-0/+2
* | Guard List_apply from premature forcitude.Paul Phillips2012-02-041-1/+4
* | Made Any parents work more.Paul Phillips2012-02-041-12/+10
* | Eliminated ScalaObject.Paul Phillips2012-02-031-1/+1
* | Mostly eliminated ScalaObject.Paul Phillips2012-02-031-0/+1
* | Merge branch 'master' into topic/inlinePaul Phillips2012-02-031-5/+11
|\|
| * Merge commit 'c58b240' into developPaul Phillips2012-02-021-1/+1
| |\
| | * [vpm] factored out optimizing codegenAdriaan Moors2012-02-021-1/+1
| | |
| | \
| *-. \ Merge branch 'master', remote-tracking branches 'scalamacros/pullrequest/reif...Paul Phillips2012-02-021-4/+10
| |\ \ \ | | |_|/ | |/| |
| | | * Fix sbt build with trunk.Hubert Plociniczak2012-02-021-3/+9
| | |/ | |/|
| | * Miscellaneous fixes to reificationEugene Burmako2012-02-021-1/+1
| |/
* | intermediate work towards a new starr for value classes.Martin Odersky2012-02-031-11/+17
* | Eliminated 2500 lines of whitespace changes.Paul Phillips2012-01-301-11/+11
* | Merge branch 'master' into inlinePaul Phillips2012-01-301-1/+1
|\|
| * Closes #4336.Hubert Plociniczak2012-01-301-1/+1
* | Moving getClassReturnType out of erasure.Paul Phillips2012-01-301-1/+1
* | Merge remote-tracking branch 'paulp/inline' into topic/inlineMartin Odersky2012-01-291-13/+12
|\ \
| * | Unsealed AnyVal.Paul Phillips2012-01-281-7/+3
| |/
| * Intercept assert and require calls.Paul Phillips2012-01-261-9/+9
* | inline method expansion codeMartin Odersky2012-01-291-14/+14
|/
* Merge remote-tracking branch 'odersky/topic/reflect' into developPaul Phillips2012-01-251-4/+5
|\
| * Making reflection thread-safe.Martin Odersky2012-01-251-3/+3
* | Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-585/+628
* | Merge remote-tracking branches 'retronym/ticket/5072' and 'odersky/topic/t512...Paul Phillips2012-01-211-1/+14
|\ \
| * | Fix for problem in SBT that was caused by the too severe fix of type soundnes...Martin Odersky2012-01-211-1/+14
| |/
* | Merge remote-tracking branch 'kepler/topic/macros' into developPaul Phillips2012-01-191-5/+15
|\ \ | |/ |/|
| * Progress with macrosEugene Burmako2012-01-201-5/+15
* | Avoid calculating similar strings sometimes.Paul Phillips2012-01-191-5/+16
|/
* Symbol creation followup.Paul Phillips2012-01-161-5/+5
* Symbols making friends with Polly Morphism.Paul Phillips2012-01-141-1/+1
* Fixed overloading in package objects.Paul Phillips2012-01-131-1/+18
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-6/+6
* More consistent use of Names.Paul Phillips2012-01-051-1/+1
* Added -Xlog-implicit-conversions.Paul Phillips2012-01-021-2/+12
* Changed boxing of free mutable variables to be flexible wrt when liftcode tak...Martin Odersky2012-01-021-0/+4
* More performance work.Paul Phillips2011-12-301-12/+13
* Creator for existentials which flattens.Paul Phillips2011-12-301-2/+2
* [vpm] emitting switches -- BodyTreeMakerAdriaan Moors2011-12-241-3/+13
* Fix for classOf NPE.Paul Phillips2011-12-191-10/+24
* More warnings eliminations.Paul Phillips2011-12-071-3/+3
* Tweaked ident suggestions.Paul Phillips2011-12-041-1/+1
* Added -Ysuggest-idents.Paul Phillips2011-12-031-9/+27
* Eliminated redundant error message.Paul Phillips2011-12-031-5/+3
* Revised macro defs, added a test case.Martin Odersky2011-11-281-2/+3