summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/jvm/BytecodeWriters.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* General cleanups and less warnings during a Scala buildsoc2016-04-041-1/+1
* Allow tracing methods and classes in GenBCodeLukas Rytz2014-05-131-1/+1
* new bytecode emitter, GenBCode, for now under a flagMiguel Garcia2013-06-011-2/+2
* BytecodeWriters.BytecodeWriter doesn't need to fiddle with SymbolMiguel Garcia2013-04-271-10/+12
* compiler flag -Ygen-asmp to emit .asmp textual files for bytecodeMiguel Garcia2013-04-271-0/+48
* SI-5717 error when bytecode cannot be writtenSom Snytt2013-03-221-9/+16
* Modularized the repl.Paul Phillips2013-03-111-30/+0
* Javap for Java 7 (Fixes SI-4936)Som Snytt2012-11-281-13/+18
* Removed unused imports.Paul Phillips2012-11-061-2/+1
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-1/+1
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Renaming phase time-travel methods.Paul Phillips2012-07-191-1/+1
|/
* Revert "GenASM: pipeline disk-write with building of classfiles"Iulian Dragos2012-07-101-12/+10
* GenASM: pipeline disk-write with building of classfilesMiguel Garcia2012-07-011-10/+12
* BytecodeWriters can do without the FJBG dependencyMiguel Garcia2012-05-081-20/+19
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-0/+1
* Whitespace commit.Paul Phillips2012-02-291-5/+5
* Toward a higher level abstraction than atPhase.Paul Phillips2012-02-251-3/+1
* -Ydump-classes: the option to dump the generated bytecodeluajalla2011-12-051-2/+18
* More repl work.Paul Phillips2011-11-041-2/+2
* ScalaClassLoader changes.Paul Phillips2011-11-031-1/+1
* Working on jar creation infrastructure.Paul Phillips2011-08-011-11/+17
* Moved a warning behind -Xlint.Paul Phillips2011-07-091-3/+3
* Making some recent changes less breaky so sbt c...Paul Phillips2011-06-111-0/+1
* And the remainder of the scala.reflect refactor...Paul Phillips2011-05-161-1/+1
* Upgraded -d so you can output classes directly ...Paul Phillips2011-04-281-0/+92