summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better errors for Any/AnyRef issues.Paul Phillips2012-09-014-50/+117
* Fix for SI-6263, futile adaptation.Paul Phillips2012-09-011-2/+6
* Suppressed 'possible cause' mis-warning.Paul Phillips2012-09-011-1/+10
* Merge pull request #1227 from paulp/issue/6034Paul Phillips2012-09-013-3/+10
|\
| * Fix for SI-6034, covariant value classes.Paul Phillips2012-08-313-3/+10
* | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-011-2/+8
|\ \
| * | Fix SI-4581.Aleksandar Prokopec2012-08-271-2/+8
* | | Merge pull request #1222 from jsuereth/fix/sbt-buildJosh Suereth2012-09-011-3/+7
|\ \ \
| * | | SBT build now works with SBT 0.12.Josh Suereth2012-08-311-3/+7
* | | | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-012-7/+14
|\ \ \ \
| * | | | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-312-7/+14
| |/ / /
* | | / More useful -Xlog-implicits output.Jason Zaugg2012-09-011-4/+4
| |_|/ |/| |
* | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-3022-113/+133
|\ \ \
| * | | Two more value classes.Paul Phillips2012-08-292-53/+50
| * | | Expanded the reach of value classes.Paul Phillips2012-08-2920-60/+83
| |/ /
* | | Merge pull request #1212 from dragos/topic/worksheet-instrumenterJosh Suereth2012-08-302-5/+12
|\ \ \
| * | | Two fixes for the worksheet instrumenterMartin Odersky2012-08-292-5/+12
| |/ /
* | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-301-10/+29
|\ \ \
| * | | Improve efficiency of updatedRuediger Klaehn2012-08-181-10/+29
* | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-302-40/+52
|\ \ \ \
| * | | | Commented out assertionsRuediger Klaehn2012-08-281-3/+3
| * | | | Made ListMap.tail O(1) instead of O(N)Ruediger Klaehn2012-08-251-7/+7
| * | | | Added assertions for tree consistencyRuediger Klaehn2012-08-201-0/+4
| * | | | Rewrote makeHashTrieMap so that objects are created in a consistent stateRuediger Klaehn2012-08-201-22/+19
| * | | | Check if subNew is the only child and if it is a leaf.Ruediger Klaehn2012-08-201-0/+2
| * | | | Move code to create two-element HashTrieMap into utility method and make use ...Ruediger Klaehn2012-08-201-27/+30
| * | | | Remove unnecessary check for merger eq nullRuediger Klaehn2012-08-201-2/+2
| * | | | Prevent creation of a HashTrieMap with one child unless the child is a HashTr...Ruediger Klaehn2012-08-201-1/+4
| * | | | Prevent creation of a HashMapCollision1 with one elementRuediger Klaehn2012-08-201-3/+6
* | | | | Merge pull request #1209 from odersky/ticket/6227Josh Suereth2012-08-301-0/+13
|\ \ \ \ \
| * | | | | Closes SI-6227Martin Odersky2012-08-291-0/+13
* | | | | | Merge pull request #1215 from dgruntz/reflection/tuningEugene Burmako2012-08-304-11/+11
|\ \ \ \ \ \
| * | | | | | Reflection tuningDominik Gruntz2012-08-304-11/+11
| | |_|_|/ / | |/| | | |
* / | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+7
|/ / / / /
* | | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-294-8/+1
|\ \ \ \ \
| * | | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-264-8/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-293-77/+102
|\ \ \ \ \
| * | | | | pull request feedbackpavelpavlov2012-08-231-0/+21
| * | | | | PartialFunction polishingPavel Pavlov2012-08-233-77/+81
* | | | | | Merge pull request #1206 from paulp/issue/6283Grzegorz Kossakowski2012-08-291-0/+2
|\ \ \ \ \ \
| * | | | | | Fix for SI-6283, no abstract value classes.Paul Phillips2012-08-281-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1193 from VladUreche/issue/scaladoc-anchorGrzegorz Kossakowski2012-08-291-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6280 Scaladoc: Reloading preserves anchorsVlad Ureche2012-08-251-1/+5
* | | | | | Merge pull request #1188 from retronym/ticket/6272Josh Suereth2012-08-281-1/+1
|\ \ \ \ \ \
| * | | | | | SI-6272 Support lazy vals defined in try in template.Jason Zaugg2012-08-241-1/+1
* | | | | | | Merge pull request #1185 from paulp/210-updateConservePaul Phillips2012-08-281-15/+21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Eliminated a metric ton of allocations.Paul Phillips2012-08-231-15/+21
| | |_|/ / / | |/| | | |
* | | | | | SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-251-7/+5
| |_|/ / / |/| | | |
* | | | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-3/+2
| |/ / / |/| | |
* | | | Merge pull request #1178 from scalamacros/topic/weak-subtypePaul Phillips2012-08-231-0/+4
|\ \ \ \