summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'kepler/topic/reifyclasses' and 'ijuma/feature...Paul Phillips2011-12-044-2/+16
|\ \
| * | Reification of classes now produces trees that can be compiled and run.Eugene Burmako2011-12-044-2/+16
* | | Tweaked ident suggestions.Paul Phillips2011-12-043-18/+16
|/ /
* | Added -Ysuggest-idents.Paul Phillips2011-12-034-15/+94
* | Eliminated redundant error message.Paul Phillips2011-12-031-5/+3
|/
* Revert "Fixes the annoying spaces between name, type params and params in Sca...Paul Phillips2011-12-021-3/+4
* Fixes the annoying spaces between name, type params and params in ScalaDoc.Simon Ochsenreither2011-12-021-4/+3
* Makes it possible to use env(1) to run scala scripts, by droppingDaniel C. Sobral2011-12-011-1/+1
*---. Merge remote-tracking branches 'remotes/odersky/master', 'remotes/odersky/top...Paul Phillips2011-12-012-159/+2
|\ \ \
| | | * Improved BitSet implementationsStefan Zeiger2011-12-011-159/+0
| | |/
| * / Special treatment of emptyValDef in reifyMartin Odersky2011-12-011-0/+2
| |/
* | Fix to the fix of AnnotationInfos.Martin Odersky2011-12-011-1/+1
* | Fix to position in AnnotationInfoMartin Odersky2011-12-011-1/+8
|/
* Fixed -Xfuture 5.ds, deprecated 0-octal.Paul Phillips2011-11-291-38/+40
* Added the check against UnitClass in freeLocals...Eugene Burmako2011-11-291-1/+1
* Attempt to fix #5230. Review by burmako.Martin Odersky2011-11-291-2/+4
* Small change to get rid of naming awkwardness f...Martin Odersky2011-11-281-10/+11
* -Yreify-copypaste: the copy/pasteable mode for ...Eugene Burmako2011-11-283-1/+68
* Revised macro defs, added a test case.Martin Odersky2011-11-285-19/+27
* Reflection toolboxes now respect settings that ...Eugene Burmako2011-11-284-1/+32
* Experimental version of macro definitions.Martin Odersky2011-11-287-61/+183
* Fix for erroneous bytecode generation.Paul Phillips2011-11-2814-126/+110
* attempt to fix reopened SI-5196michelou2011-11-272-25/+73
* Annotations reacquainted with reification.Paul Phillips2011-11-262-68/+78
* low-hanging optimization fruit for virtpatmatAdriaan Moors2011-11-242-77/+97
* Fast PartialFunction # orElse.Martin Odersky2011-11-244-7/+8
* Reduced accumulation of repackExistentials.Paul Phillips2011-11-245-63/+58
* Minor restructuring in Implicits.Paul Phillips2011-11-245-197/+154
* Optimization of typedArgs.Paul Phillips2011-11-241-7/+17
* AnnotationInfo inertia takes me into continuati...Paul Phillips2011-11-234-7/+35
* fixed deprecated number syntaxmichelou2011-11-231-7/+8
* - fixed code lifting of String, Int, ...vogt2011-11-231-1/+1
* Slightly revised version for the new starr.Martin Odersky2011-11-232-2/+2
* Preparations for new version of AbstractPartial...Martin Odersky2011-11-232-7/+18
* Reworked AnnotationInfo patch.Paul Phillips2011-11-238-104/+80
* type test optimization now takes GADT hack into...Adriaan Moors2011-11-221-5/+5
* optimized typedSubstAdriaan Moors2011-11-221-19/+24
* optimizing type tests and related stuffAdriaan Moors2011-11-222-10/+39
* a wider variety of treemakersAdriaan Moors2011-11-221-148/+163
* optimized version of condAdriaan Moors2011-11-221-0/+19
* fixed extraneous output. no review.Martin Odersky2011-11-221-1/+1
* Changed the way use cases are handled in scaladoc.Vlad Ureche2011-11-222-3/+21
* Compiler part of fast orElse.Martin Odersky2011-11-223-2/+20
* Long-standing performance mystery solved.Paul Phillips2011-11-224-33/+54
* Implemented manifest-based class-paths.Paul Phillips2011-11-214-13/+46
* Fix for what have been rather uncommon common o...Paul Phillips2011-11-211-39/+31
* moving tree making to the TreeMaker factoryAdriaan Moors2011-11-191-98/+125
* Partial cleanup and generalization of tree prin...Martin Odersky2011-11-194-156/+116
* further clean up in virtpatmatAdriaan Moors2011-11-191-228/+218
* Cleanups in TypeApply creation and casting.Paul Phillips2011-11-1912-78/+74