summaryrefslogtreecommitdiff
path: root/src/msil
Commit message (Collapse)AuthorAgeFilesLines
* fix msil code generation for exception handlers.Lukas Rytz2009-12-011-4/+4
|
* More world-shaking deprecation work.Paul Phillips2009-11-201-1/+1
| | | | | | | object, updating some @deprecated messages to give realistic alternatives, properly resolving the semantic mismatch between List.-- and diff, its once-recommended but inequivalent alternative.
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-1811-95/+95
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* The preferred way to convert between primitives...Paul Phillips2009-11-111-3/+3
| | | | | | | 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.
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
|
* Removed dead code, some useless Id tags removed.Gilles Dubochet2009-09-243-432/+0
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2421-21/+21
| | | | | | | | [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.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-8/+8
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* MSIL is built as part of Sabbus, take 3.Gilles Dubochet2009-05-063-432/+0
|
* MSIL is built as part of Sabbus, take 2.Gilles Dubochet2009-05-0663-0/+14772