summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1416 from jsuereth/fix/string-context-scaladocGrzegorz Kossakowski2012-09-281-0/+7
|\
| * add a bit about unicode to scaladoc.Josh Suereth2012-09-281-0/+7
|/
* Merge pull request #1402 from scalamacros/topic/reflectionEugene Burmako2012-09-2770-764/+531
|\
| * moves Context.ParseError outside the cakeEugene Burmako2012-09-272-12/+7
| * revives macros.InfrastructureEugene Burmako2012-09-278-79/+38
| * moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-276-12/+11
| * a more precise type for Context.mirrorEugene Burmako2012-09-272-2/+2
| * gets rid of macros.InfrastructureEugene Burmako2012-09-278-32/+12
| * simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-277-39/+40
| * exposes Position.source as SourceFileEugene Burmako2012-09-274-17/+7
| * removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-274-69/+5
| * merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-275-38/+13
| * merges macros.Exprs and macros.TypeTags into ContextEugene Burmako2012-09-278-38/+6
| * removes front ends from scala-reflect.jarEugene Burmako2012-09-2713-214/+180
| * PositionApi => PositionEugene Burmako2012-09-274-172/+171
| * hides BuildUtils from ScaladocEugene Burmako2012-09-271-1/+1
| * MirrorOf => MirrorEugene Burmako2012-09-2724-69/+63
| * docs.pre-lib now checks for mods in reflectEugene Burmako2012-09-271-0/+1
| * no longer docs scala.reflect.ioEugene Burmako2012-09-272-1/+5
| * no longer docs internal scala.reflect packagesEugene Burmako2012-09-271-7/+7
* | Merge pull request #1409 from jsuereth/fix/string-interpolation-docGrzegorz Kossakowski2012-09-271-3/+60
|\ \ | |/ |/|
| * Finish docs for string interpolation.Josh Suereth2012-09-271-3/+60
|/
* Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-275-90/+166
|\
| * SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-275-90/+166
* | Merge pull request #1408 from scalamacros/topic/direct-testPaul Phillips2012-09-262-2/+2
|\ \
| * | hardens DirectTest against missing -d settingsEugene Burmako2012-09-262-2/+2
| |/
* | Merge pull request #1407 from dragos/issue/fix-SI-6429Paul Phillips2012-09-261-1/+1
|\ \
| * | Don't call `updateInfo` during typing.Iulian Dragos2012-09-261-1/+1
* | | Merge pull request #1387 from paulp/topic/210-quieter-warningsPaul Phillips2012-09-2620-63/+64
|\ \ \ | |_|/ |/| |
| * | Move -Xdead-code out of the standard -Xlint.Paul Phillips2012-09-262-2/+3
| * | Privatize some collections internals.Paul Phillips2012-09-261-5/+5
| * | Refine an -Xlint warning.Paul Phillips2012-09-261-5/+7
| * | Explicit type application in cps plugin.Paul Phillips2012-09-261-1/+1
| * | Don't overload implicit methods.Paul Phillips2012-09-262-3/+3
| * | Don't write public methods with non-public parameters.Paul Phillips2012-09-263-7/+6
| * | Don't write side-effecting nullary methods.Paul Phillips2012-09-266-26/+25
| * | Avoid relying on auto-tupling.Paul Phillips2012-09-265-14/+14
|/ /
* | Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-2627-64/+164
|\ \
| * | SI-6277 fixes flags, annotations & privateWithinEugene Burmako2012-09-2616-43/+131
| * | distinguishes flag-agnostic completersEugene Burmako2012-09-2410-18/+30
| * | minor cleanup for reflectionEugene Burmako2012-09-223-5/+5
* | | Merge pull request #1396 from axel22/issue/6410Josh Suereth2012-09-262-0/+11
|\ \ \
| * | | SI-6410 add test cases.Aleksandar Prokopec2012-09-252-0/+11
* | | | Merge pull request #1397 from jsuereth/fix/SI-6409Grzegorz Kossakowski2012-09-261-0/+3
|\ \ \ \
| * | | | Improves SI-6409 - Add note to string flatMap about evaluation.Josh Suereth2012-09-251-0/+3
| |/ / /
* | | | Merge pull request #1405 from heathermiller/topic/scaladoc-interface-fixesGrzegorz Kossakowski2012-09-263-5440/+187
|\ \ \ \
| * | | | Automatically highlight and scroll to linked-to membersHeather Miller2012-08-241-0/+16
| * | | | SI-4857 fixes showall/hideall Scaladoc interface bugHeather Miller2012-08-231-0/+11
| * | | | SI-6170 Revert #456 "Upgrade jQuery from 1.4.2 to 1.7.2"Heather Miller2012-08-232-5440/+160
* | | | | Merge pull request #1388 from odersky/topic/instrumenterGrzegorz Kossakowski2012-09-261-6/+7
|\ \ \ \ \