summaryrefslogtreecommitdiff
path: root/src/library/scala/StringContext.scala
Commit message (Expand)AuthorAgeFilesLines
* StringContext#checkLengths reports bad args countSom Snytt2013-08-061-1/+2
* less magic in fast track macrosEugene Burmako2013-05-271-1/+1
* Fix Scaladoc for the raw interpolator.Jason Zaugg2012-12-021-2/+2
* SI-6631 Handle invalid escapes in string interpolatorsJason Zaugg2012-12-021-4/+5
* Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Fixes SI-6559 - StringContext not using passed in escape function.Josh Suereth2012-10-301-1/+1
|/
* Fix StringContext documentation.Paul Phillips2012-10-011-6/+6
* add a bit about unicode to scaladoc.Josh Suereth2012-09-281-0/+7
* Finish docs for string interpolation.Josh Suereth2012-09-271-3/+60
* extinguishes some magic from scalacEugene Burmako2012-09-161-1/+2
* Fixes typos in the ScalaDoc of StringContextDominik Gruntz2012-09-041-4/+4
* prepares our macro defs for refactoring (Step II)Eugene Burmako2012-08-021-3/+1
* Raw string interpolatorMartin Odersky2012-07-271-4/+20
* adds the sha1 files of the new starr / stringContext.fDominik Gruntz2012-07-061-37/+2
* macro-based string interpolation formatterAdriaan Moors2012-07-061-4/+9
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+1
* SIP-11 String Interpolation SimplificationDominik Gruntz2012-03-281-1/+1
* SIP-11 String Interpolation SimplificationDominik Gruntz2012-03-281-14/+12
* String interpolation bug fixDominik Gruntz2012-03-281-1/+1
* Handle empty format specifiers in the formatting interpolator.Jason Zaugg2012-03-031-6/+7
* Whitespace commit.Paul Phillips2012-02-291-8/+8
* Fix check for number of argumentsDaniel C. Sobral2012-01-171-2/+2
* A string interpolation implementation of SIP-11.Martin Odersky2012-01-161-0/+191