summaryrefslogtreecommitdiff
path: root/src/scalap
Commit message (Collapse)AuthorAgeFilesLines
* More deprecation soothing.Paul Phillips2009-11-182-2/+2
| | | | | warning count.
* More deprecation work.Paul Phillips2009-11-181-2/+2
| | | | | | since 2.7.2 (still except for lower case primitive type aliases) and removes every deprecated method which has never shipped in a release.
* The preferred way to convert between primitives...Paul Phillips2009-11-112-8/+8
| | | | | | | The preferred way to convert between primitives is to call .toInt etc, but there were lots of casts for historical reasons. This patch remedies that.
* new classpaths.Lukas Rytz2009-10-261-12/+24
|
* reverted 'doArg' change made in r18738, removed...michelou2009-09-2511-50/+63
| | | | | reverted 'doArg' change made in r18738, removed a few warnings
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2410-10/+10
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-222-2/+2
| | | | | | | Attempting to widen the field of possibilities for equality, a proof by construction that a large codebase doesn't need to perform equality checks between different primitives types if it is not so inclined.
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* qualified references to super methods are no lo...ilyas2009-08-201-0/+1
| | | | | | qualified references to super methods are no longer printer in a decompiled code
* switch to unnested packages.Martin Odersky2009-07-2418-22/+63
|
* scalap changed to treat named parameters and pa...ilyas2009-06-295-85/+188
| | | | | scalap changed to treat named parameters and package objects
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-275-11/+10
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* Various cleanups and redundancy-removal related...Paul Phillips2009-03-161-1/+1
| | | | | Various cleanups and redundancy-removal related to properties.
* More consolidation and duplication elimination ...Paul Phillips2009-03-131-39/+7
| | | | | More consolidation and duplication elimination in Properties.
* removed deprecated warning, updated svn props, ...michelou2009-03-101-22/+35
| | | | | removed deprecated warning, updated svn props, cleaned up code
* removed deprecated for-loops and unitsmichelou2009-02-241-32/+36
|
* rewrote an infinite loop spotted by findbugs to...Paul Phillips2009-02-111-7/+2
| | | | | rewrote an infinite loop spotted by findbugs to be more finite
* version file addedilyas2009-02-102-1/+1
|
* map page updatedilyas2009-02-104-7/+12
| | | | | scalap flags adjusted according to man page
* added build scripts for scalapLukas Rytz2009-02-0927-0/+3293