You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.x
* origin/2.10.x:
SI-6089 pt2: _ is tailpos in `_ || _` and `_ && _`
Linked the PR policy in the README file.
Scaladoc: Removing forgotten debugging info
address "this would catch all throwables" warnings
SI-1832 consistent symbols in casedef's pattern&body
SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Await
Removes redundant outers
Use `findMember` to lookup the static field in the host class.
update docs for (partial) fun synth in uncurry
SI-5999 a real fix to the packageless problem
evicts calls to reify from our codebase
an improvement based on Adriaan's comment
SI-6031 customizable budget for patmat analyses
SI-5739 address @retronym's feedback, more docs
SI-5999 staticXXX is now friendly to packageless
SI-5949 updates documentation of staticClass
SI-5999 removes the macro context mirror
more meaningful name for a missing hook method
SI-5999 deploys a new starr
SI-5999 removes Context.reify
improves docs of scala.reflect.api.Mirrors
SI-5984 improves error reporting in JavaMirrors
SI-4897 derive expected value from single type
Switch to 1.6 target for all javac invocations.
Clean ups in impl.Future
Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14
Print the stack trace.
Deprecate all JVM 1.5 targets and make 1.6 default.
Shield from InterruptedException in partest.
Scaladoc: Adressed @hubertp's comment on scala#925
SI-5784 Scaladoc: Type templates
Scaladoc: Groups
Better debugging output in GenASM.
Updated list of targets allowed in Ant's scalac.
WIP add private/lazy checks and a few tests.
Removes Float.Epsilon and Double.Epsilon
SI-5939 resident compilation of sources in empty package
Scaladoc: Typers change
SI-6104 support This pattern
Make field strict and private.
Implement @static annotation on singleton object fields.
Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under which a try-catch is lifted out to an inner method.
Fix SI-5937.
SI-6089 better tail position analysis for matches
SI-5695 removes Context.enclosingApplication
SI-5892 allow implicit views in annotation args
SI-5739 store sub-patterns in local vals
changes error message generated by compiler
SI-5856 enables use of $this in string interpolation
SI-5895 fixes FieldMirrors
SI-5784 Scaladoc: {Abstract,Alias} type templates
test case closes SI-6047
Fix for SI-5385.
SI-6086 magic symbols strike back
Scaladoc: Refactoring the entities
SI-5533 Skip scaladoc packages from documentation
Scaladoc: updated type class descriptions
Scaladoc: Reducing the memory footprint 2
Scaladoc: Reducing the memory footprint
SI-3695 SI-4224 SI-4497 SI-5079 scaladoc links
SI-4887 Link existentials in scaladoc
Scaladoc minor fix: Typos in diagrams
SI-4360 Adds prefixes to scaladoc
Scaladoc: workaround for untypical Map usecases
SI-4324 Scaladoc case class argument currying
SI-5558 Package object members indexing
SI-5965 Scaladoc crash
Scaladoc: Inherited templates in diagrams
SI-3314 SI-4888 Scaladoc: Relative type prefixes
SI-5235 Correct usecase variable expansion
Variation #10 to optimze findMember
Attempt #9 to opimize findMember.
Attempt #8 to opimize findMember.
Attempty #7 to optimize findMember
Fixing problem that caused fingerprints to fail in reflection. Also fixed test case that failed when moving to findMembers. Avoids similar problems in the future by renaming nme.ANYNAME
Attemmpt #6 to optimize findMember
Attempt #5 to optimize findMember.
Attempt #4 to optimize findMember
Attempt #3 to optimize findMember
Attempt #2 to optimize findMember
Attempt #1 to optimize findMember
Conflicts:
test/files/run/existentials-in-compiler.scala
0 commit comments