-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: scala/scala3
base: language-reference-stable
head repository: scala/scala3
compare: main
Commits on Dec 19, 2005
-
Switching to the new build system and to the ne...
Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.
Gilles Dubochet committedDec 19, 2005 Configuration menu - View commit details
-
Copy full SHA for f58eacc - Browse repository at this point
Copy the full SHA f58eaccView commit details
Commits on Dec 21, 2005
-
Configuration menu - View commit details
-
Copy full SHA for 1d81478 - Browse repository at this point
Copy the full SHA 1d81478View commit details -
Configuration menu - View commit details
-
Copy full SHA for b765f98 - Browse repository at this point
Copy the full SHA b765f98View commit details
Commits on Jan 3, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 90ccd91 - Browse repository at this point
Copy the full SHA 90ccd91View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd33c1a - Browse repository at this point
Copy the full SHA cd33c1aView commit details
Commits on Jan 4, 2006
-
Configuration menu - View commit details
-
Copy full SHA for db9b9db - Browse repository at this point
Copy the full SHA db9b9dbView commit details
Commits on Jan 7, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 0380aa8 - Browse repository at this point
Copy the full SHA 0380aa8View commit details
Commits on Jan 9, 2006
-
michelou committed
Jan 9, 2006 Configuration menu - View commit details
-
Copy full SHA for c61ba79 - Browse repository at this point
Copy the full SHA c61ba79View commit details
Commits on Jan 13, 2006
-
Updated Codification to actually work in presen...
Updated Codification to actually work in presence of functions and block. Printer has been improved a little too.
Gilles Dubochet committedJan 13, 2006 Configuration menu - View commit details
-
Copy full SHA for 75777c1 - Browse repository at this point
Copy the full SHA 75777c1View commit details -
Cleaned-up all keyword-substitution, executable...
Cleaned-up all keyword-substitution, executable flag and end-of-line properties of files in 'scala/trunk'
Gilles Dubochet committedJan 13, 2006 Configuration menu - View commit details
-
Copy full SHA for ed18b58 - Browse repository at this point
Copy the full SHA ed18b58View commit details
Commits on Jan 17, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 769465e - Browse repository at this point
Copy the full SHA 769465eView commit details
Commits on Jan 19, 2006
-
Added process identifiers (class Pid) to thread...
Added process identifiers (class Pid) to thread-based actors.
Configuration menu - View commit details
-
Copy full SHA for 70a7e4a - Browse repository at this point
Copy the full SHA 70a7e4aView commit details -
Fixed conflicting self in scala.concurrent.Proc...
Fixed conflicting self in scala.concurrent.Process.
Configuration menu - View commit details
-
Copy full SHA for a5708c4 - Browse repository at this point
Copy the full SHA a5708c4View commit details -
Use attributes instead of java.lang.Cloneable, ...
Use attributes instead of java.lang.Cloneable, java.io.Serializable
mihaylov committedJan 19, 2006 Configuration menu - View commit details
-
Copy full SHA for b3a8d94 - Browse repository at this point
Copy the full SHA b3a8d94View commit details -
use toList instead of elements.toList
mihaylov committedJan 19, 2006 Configuration menu - View commit details
-
Copy full SHA for 6d39354 - Browse repository at this point
Copy the full SHA 6d39354View commit details -
- removed tabs in scala/concurrent/Process.scala
michelou committedJan 19, 2006 Configuration menu - View commit details
-
Copy full SHA for 1217f1d - Browse repository at this point
Copy the full SHA 1217f1dView commit details
Commits on Jan 20, 2006
-
Improved TypedCode to support yet more code.
Gilles Dubochet committedJan 20, 2006 Configuration menu - View commit details
-
Copy full SHA for 7d56a2f - Browse repository at this point
Copy the full SHA 7d56a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12aea08 - Browse repository at this point
Copy the full SHA 12aea08View commit details
Commits on Jan 22, 2006
-
use the serializable attribute instead of java....
use the serializable attribute instead of java.io.Serializable
mihaylov committedJan 22, 2006 Configuration menu - View commit details
-
Copy full SHA for 1302d11 - Browse repository at this point
Copy the full SHA 1302d11View commit details -
added min(x: Int, y: Int): Int function
mihaylov committedJan 22, 2006 Configuration menu - View commit details
-
Copy full SHA for d3c3e09 - Browse repository at this point
Copy the full SHA d3c3e09View commit details -
- uses directly Array[Int] instead of ResizableArray; the latter is polymorphic and uses boxed arrays - implement collection.BitSet and collection.mutable.BitSet as subclasses of collection.Set and collection.mutable.Set respectively with the corresponding change in the interface - collection.immutable.BitSet is likely to disappear because its semantics is subsumed by collection.BitSet.
mihaylov committedJan 22, 2006 Configuration menu - View commit details
-
Copy full SHA for 2ec0e41 - Browse repository at this point
Copy the full SHA 2ec0e41View commit details -
Adjusted to the new interface of BitSet
mihaylov committedJan 22, 2006 Configuration menu - View commit details
-
Copy full SHA for 7047bb7 - Browse repository at this point
Copy the full SHA 7047bb7View commit details
Commits on Jan 25, 2006
-
Added a fast subsetOf implementation
mihaylov committedJan 25, 2006 Configuration menu - View commit details
-
Copy full SHA for 5bcfcc0 - Browse repository at this point
Copy the full SHA 5bcfcc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35eea5e - Browse repository at this point
Copy the full SHA 35eea5eView commit details
Commits on Jan 26, 2006
-
Added a deep-copy clone method
mihaylov committedJan 26, 2006 Configuration menu - View commit details
-
Copy full SHA for 8650bef - Browse repository at this point
Copy the full SHA 8650befView commit details -
Move the implicit BitSet=>Ordered[BitSet] coerc...
Move the implicit BitSet=>Ordered[BitSet] coercion to automata/SubsetConstruction, where it is used
mihaylov committedJan 26, 2006 Configuration menu - View commit details
-
Copy full SHA for 13ad446 - Browse repository at this point
Copy the full SHA 13ad446View commit details
Commits on Jan 30, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 05ce11b - Browse repository at this point
Copy the full SHA 05ce11bView commit details
Commits on Feb 3, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 38429eb - Browse repository at this point
Copy the full SHA 38429ebView commit details
Commits on Feb 6, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 7a989fa - Browse repository at this point
Copy the full SHA 7a989faView commit details
Commits on Feb 9, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 92efc01 - Browse repository at this point
Copy the full SHA 92efc01View commit details
Commits on Feb 10, 2006
-
An attribute that designates variable's accesso...
An attribute that designates variable's accessors names as Java Beans compliant
mihaylov committedFeb 10, 2006 Configuration menu - View commit details
-
Copy full SHA for 46eee63 - Browse repository at this point
Copy the full SHA 46eee63View commit details
Commits on Feb 14, 2006
-
Expanded Codification to support loops, conditi...
Expanded Codification to support loops, conditions and assignation. Assignation is known to be highly instable and will change in the future: use at your own risks.
Gilles Dubochet committedFeb 14, 2006 Configuration menu - View commit details
-
Copy full SHA for d9ae639 - Browse repository at this point
Copy the full SHA d9ae639View commit details -
changed handling of MatchError, prints string now
Burak Emir committedFeb 14, 2006 Configuration menu - View commit details
-
Copy full SHA for 8ad9869 - Browse repository at this point
Copy the full SHA 8ad9869View commit details
Commits on Feb 17, 2006
-
Configuration menu - View commit details
-
Copy full SHA for 4c0f4d6 - Browse repository at this point
Copy the full SHA 4c0f4d6View commit details -
fix^2: import Predef._ in reflect.{Symbol, Type...
fix^2: import Predef._ in reflect.{Symbol, Type} to get things to recompile.
Configuration menu - View commit details
-
Copy full SHA for ec787dc - Browse repository at this point
Copy the full SHA ec787dcView commit details -
corrected lastIndexOf parameter in file scala/r...
corrected lastIndexOf parameter in file scala/reflect/Symbol.scala
michelou committedFeb 17, 2006 Configuration menu - View commit details
-
Copy full SHA for 8cfc5a5 - Browse repository at this point
Copy the full SHA 8cfc5a5View commit details
Commits on Feb 21, 2006
-
Turned TIMEOUT into a case object.
mihaylov committedFeb 21, 2006 Configuration menu - View commit details
-
Copy full SHA for 3eaf6d2 - Browse repository at this point
Copy the full SHA 3eaf6d2View commit details
Commits on Feb 22, 2006
-
adapted code to Scala 2 syntax in files src/exa...
adapted code to Scala 2 syntax in files src/examples/**/*.scala
michelou committedFeb 22, 2006 Configuration menu - View commit details
-
Copy full SHA for ba5128b - Browse repository at this point
Copy the full SHA ba5128bView commit details
Commits on Mar 1, 2006
-
improved error message for missing key
mihaylov committedMar 1, 2006 Configuration menu - View commit details
-
Copy full SHA for 0bbf5c8 - Browse repository at this point
Copy the full SHA 0bbf5c8View commit details
Commits on Mar 2, 2006
-
Rearranged header and updated copyright message
mihaylov committedMar 2, 2006 Configuration menu - View commit details
-
Copy full SHA for 0d6a49d - Browse repository at this point
Copy the full SHA 0d6a49dView commit details
Commits on Mar 3, 2006
-
Use 'mixin class' instead of 'trait'
mihaylov committedMar 3, 2006 Configuration menu - View commit details
-
Copy full SHA for f587619 - Browse repository at this point
Copy the full SHA f587619View commit details -
Small refactoring in some collection classes
mihaylov committedMar 3, 2006 Configuration menu - View commit details
-
Copy full SHA for a95347b - Browse repository at this point
Copy the full SHA a95347bView commit details -
Remove files that were not required for compila...
Remove files that were not required for compilation. Clean ignore patterns.
Gilles Dubochet committedMar 3, 2006 Configuration menu - View commit details
-
Copy full SHA for f22fc82 - Browse repository at this point
Copy the full SHA f22fc82View commit details
Commits on Mar 5, 2006
-
Rearranged header and updated copyright info
mihaylov committedMar 5, 2006 Configuration menu - View commit details
-
Copy full SHA for ff3a867 - Browse repository at this point
Copy the full SHA ff3a867View commit details -
mihaylov committed
Mar 5, 2006 Configuration menu - View commit details
-
Copy full SHA for 3d25440 - Browse repository at this point
Copy the full SHA 3d25440View commit details
Commits on Mar 7, 2006
-
added attribute 'remote' to method '$tag' in sc...
added attribute 'remote' to method '$tag' in scala.ScalaObject
michelou committedMar 7, 2006 Configuration menu - View commit details
-
Copy full SHA for 8d7c468 - Browse repository at this point
Copy the full SHA 8d7c468View commit details -
mihaylov committed
Mar 7, 2006 Configuration menu - View commit details
-
Copy full SHA for 65cf5cd - Browse repository at this point
Copy the full SHA 65cf5cdView commit details
Commits on Mar 8, 2006
-
Uncommented the private[scala] access modifier ...
Uncommented the private[scala] access modifier of class ::'s constructor paremeter
mihaylov committedMar 8, 2006 Configuration menu - View commit details
-
Copy full SHA for 5fa988f - Browse repository at this point
Copy the full SHA 5fa988fView commit details -
Torned is/asInstanceOf to isAsInstanceOf
mihaylov committedMar 8, 2006 Configuration menu - View commit details
-
Copy full SHA for 0b2a2f5 - Browse repository at this point
Copy the full SHA 0b2a2f5View commit details
Commits on Mar 9, 2006
-
Configuration menu - View commit details
-
Copy full SHA for a5136c6 - Browse repository at this point
Copy the full SHA a5136c6View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.