summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #2785 from soc/SI-7704Adriaan Moors2013-08-167-36/+30
|\ \ \ \ \
| * | | | | Clean up ConsoleRunner, --> returns Boolean ...Simon Ochsenreither2013-07-303-14/+9
| * | | | | Add some explicit return types to s.t.c._Simon Ochsenreither2013-07-304-16/+15
| * | | | | SI-7704 Fix partest's test category selectionSimon Ochsenreither2013-07-303-6/+6
* | | | | | Merge pull request #2798 from som-snytt/issue/7544-errmsgAdriaan Moors2013-08-168-13/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | StringContext#checkLengths reports bad args countSom Snytt2013-08-062-3/+4
| * | | | | In tests, interpolation is no longer -Xperimental.Som Snytt2013-08-064-4/+0
| * | | | | SI-7544 Interpolation message for %% literalSom Snytt2013-08-062-6/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #2831 from soc/SI-7624Grzegorz Kossakowski2013-08-1593-2610/+1346
|\ \ \ \ \
| * | | | | Whitespace fixes in scala/tools/scalapSimon Ochsenreither2013-08-1531-294/+293
| * | | | | SI-7624 Fix -feature warnings in scala/tools/scalapSimon Ochsenreither2013-08-1525-174/+98
| * | | | | SI-7624 Replace new{Term,Type}Name with {Term,Type}NameSimon Ochsenreither2013-08-153-11/+11
| * | | | | SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-1525-70/+38
| * | | | | SI-7624 Fix -Xlint warnings in AnyVal-related codeSimon Ochsenreither2013-08-1511-1771/+629
| * | | | | Formatting fixes for AnyValSimon Ochsenreither2013-08-151-59/+42
| * | | | | SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-1510-20/+24
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2792 from ScrapCodes/partest-script-fixedAdriaan Moors2013-08-151-1/+4
|\ \ \ \ \
| * | | | | Added a warning from scala runner script.Prashant Sharma2013-08-131-0/+3
| * | | | | Bug fix ! , if $color_opts is unset partest script does not work.Prashant Sharma2013-08-011-1/+1
* | | | | | Merge pull request #2819 from som-snytt/issue/regextract-charAdriaan Moors2013-08-142-0/+96
|\ \ \ \ \ \
| * | | | | | SI-7737 Regex matches CharSom Snytt2013-08-102-0/+96
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2791 from som-snytt/issue/7265-2.11Adriaan Moors2013-08-143-31/+16
|\ \ \ \ \ \
| * | | | | | SI-7265 javaSpecVersion, adjust isJava... testsSom Snytt2013-08-013-31/+16
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2780 from lcycon/lcycon-deprecate_lockAdriaan Moors2013-08-141-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add deprecation warning to lock classLuke Cycon2013-07-291-0/+1
* | | | | | Merge pull request #2804 from adriaanm/rebase-2763Adriaan Moors2013-08-123-3/+28
|\ \ \ \ \ \
| * | | | | | SI-7690 ghost error message fails compilePaul Phillips2013-08-113-3/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2807 from som-snytt/issue/partest-dirAdriaan Moors2013-08-127-67/+55
|\ \ \ \ \ \
| * | | | | | Log file is zapped before test runSom Snytt2013-08-081-0/+3
| * | | | | | SI-7729 Does Par-Test work? Absolutely!Som Snytt2013-08-084-22/+16
| * | | | | | Par-Test split checks work againSom Snytt2013-08-084-45/+36
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2764 from folone/masterGrzegorz Kossakowski2013-08-124-13/+99
|\ \ \ \ \ \
| * | | | | | Make map2Conserve occupy constant stack space in spirit of SI-2411George Leontiev2013-08-083-7/+92
| * | | | | | Move map2Conserve to a new home, next to map2.George Leontiev2013-08-082-13/+14
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2812 from xeno-by/topic/defdef-name-now-termnameGrzegorz Kossakowski2013-08-127-9/+9
|\ \ \ \ \ \
| * | | | | | DefDef.name is now TermName againEugene Burmako2013-08-107-9/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2797 from paulp/pr/erasure-n-squaredGrzegorz Kossakowski2013-08-122-1/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix N^2 spot in erasure.Paul Phillips2013-08-052-1/+37
| | |_|/ / | |/| | |
* | | | | Merge pull request #2741 from retronym/topic/intellij-modularAdriaan Moors2013-08-0816-23/+153
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Scrubbing up the IntelliJ ConfigJason Zaugg2013-07-2916-23/+153
* | | | | Merge pull request #2776 from gkossakowski/symbolTable-refactoringsGrzegorz Kossakowski2013-08-0625-223/+434
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add sample to SymbolTableTest using custom symbols and type.Grzegorz Kossakowski2013-08-021-0/+21
| * | | | Address TODOs around SymbolLoaders and SymbolTable.Grzegorz Kossakowski2013-07-3010-75/+49
| * | | | Fix Platform type in Global to be JavaPlatform.Grzegorz Kossakowski2013-07-273-40/+14
| * | | | Add example of SymbolTable unit test.Grzegorz Kossakowski2013-07-272-0/+118
| * | | | Make junit runner quiet when tests pass.Grzegorz Kossakowski2013-07-271-1/+1
| * | | | The `test-junit` Eclipse project depends on `scala-compiler`Grzegorz Kossakowski2013-07-272-4/+5
| * | | | Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-2716-59/+125
| * | | | Update sbt interface version to 0.12.4.Grzegorz Kossakowski2013-07-271-1/+1
| * | | | Deprecate Platform.BinaryRepr.Grzegorz Kossakowski2013-07-274-26/+16