summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Make -Ytyper-debug output readable.Paul Phillips2013-07-171-5/+5
* Spin off src/library/scala/xml to src/xml/scala/xml.Adriaan Moors2013-07-051-15/+6
* Set scene for Predef.$scope's demise.Jason Zaugg2013-06-201-2/+24
* Incorporated reviewer feedback.Paul Phillips2013-05-161-27/+25
* Merge branch 'master' into HEADPaul Phillips2013-05-161-1/+1
|\
| * SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-121-1/+1
* | Incorporated reviewer feedback.Paul Phillips2013-05-111-8/+13
* | Refactored stabilize.Paul Phillips2013-05-111-12/+31
* | Eliminated HKmode.Paul Phillips2013-05-111-1/+9
* | Eliminated RETmode.Paul Phillips2013-05-111-0/+9
* | Eliminated SNDTRYmode.Paul Phillips2013-05-111-3/+14
* | Started eliminating modes.Paul Phillips2013-05-111-9/+28
|/
* Merge pull request #2428 from hubertp/issue/7291Paul Phillips2013-04-301-4/+4
|\
| * SI-7291: Remove error kinds.Hubert Plociniczak2013-04-261-4/+4
* | SI-7429 Fix checkinit build failure in ContextsJason Zaugg2013-04-281-21/+13
|/
* Merge branch 'master' into pr/warning-cleanupPaul Phillips2013-04-241-234/+493
|\
| * Merge pull request #2393 from retronym/ticket/7345-2Paul Phillips2013-04-241-233/+490
| |\
| | * Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-211-1/+5
| | |\
| | * | SI-7345 Address review comments.Jason Zaugg2013-04-211-9/+8
| | * | SI-7345 Improved Context.toStringJason Zaugg2013-04-211-4/+20
| | * | SI-7345 Eliminate the `depth` var.Jason Zaugg2013-04-211-20/+30
| | * | SI-7345 Factor out method to clear and restore undetparams.Jason Zaugg2013-04-211-0/+14
| | * | SI-7345 Remove unneeded warning.Jason Zaugg2013-04-211-7/+1
| | * | SI-7345 Doc and TODO comments around Context.Jason Zaugg2013-04-211-1/+44
| | * | SI-7345 Produce Context#imports from the context chainJason Zaugg2013-04-211-35/+53
| | * | SI-7345 Refactor manual iteration to use foreach.Jason Zaugg2013-04-211-4/+2
| | * | SI-7345 Move `inSilentMode` from Infer to Context.Jason Zaugg2013-04-211-2/+11
| | * | SI-7345 remove unused methods.Jason Zaugg2013-04-211-10/+3
| | * | SI-7345 Prefer using a throwaway silent context over buffer flushing.Jason Zaugg2013-04-211-4/+6
| | * | SI-7345 More refactoring and documentation in ContextsJason Zaugg2013-04-211-85/+175
| | * | SI-7345 Exploit named/default argsJason Zaugg2013-04-211-3/+1
| | * | SI-7345 Encapsulate warning and error buffers in ReportBuffer.Jason Zaugg2013-04-211-24/+75
| | * | SI-7345 Add Context#isLocal, akin to Symbol#isLocalJason Zaugg2013-04-211-8/+4
| | * | SI-7345 Use combinator to find next enclosing non-template.Jason Zaugg2013-04-211-3/+1
| | * | SI-7345 Remove comment that appears obsolete.Jason Zaugg2013-04-211-1/+0
| | * | SI-7345 Rationalize overloads of Context#makeJason Zaugg2013-04-211-34/+24
| | * | SI-7345 Represent the boolean modes in Context in ContextMode.Jason Zaugg2013-04-211-90/+130
* | | | Taught -Xlint about @implicitNotFound.Paul Phillips2013-04-231-0/+1
|/ / /
* | | Merge pull request #2398 from huitseeker/silence_scaladoc_betterJason Zaugg2013-04-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-1/+1
| |/
* | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-245-g5147bb2-...Jason Zaugg2013-04-201-0/+2
|\ \
| * | SI-7319 Clear error buffer during Typer reset.Jason Zaugg2013-04-151-0/+2
* | | SI-7335 Don't import Predef._ in Predef.scalaJason Zaugg2013-04-081-1/+4
| |/ |/|
* | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-021-5/+5
|\ \
| * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-5/+5
* | | SI-7232 Fix Java import vs defn. binding precendenceJason Zaugg2013-03-261-1/+19
|/ /
* | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-1/+1
|\ \
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* | | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-10/+10
|/ /
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-3/+3