summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fix for view isEmpty.Paul Phillips2012-08-138-20/+36
* Merge pull request #1116 from scalamacros/topic/flags-againJosh Suereth2012-08-113-8/+6
|\
| * a follow up on e01ec05a1eEugene Burmako2012-08-103-8/+6
* | Merge pull request #1105 from rklaehn/SI-6197Josh Suereth2012-08-111-1/+6
|\ \
| * | Only create a HashTrieSet if necessary.Ruediger Klaehn2012-08-091-1/+6
* | | Merge pull request #1097 from rklaehn/SI-6198Josh Suereth2012-08-112-12/+14
|\ \ \ | |_|/ |/| |
| * | Create a HashSet1 in case ks1 contains just one entryRuediger Klaehn2012-08-091-3/+5
| * | Renamed elem to head and next to tailRuediger Klaehn2012-08-091-9/+9
| |/
* | Merge pull request #1111 from scalamacros/ticket/6212Josh Suereth2012-08-102-4/+1
|\ \
| * | refines api.FlagSetsEugene Burmako2012-08-102-4/+1
* | | Merge pull request #1108 from rklaehn/SI-5879Josh Suereth2012-08-101-14/+18
|\ \ \
| * | | Ensure that a.merged(b)(null) always chooses a in case of collisionsRuediger Klaehn2012-08-091-14/+18
| | |/ | |/|
* | | SI-6119 Fix mispelling on take documentation.Daniel C. Sobral2012-08-091-1/+1
| |/ |/|
* | Merge pull request #1056 from heathermiller/try-based-futuresAdriaan Moors2012-08-086-122/+103
|\ \
| * | Doc fix on exec ctx prepare method, fix to testsHeather Miller2012-08-082-2/+3
| * | Added tests, removal of unnecessary methods, fixes prepareHeather Miller2012-08-073-23/+7
| * | Merge branch 'try-based-futures' of https://github.com/heathermiller/scala in...Heather Miller2012-08-052-3/+17
| |\ \
| | * | SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-052-3/+17
| * | | Temporarily skips failing test due to optimizer bug SI-6188Heather Miller2012-08-051-1/+1
| |/ /
| * | Basing Futures on Try instead of EitherHeather Miller2012-08-045-105/+87
* | | Merge pull request #1080 from scalamacros/ticket/6186Josh Suereth2012-08-071-2/+2
|\ \ \ | |_|/ |/| |
| * | SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-071-2/+2
* | | Merge pull request #1082 from VladUreche/topic/remove-anyref-from-libraryJosh Suereth2012-08-076-7/+7
|\ \ \ | |/ / |/| |
| * | Removes AnyRef specialization from libraryVlad Ureche2012-08-076-7/+7
* | | update and normalize copyright noticeAdriaan Moors2012-08-076-6/+6
|/ /
* | Merge pull request #1050 from scalamacros/topic/better-error-messagesJosh Suereth2012-08-061-14/+24
|\ \
| * | better error messages for Symbol.asXXX methodsEugene Burmako2012-08-061-14/+24
* | | Merge pull request #1055 from scalamacros/topic/deprecate-manifest-incantationsJosh Suereth2012-08-061-0/+3
|\ \ \
| * | | adds deprecation annotations on manifest incantationsEugene Burmako2012-08-051-0/+3
| |/ /
* | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-051-22/+20
|\ \ \ | |_|/ |/| |
| * | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-281-22/+20
* | | Merge pull request #1028 from odersky/topic/worksheetAdriaan Moors2012-08-041-7/+13
|\ \ \
| * | | Better worksheet support.Martin Odersky2012-08-031-5/+7
| * | | Made worksheet output wrap around after custimizable # of output columns.Martin Odersky2012-07-311-7/+11
* | | | staticTpe => staticType, actualTpe => actualTypeEugene Burmako2012-08-041-5/+5
| |_|/ |/| |
* | | Merge pull request #1034 from xuwei-k/fix-scaladocJosh Suereth2012-08-034-5/+5
|\ \ \
| * | | minor fixes scaladocxuwei-k2012-08-014-5/+5
| |/ /
* | | first stab at serialization of exprs and tagsEugene Burmako2012-08-022-4/+47
* | | moves Expr from api to baseEugene Burmako2012-08-024-1/+114
* | | evicts last traces of makro from our codebaseEugene Burmako2012-08-021-11/+0
* | | reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-023-6/+17
* | | prepares our macro defs for refactoring (Step II)Eugene Burmako2012-08-023-8/+4
* | | more refinements of reflection APIEugene Burmako2012-08-021-16/+0
* | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-022-23/+43
* | | simplifies flag APIEugene Burmako2012-08-023-5/+7
* | | SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-022-5/+30
|/ /
* | Merge pull request #1018 from scalamacros/topic/classtag-of-nothingJosh Suereth2012-07-301-2/+7
|\ \
| * | ClassTag.Nothing now throws an exceptionEugene Burmako2012-07-301-2/+7
| |/
* | Merge pull request #1005 from odersky/topic/worksheetodersky2012-07-302-4/+107
|\ \ | |/ |/|
| * New Worksheet mixing schemeMartin Odersky2012-07-271-0/+87