summaryrefslogtreecommitdiff
path: root/src/library/scala/StringContext.scala
Commit message (Expand)AuthorAgeFilesLines
* ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-1/+1
* cleanup @throws tags in library and reflectAntoine Gourlay2014-11-051-6/+8
* Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-261-3/+8
|\
| * SI-8512 Infer a type for f"$args"Som Snytt2014-08-121-1/+1
| * Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-121-2/+7
| |\
| | * SI-6476 Improve error on escapementSom Snytt2014-07-181-2/+7
* | | [backport] Change StringContext scaladocEvgeny Vereshchagin2014-08-111-1/+1
|/ /
* | Fixed incorrect example in StringContext.raw docDan Garrette2014-07-211-1/+1
* | Remove "throws InvalidEscapeException" from StringContext.raw docDan Garrette2014-07-211-2/+0
|/
* SI-8507 Avoid lazy val in StringContextSom Snytt2014-05-131-47/+50
* SI-8266 Deprecate octal escapes in f-interpolatorSom Snytt2014-02-111-3/+8
* SI-7544 StringContext.f docs updateSom Snytt2014-01-131-3/+2
* 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