summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/BoxesRunTime.java
Commit message (Expand)AuthorAgeFilesLines
* Get rid of raw types which cause unnecessary warningsSimon Ochsenreither2013-06-231-1/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fixes SI-5640Dominik Gruntz2012-05-101-1/+4
* Revert recent commits.Paul Phillips2012-05-091-0/+61
* removes redundant hash implementation from BoxesRunTime.javaDominik Gruntz2012-05-091-61/+0
* Small simplification of commit 87c9fc0df0f0e74d3a07f95634356d6425877091.Dmitry Nadezhin2012-04-071-11/+3
* A little BoxesRunTime fix.Paul Phillips2012-04-061-2/+2
* Giving HotSpot a better chance at BoxesRunTime.Paul Phillips2012-04-061-202/+163
* Cleanups in Cleanup.Paul Phillips2012-01-071-0/+18
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* debugging output to track down wild boxing.Iulian Dragos2010-08-231-0/+3
* Added some null checks to == logic.Paul Phillips2010-06-211-2/+13
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Made library build more robust when using other...Gilles Dubochet2010-05-121-235/+235
* Returning to the thrilling world of equality an...Paul Phillips2010-03-191-45/+58
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-151-35/+47
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-24/+1
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-121-7/+18
* added hooks so that BigInt, BigDecimal can do t...Martin Odersky2009-11-121-0/+6
* Breaks down the hash function in BoxesRunTime b...Paul Phillips2009-11-091-70/+59
* Better implementation of Predef.hashMartin Odersky2009-11-091-0/+23
* fast path equals and hash methods.Martin Odersky2009-11-091-17/+39
* Whole bunch of code for people interested in eq...Paul Phillips2009-10-281-247/+64
* My workaround for the negative chars didn't work.Paul Phillips2009-09-271-3/+13
* This patch represents breaking out bits of code...Paul Phillips2009-09-241-41/+4
* Support code I need for certain equality strate...Paul Phillips2009-09-221-2/+205
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-221-14/+61
* Working around a mysterious bug which was expos...Paul Phillips2009-09-191-1/+14
* Updated scaladoc to show now using jvm box cache.Paul Phillips2009-04-281-2/+2
* Modified all boxing methods to use java.lang.{P...Paul Phillips2009-04-081-119/+10
* changed overloaing resolution to make Builders ...Martin Odersky2009-03-301-0/+2
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* More reorg.Geoffrey Washburn2008-04-071-0/+845
* The great library reorg!Geoffrey Washburn2008-04-041-845/+0
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-211-0/+34
* Fixed issues #584 and #602.Gilles Dubochet2008-03-201-9/+25
* Fixed comparison for BigInts (and other custom ...Gilles Dubochet2007-11-301-0/+1
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-291-0/+794