summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in Unapplies.Paul Phillips2013-08-172-33/+19
* Cosmetic cleanup in the matcher.Paul Phillips2013-08-173-27/+25
* Positioned variations of inform/warning/globalError.Paul Phillips2013-08-171-9/+14
* Removed some dead code in Uncurry.Paul Phillips2013-08-171-21/+4
* Pushed some noisy logging down to debuglog.Paul Phillips2013-08-172-3/+3
* Some general purpose methods.Paul Phillips2013-08-171-0/+1
* Merge pull request #2843 from xeno-by/topic/kill-introduce-top-levelAdriaan Moors2013-08-161-2/+2
|\
| * kills introduceTopLevelEugene Burmako2013-08-161-2/+2
* | Merge pull request #2777 from soc/SI-7681-dead-code-daemonthreadfactoryAdriaan Moors2013-08-162-35/+0
|\ \
| * | SI-7681 Remove scala.tools.nsc.io.DaemonThreadFactorySimon Ochsenreither2013-08-152-35/+0
* | | Merge pull request #2830 from densh/topic/stats-parsing-2Adriaan Moors2013-08-162-31/+47
|\ \ \
| * | | SI-6843 well-positioned syntax errors for quasiquotesDen Shabalin2013-08-141-1/+1
| * | | 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
| |/ /
* | | SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-152-3/+2
* | | 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-123-3/+3
|\ \
| * | DefDef.name is now TermName againEugene Burmako2013-08-103-3/+3
| |/
* | 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-293-7/+20
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | | | [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 #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
| | |_|/ / | |/| | |
* | | | | Merge pull request #2737 from retronym/ticket/7669Adriaan Moors2013-07-291-5/+16
|\ \ \ \ \
| * | | | | SI-7669 Fix exhaustivity warnings for recursive ADTs.Jason Zaugg2013-07-171-5/+16
| |/ / / /