summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into HEADPaul Phillips2013-05-1664-857/+396
|\
| * Merge pull request #2519 from som-snytt/issue/regex-revertAdriaan Moors2013-05-162-5/+18
| |\
| | * SI-6406 Restore deprecated APISom Snytt2013-05-122-5/+18
| * | Merge pull request #2534 from retronym/ticket/3943Adriaan Moors2013-05-162-0/+21
| |\ \
| | * | SI-3943 Test case for already-fixed Java interop bugJason Zaugg2013-05-152-0/+21
| * | | Merge pull request #2543 from soc/SI-7469-loggingAdriaan Moors2013-05-169-94/+19
| |\ \ \
| | * | | SI-7469 Remove @deprecated scala.util.loggingSimon Ochsenreither2013-05-169-94/+19
| |/ / /
| * | | Merge pull request #2527 from soc/SI-7476Jason Zaugg2013-05-161-4/+50
| |\ \ \
| | * | | SI-7476 Add documentation to GenericTraversableTemplateSimon Ochsenreither2013-05-131-4/+50
| | | |/ | | |/|
| * | | Merge pull request #2526 from dcsobral/doc/patMatAdriaan Moors2013-05-151-2/+6
| |\ \ \
| | * | | Fix formatting for couple of docs in the compilerDaniel C. Sobral2013-05-131-2/+6
| | |/ /
| * | | Merge pull request #2520 from soc/SI-7469-concurrentJason Zaugg2013-05-155-6/+6
| |\ \ \
| | * | | SI-7469 Make @deprecated elems in scala.concurrent private[scala]Simon Ochsenreither2013-05-125-6/+6
| | |/ /
| * | | Merge pull request #2521 from soc/SI-7469-combinatorJason Zaugg2013-05-153-79/+0
| |\ \ \
| | * | | SI-7469 Remove deprecated elements in s.u.parsing.combinatorSimon Ochsenreither2013-05-123-79/+0
| | |/ /
| * | | Merge pull request #2523 from soc/SI-7469-hashingJason Zaugg2013-05-152-206/+0
| |\ \ \
| | * | | SI-7469 Remove @deprecated MurmurHash elementsSimon Ochsenreither2013-05-122-206/+0
| | |/ /
| * | | Merge pull request #2514 from scalamacros/topic/5923-masterJason Zaugg2013-05-1528-64/+228
| |\ \ \
| | * | | removes duplication in inferImplicitValueEugene Burmako2013-05-123-30/+18
| | * | | SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-125-9/+32
| | * | | SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-1215-25/+117
| | * | | macroExpandAll is now triggered in all invocations of typedEugene Burmako2013-05-122-0/+4
| | * | | SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-127-10/+67
| * | | | Merge pull request #2503 from paulp/issue/6039Jason Zaugg2013-05-153-2/+26
| |\ \ \ \
| | * | | | SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-083-2/+26
| * | | | | Merge pull request #2498 from rladstaetter/patch-1Jason Zaugg2013-05-151-1/+1
| |\ \ \ \ \
| | * | | | | fix typo in commentRobert Ladstätter2013-05-061-1/+1
| * | | | | | Merge pull request #2399 from rjolly/scripting8Jason Zaugg2013-05-151-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | AbstractFile.getDirectory does not return null when outDir is "."Raphael Jolly2013-04-221-1/+1
| * | | | | | Merge pull request #2525 from soc/SI-7469-astPaul Phillips2013-05-132-381/+0
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | SI-7469 Remove @deprecated scala.util.parsing.astSimon Ochsenreither2013-05-132-381/+0
| |/ / / / /
| * | | | | Merge pull request #2501 from paulp/pr/tailcalls-tostringPaul Phillips2013-05-122-7/+7
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Limit unnecessary calls to Type#toString.Paul Phillips2013-05-082-7/+7
| | | |_|/ | | |/| |
| * | | | Merge pull request #2470 from ihji/masterPaul Phillips2013-05-112-2/+13
| |\ \ \ \
| | * | | | SI-7432 add testcasesHeejong Lee2013-04-301-0/+11
| | * | | | SI-7432 Range.min should throw NoSuchElementException on empty rangeHeejong Lee2013-04-301-2/+2
* | | | | | Incorporated reviewer feedback.Paul Phillips2013-05-113-34/+35
* | | | | | Refactored stabilize.Paul Phillips2013-05-114-85/+128
* | | | | | Eliminated HKmode.Paul Phillips2013-05-114-44/+53
* | | | | | Eliminated RETmode.Paul Phillips2013-05-114-10/+14
* | | | | | Eliminated SNDTRYmode.Paul Phillips2013-05-115-28/+38
* | | | | | Started eliminating modes.Paul Phillips2013-05-115-111/+118
* | | | | | Corralling Modes into a smaller pen.Paul Phillips2013-05-1111-261/+300
|/ / / / /
* | | | | Merge pull request #2512 from som-snytt/issue/partest-exec-logPaul Phillips2013-05-111-4/+5
|\ \ \ \ \
| * | | | | Par-Test includes log in transcript of failed execSom Snytt2013-05-101-4/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #2425 from paulp/pr/no-package-objectsPaul Phillips2013-05-102-116/+123
|\ \ \ \ \
| * | | | | Boil out some duplicated parser logic.Paul Phillips2013-05-101-116/+108
| * | | | | Flesh out copyMemberDef methods with copyModuleDef.Paul Phillips2013-05-101-0/+15
|/ / / / /
* | | | | Merge pull request #2462 from magarciaEPFL/backendish9Paul Phillips2013-05-1021-50/+86
|\ \ \ \ \
| * | | | | indentation typoMiguel Garcia2013-04-301-6/+6