forked from scala/scala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.x
* origin/2.10.x: (31 commits) Implicit vars should have non-implicit setters. Deprecate `scala.tools.nsc.Phases` because it's dead-code. scaladoc Template: remove duplicate code and several usages of Option.get. adds scala-reflect.jar to MIMA in ant Test showing the absence of a forward reference update mailmap Remove dead code from `Global`. Cleanup MemberLookup. Better explain ambiguous link targets. typedIdent no longer destroys attachments fixes incorrect handling of Annotated in lazy copier simplifies checkBounds Recurse into instantiations when stripping type vars. Extract base scaladoc functionality for the IDE. Expand pattern match position tests. SI-6288 Remedy ill-positioned extractor binding. SI-6288 Fix positioning of label jumps SI-6288 Position argument of unapply Fixes SI-6758: force LazyAnnnotationInfo for DefDef and TypeDef SI-6795 Simplify errors related to "abstract override" on type members SI-6795 Adds negative check for "abstract override" on types in traits ... Conflicts: .mailmap src/compiler/scala/tools/nsc/Global.scala src/compiler/scala/tools/nsc/ast/DocComments.scala src/compiler/scala/tools/nsc/doc/base/CommentFactoryBase.scala src/compiler/scala/tools/nsc/doc/html/page/Source.scala src/compiler/scala/tools/nsc/doc/html/page/Template.scala src/compiler/scala/tools/nsc/doc/model/LinkTo.scala src/compiler/scala/tools/nsc/doc/model/MemberLookup.scala src/compiler/scala/tools/nsc/doc/model/diagram/DiagramFactory.scala src/compiler/scala/tools/nsc/transform/SpecializeTypes.scala src/compiler/scala/tools/nsc/typechecker/Typers.scala src/reflect/scala/reflect/runtime/JavaMirrors.scala test/scaladoc/run/links.scala
- Loading branch information
Showing
102 changed files
with
1,504 additions
and
610 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,27 @@ | ||
Aleksandar Prokopec <[email protected]> | ||
Aleksandar Prokopec <aleksandar@aleksandar-Latitude-E6500.(none)> | ||
Aleksandar Prokopec <aleksandar@htpc.(none)> | ||
Aleksandar Prokopec <aleksandar@htpc-axel22.(none)> | ||
Aleksandar Prokopec <aleksandar@htpc.(none)> | ||
Aleksandar Prokopec <[email protected]> | ||
Aleksandar Prokopec <[email protected]> | ||
Antonio Cunei <[email protected]> | ||
Caoyuan Deng <[email protected]> | ||
Chris Hodapp <[email protected]> | ||
Chris James <[email protected]> | ||
Christopher Vogt <[email protected]> | ||
Damien Obristi <[email protected]> | ||
Daniel C. Sobral <dcs@dcs-132-CK-NF79.(none)> | ||
Daniel C. Sobral <dcs@dcs-132-CK-NF79.(none)> | ||
Ilya Sergei <[email protected]> | ||
Ingo Maier <[email protected]> | ||
Kenji Yoshida <[email protected]> | ||
Luc Bourlier <[email protected]> | ||
Martin Odersky <[email protected]> | ||
Nada Amin <[email protected]> | ||
Nada Amin <[email protected]> | ||
Natallie Baikevich <[email protected]> | ||
Pavel Pavlov <[email protected]> | ||
Pavel Pavlov <[email protected]> | ||
Philipp Haller <[email protected]> | ||
Roland Kuhn <[email protected]> | ||
Rüdiger Klaehn <[email protected]> | ||
Stéphane Micheloud <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.