summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | SI-6843 well-positioned syntax errors for quasiquotesDen Shabalin2013-08-144-50/+69
| * | | SI-7331 remove all the wrapping code from toolboxDen Shabalin2013-08-141-7/+3
| * | | refactor parser entry points and extract a few methods outDen Shabalin2013-08-141-30/+46
| |/ /
* | | Merge pull request #2823 from som-snytt/issue/7715Adriaan Moors2013-08-162-42/+67
|\ \ \
| * | | SI-7715 String inpatternation s"$_" for s"${_}"Som Snytt2013-08-122-42/+67
* | | | Merge pull request #2821 from xeno-by/topic/fundep-materializationAdriaan Moors2013-08-161-12/+52
|\ \ \ \
| * | | | SI-7470 implements fundep materializationEugene Burmako2013-08-131-12/+52
| |/ / /
* | | | Merge pull request #2785 from soc/SI-7704Adriaan Moors2013-08-164-24/+24
|\ \ \ \
| * | | | Clean up ConsoleRunner, --> returns Boolean ...Simon Ochsenreither2013-07-301-3/+3
| * | | | Add some explicit return types to s.t.c._Simon Ochsenreither2013-07-303-15/+15
| * | | | SI-7704 Fix partest's test category selectionSimon Ochsenreither2013-07-303-6/+6
* | | | | Merge pull request #2798 from som-snytt/issue/7544-errmsgAdriaan Moors2013-08-161-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-7544 Interpolation message for %% literalSom Snytt2013-08-061-1/+2
| | |/ / | |/| |
* | | | SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-1511-28/+11
* | | | SI-7624 Fix -Xlint warnings in AnyVal-related codeSimon Ochsenreither2013-08-152-9/+5
* | | | Formatting fixes for AnyValSimon Ochsenreither2013-08-151-59/+42
* | | | SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-152-1/+2
| |_|/ |/| |
* | | Merge pull request #2804 from adriaanm/rebase-2763Adriaan Moors2013-08-122-3/+11
|\ \ \
| * | | SI-7690 ghost error message fails compilePaul Phillips2013-08-112-3/+11
| |/ /
* | | Merge pull request #2812 from xeno-by/topic/defdef-name-now-termnameGrzegorz Kossakowski2013-08-124-4/+4
|\ \ \
| * | | DefDef.name is now TermName againEugene Burmako2013-08-104-4/+4
| |/ /
* | | Merge pull request #2797 from paulp/pr/erasure-n-squaredGrzegorz Kossakowski2013-08-121-1/+2
|\ \ \ | |/ / |/| |
| * | Fix N^2 spot in erasure.Paul Phillips2013-08-051-1/+2
* | | Merge pull request #2776 from gkossakowski/symbolTable-refactoringsGrzegorz Kossakowski2013-08-0611-201/+261
|\ \ \ | |/ / |/| |
| * | Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-305-42/+36
| * | Fix Platform type in Global to be JavaPlatform.Grzegorz Kossakowski2013-07-273-40/+14
| * | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-2710-50/+91
| * | Deprecate Platform.BinaryRepr.Grzegorz Kossakowski2013-07-274-26/+16
| * | Remove dependency on typer phase in ClassfileParser.Grzegorz Kossakowski2013-07-275-6/+53
| * | Move ICodeReader-specific logic out of ClassfileParser.Grzegorz Kossakowski2013-07-273-95/+109
* | | Merge remote-tracking branch 'scala/master' into merge-2.10.xGrzegorz Kossakowski2013-07-297-279/+364
|\ \ \ | | |/ | |/|
| * | Merge pull request #2746 from soc/topic/paulp-typer-debug-outputAdriaan Moors2013-07-297-279/+364
| |\ \
| | * | Make -Ytyper-debug output readable.Paul Phillips2013-07-177-279/+364
* | | | Merge remote-tracking branch 'scala/2.10.x' into merge-2.10.xGrzegorz Kossakowski2013-07-295-16/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Merge pull request #2750 from retronym/ticket/7455-2.10.xGrzegorz Kossakowski2013-07-271-2/+11
| |\ \ \
| | * | | SI-7455 Drop dummy param for synthetic access constructorJason Zaugg2013-07-281-2/+11
| * | | | Merge pull request #2738 from retronym/ticket/7636Grzegorz Kossakowski2013-07-271-0/+2
| |\ \ \ \
| | * | | | SI-7636 Fix a NPE in typing class constructorsChristopher Vogt2013-07-161-0/+2
| * | | | | Merge pull request #2762 from gourlaysama/t7687Grzegorz Kossakowski2013-07-271-1/+1
| |\ \ \ \ \
| | * | | | | SI-7687 Handle spaces in %COMSPEC% path in scala.bat.Antoine Gourlay2013-07-231-1/+1
| * | | | | | [backport] SI-7569 Fix end position in PostfixSelect treeFrançois Garillot2013-07-241-1/+1
| |/ / / / /
| * / / / / SI-7657 clarifies the "macro overrides method" ruleEugene Burmako2013-07-141-2/+2
| |/ / / /
| * | | | Merge pull request #2721 from retronym/ticket/7649Adriaan Moors2013-07-121-8/+8
| |\ \ \ \
| | * | | | SI-7649 Fix positions for reshaped tag materializersJason Zaugg2013-07-111-8/+8
| | |/ / /
| * | | | Merge pull request #2689 from scalamacros/ticket/7617Adriaan Moors2013-07-121-3/+6
| |\ \ \ \
| | * | | | SI-7617 typedAssign no longer expands lhsEugene Burmako2013-07-091-1/+4
| | * | | | makes it more convenient to work with SuppressMacroExpansionAttachmentEugene Burmako2013-06-281-2/+2
| * | | | | SI-7638 Superaccessor lookup after specializationVlad Ureche2013-07-081-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2739 from retronym/ticket/7668Adriaan Moors2013-07-291-0/+3
|\ \ \ \ \
| * | | | | SI-7668 Better return type inheritance for dep. method typesJason Zaugg2013-07-161-0/+3
| | |_|/ / | |/| | |