summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/JavaPlatform.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-13/+11
* remove recursive classpath implementationLukas Rytz2016-04-231-22/+4
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-6/+19
* Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-271-6/+2
* Integrate flat classpath with the compilermpociecha2014-12-051-1/+14
* SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-051-1/+1
* Get rid of Platform.doLoad method.Grzegorz Kossakowski2014-05-071-2/+0
* Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-5/+2
* Deprecate Platform.BinaryRepr.Grzegorz Kossakowski2013-07-271-16/+5
* new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-1/+5
* Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+1
* SI-6964 Remove build managers, both simple and refined.Jason Zaugg2013-01-121-5/+1
* SI-6769 Removes GenJVM backendJames Iry2012-12-051-5/+1
* Removed unused imports.Paul Phillips2012-11-061-1/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* GenASM becomes default backend, 1.5 classfiles remain as defaultMiguel Garcia2012-07-061-1/+1
* Partial redesign of incremental compiler invalidation.Martin Odersky2012-05-301-3/+3
* Implemented functionality to invalidate classpath entries, to enable incremen...Martin Odersky2012-05-281-2/+12
* GenASM activated via -target:jvm-1.6 or -target:jvm-1.5-asmMiguel Garcia2012-05-081-2/+6
* Fix for SI-5644.Paul Phillips2012-04-061-4/+4
* More consistent use of Names.Paul Phillips2012-01-051-3/+3
* Distentangled platform specific code from loade...Martin Odersky2011-11-081-3/+22
* Always include `liftcode` phase in a compiler run.Grzegorz Kossakowski2011-08-261-1/+0
* Fairly ruthlessly optimized ZipArchive.Paul Phillips2011-05-121-9/+8
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Found several minor thigns wrong with checkSens...Paul Phillips2010-11-301-1/+7
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-1/+1
* An overhaul of Global.Paul Phillips2010-11-071-1/+4
* Returning to the thrilling world of equality an...Paul Phillips2010-03-191-0/+3
* Abstracting out a few more platform specific el...Paul Phillips2010-02-231-3/+14
* The first reasonably satisfying classpath commit.Paul Phillips2010-02-181-11/+1
* Reducing the amount of low-level classpath mani...Paul Phillips2010-02-141-1/+5
* More work on classpaths.Paul Phillips2010-02-101-5/+1
* Some work on classpaths.Paul Phillips2010-02-081-0/+1
* A more MSIL-aware attempt at isolating the plat...Paul Phillips2010-02-061-0/+36