Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

root: 2929 523

latest revision download root:

2929 annotated / raw | Diffs: previous, other | Lines: 1403 ( +6, -0 )

Created: 2008-04-25 05:00:36 -0500 (20 days ago) | Author: cedricv | Changeset: 2929

support increment++/decrement-- operands on nullables

2904 annotated / raw | Diffs: previous, other | Lines: 1397 ( +11, -6 )

Created: 2008-04-06 08:48:47 -0500 (39 days ago) | Author: cedricv | Changeset: 2904

IType.IsNullable => TypeSystemServices.IsNullable(IType type)

2896 annotated / raw | Diffs: previous, other | Lines: 1392 ( +9, -9 )

Created: 2008-03-26 17:51:22 -0500 (50 days ago) | Author: neoeinstein | Changeset: 2896

No significant changes.  Adding a few more tests to the primitives test case and reordering of primitive definitions to match.

2815 annotated / raw | Diffs: previous, other | Lines: 1392 ( +5, -2 )

Created: 2008-01-12 07:32:04 -0600 (4 months 2 days ago) | Author: cedricv | Changeset: 2815

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 2865

support internal ConditionalAttribute

2746 annotated / raw | Diffs: previous, other | Lines: 1389 ( +36, -58 )

Created: 2007-10-27 17:34:30 -0500 (6 months ago) | Author: avish | Changeset: 2746

Copied to: boo/branches/generics-overloads/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 2781

[Generics] Basic typesystem support for generic parameter constraints + moved generics handling helper methods to their own GenericsServices class.

2735 annotated / raw | Diffs: previous, other | Lines: 1411 ( +1, -1 )

Created: 2007-10-26 07:02:33 -0500 (6 months ago) | Author: bamboo | Changeset: 2735

unity depends on TypeSystemServices.DateTimeType being visible

2733 annotated / raw | Diffs: previous, other | Lines: 1411 ( +38, -71 )

Created: 2007-10-25 21:39:52 -0500 (6 months ago) | Author: bamboo | Changeset: 2733

moved types to their own files

2653 annotated / raw | Diffs: previous, other | Lines: 1444 ( +4, -9 )

Created: 2007-08-28 13:15:28 -0500 (8 months ago) | Author: bamboo | Changeset: 2653

Copied (2 times):

implicit conversion were not being called for duck typed properties

2652 annotated / raw | Diffs: previous, other | Lines: 1449 ( +4, -4 )

Created: 2007-08-28 12:20:47 -0500 (8 months ago) | Author: bamboo | Changeset: 2652

AbstractInterpreter needs to hook into anonymous callable type creation

2651 annotated / raw | Diffs: previous, other | Lines: 1449 ( +1401, -1535 )

Created: 2007-08-27 16:38:49 -0500 (8 months ago) | Author: avish | Changeset: 2651

Refactored creation of generic parameters into their own BindGenericParameters step instead of being created by their declaring entities (this is more in line with the rest of the type system).
Added support for internal generic callable types (aka generic delegates); anonymous generic callables are still not functioning as intended.
Refactored anonymous callable type handling out of TypeSystemServices and into a new AnonymousCallablesManager, which will facilitate the work on anonymous generic delegates. Small methods are your friends, but there's no need to clutter the already-quite-hairy-object with them :)

2634 annotated / raw | Diffs: previous, other | Lines: 1583 ( +1, -1 )

Created: 2007-07-27 12:49:23 -0500 (9 months ago) | Author: avish | Changeset: 2634

Internal Generic Types: AST, Parser, TypeSystem and Emitter updates.
Basically, a very trivial generic type with no members can now be emitted, but anything more complex than that comes crashing down in flames.
This is basically a savepoint to avoid a mega-commit later. All tests are passing.

2632 annotated / raw | Diffs: previous, other | Lines: 1583 ( +23, -13 )

Created: 2007-07-26 14:29:25 -0500 (9 months ago) | Author: avish | Changeset: 2632

Generics Refactoring: preparing for internal generic types (BOO-763).

* Made terminology a little clearer (and class names easier on the wrist): now using Generic, Constructed and Mapped prefixes for various generics-related states.
* Removed old files, renamed lots of others.
* Merged MixedGenericMethod and InternalGenericMethod to form GenericConstructedMethod; got rid of MixedGenericType in favor of GenericConstructedType, which will also be used to represent constructed versions of internal generic types.
* Some minor bugfixes regarding the Name and FullName properties of generics-related entities.

Tested on Windows.

2567 annotated / raw | Diffs: previous, other | Lines: 1573 ( +24, -13 )

Created: 2007-06-13 13:25:37 -0500 (11 months ago) | Author: bamboo | Changeset: 2567

Copied (2 times):

merged 0.8 branch into trunk removing NET_2_0 conditional compilation from Boo.Lang.Compiler in the process

2549 annotated / raw | Diffs: previous, other | Lines: 1562 ( +1, -1 )

Created: 2007-06-10 19:32:43 -0500 (11 months ago) | Author: bamboo | Changeset: 2549

dynamic dispatching for value type methods; dynamic dispatching for possible System.Object overloads (date.ToString(string) for instance)

Branch point for: tag:boo-0.7.8.2556 tag:boo-0.7.8.2559

2547 annotated / raw | Diffs: previous, other | Lines: 1562 ( +1, -1 )

Created: 2007-06-09 22:27:46 -0500 (11 months ago) | Author: bamboo | Changeset: 2547

a few hints by dotTrace

2531 annotated / raw | Diffs: previous, other | Lines: 1562 ( +33, -1 )

Created: 2007-06-06 21:12:26 -0500 (11 months ago) | Author: bamboo | Changeset: 2531

BOO-835 - DSL-friendly method syntax

2493 annotated / raw | Diffs: previous, other | Lines: 1530 ( +10, -10 )

Created: 2007-05-20 13:57:52 -0500 (11 months ago) | Author: bamboo | Changeset: 2493

code simplification

2490 annotated / raw | Diffs: previous, other | Lines: 1530 ( +15, -5 )

Created: 2007-05-17 23:12:32 -0500 (11 months ago) | Author: bamboo | Changeset: 2490

fix for BOO-827; started refactoring CallableResolutionService towards the 'Application Function Member'/'Better Function Member' strategy discussed in the dev mailing list

2489 annotated / raw | Diffs: previous, other | Lines: 1520 ( +1, -1 )

Created: 2007-05-17 09:49:34 -0500 (11 months ago) | Author: bamboo | Changeset: 2489

UnityScript must be able to customize type compatibility rules

2471 annotated / raw | Diffs: previous, other | Lines: 1520 ( +8, -8 )

Created: 2007-05-05 17:50:04 -0500 (12 months ago) | Author: bamboo | Changeset: 2471

Copied (2 times):

fix .net 1.1 compilation error

Branch point for: tag:boo-0.7.6.2473 tag:boo-0.7.7.2475

2467 annotated / raw | Diffs: previous, other | Lines: 1520 ( +6, -0 )

Created: 2007-05-01 18:27:43 -0500 (12 months ago) | Author: bamboo | Changeset: 2467

TypeSystemServices.RequiresBoxing

2426 annotated / raw | Diffs: previous, other | Lines: 1514 ( +11, -5 )

Created: 2007-02-28 07:35:16 -0600 (14 months ago) | Author: bamboo | Changeset: 2426

always give a name to the module

2420 annotated / raw | Diffs: previous, other | Lines: 1508 ( +3, -0 )

Created: 2007-02-26 16:48:48 -0600 (14 months ago) | Author: dholton | Changeset: 2420

minor change to mark IsSynthetic a few more places, plus showcompilersteps.boo.
IsSynthetic may be deprecated in the future though (see BOO-804 comments).

2393 annotated / raw | Diffs: previous, other | Lines: 1505 ( +19, -11 )

Created: 2007-02-04 15:36:06 -0600 (15 months ago) | Author: avish | Changeset: 2393

Added support for generic generators (BOO-759).

2383 annotated / raw | Diffs: previous, other | Lines: 1497 ( +1, -1 )

Created: 2007-01-03 19:57:53 -0600 (16 months ago) | Author: bamboo | Changeset: 2383

ability to override the way duck typed expressions are recognized

2355 annotated / raw | Diffs: previous, other | Lines: 1497 ( +16, -9 )

Created: 2006-11-02 08:09:39 -0600 (18 months ago) | Author: bamboo | Changeset: 2355

BOO-780 fix by Avish

2353 annotated / raw | Diffs: previous, other | Lines: 1490 ( +25, -27 )

Created: 2006-10-27 13:16:24 -0500 (18 months ago) | Author: bamboo | Changeset: 2353

Avishay Lavie's patch fixing BOO-758 BOO-760 and BOO-758. Thanks.

2348 annotated / raw | Diffs: previous, other | Lines: 1492 ( +7, -2 )

Created: 2006-09-27 13:56:36 -0500 (19 months ago) | Author: bamboo | Changeset: 2348

BOO-265

2339 annotated / raw | Diffs: previous, other | Lines: 1487 ( +2, -0 )

Created: 2006-09-16 15:54:37 -0500 (19 months ago) | Author: bamboo | Changeset: 2339

bin update

2337 annotated / raw | Diffs: previous, other | Lines: 1485 ( +1485, -1424 )

Created: 2006-09-16 15:23:04 -0500 (19 months ago) | Author: bamboo | Changeset: 2337

generics patch by Avish fixing BOO-755, BOO-756 and BOO-757

2299 annotated / raw | Diffs: previous, other | Lines: 1424 ( +12, -16 )

Created: 2006-06-17 18:55:50 -0500 (22 months ago) | Author: bamboo | Changeset: 2299

very basic support for consuming generic types (only with externally defined type arguments for now)

2289 annotated / raw | Diffs: previous, other | Lines: 1428 ( +18, -15 )

Created: 2006-06-15 10:28:11 -0500 (22 months ago) | Author: bamboo | Changeset: 2289

implicit conversion operator defined as an extension

2281 annotated / raw | Diffs: previous, other | Lines: 1425 ( +22, -35 )

Created: 2006-06-11 19:28:56 -0500 (23 months ago) | Author: bamboo | Changeset: 2281

customizable ExpandDuckTypedExpressions step

2274 annotated / raw | Diffs: previous, other | Lines: 1438 ( +1, -1 )

Created: 2006-06-10 15:34:20 -0500 (23 months ago) | Author: bamboo | Changeset: 2274

'self' based extension method syntax removed

2269 annotated / raw | Diffs: previous, other | Lines: 1438 ( +7, -2 )

Created: 2006-06-05 17:12:22 -0500 (23 months ago) | Author: bamboo | Changeset: 2269

do not create generator method classes as nested classes to work around a MONO bug which prevents it from displaying correct stack traces for nested types - requested by Unity

2249 annotated / raw | Diffs: previous, other | Lines: 1433 ( +16, -34 )

Created: 2006-05-04 09:35:57 -0500 (2 years ago) | Author: bamboo | Changeset: 2249

better to compare type references than type names

2246 annotated / raw | Diffs: previous, other | Lines: 1451 ( +1, -11 )

Created: 2006-05-03 16:31:01 -0500 (2 years ago) | Author: dholton | Changeset: 2246

boo 729: overriding methods with byref parameters

2239 annotated / raw | Diffs: previous, other | Lines: 1461 ( +5, -6 )

Created: 2006-04-27 14:31:27 -0500 (2 years ago) | Author: bamboo | Changeset: 2239

allow a different duck typing services implementation class to be specified

2213 annotated / raw | Diffs: previous, other | Lines: 1462 ( +1, -0 )

Created: 2006-04-10 08:43:08 -0500 (2 years 1 month ago) | Author: bamboo | Changeset: 2213

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 2237

bin update afer 20-30% performance improvement with smarter IsModule

Branch point for: tag:boo-0.7.6.2234

2212 annotated / raw | Diffs: previous, other | Lines: 1461 ( +8, -0 )

Created: 2006-04-10 08:02:07 -0500 (2 years 1 month ago) | Author: bamboo | Changeset: 2212

20-30% performance improvement by making IsModule smarter

2199 annotated / raw | Diffs: previous, other | Lines: 1453 ( +8, -0 )

Created: 2006-04-04 16:50:16 -0500 (2 years 1 month ago) | Author: bamboo | Changeset: 2199

test case for BOO-709

2190 annotated / raw | Diffs: previous, other | Lines: 1445 ( +1445, -1442 )

Created: 2006-03-29 07:38:01 -0600 (2 years 1 month ago) | Author: bamboo | Changeset: 2190

BOO-707

2188 annotated / raw | Diffs: previous, other | Lines: 1442 ( +63, -1 )

Created: 2006-03-21 19:05:47 -0600 (2 years 1 month ago) | Author: dholton | Changeset: 2188

implicit conversions, syntax will be added at a later date (BOO-223)

2179 annotated / raw | Diffs: previous, other | Lines: 1380 ( +2, -1 )

Created: 2006-03-20 08:12:38 -0600 (2 years 1 month ago) | Author: bamboo | Changeset: 2179

BOO-702 - builtin type names in error messages

2086 annotated / raw | Diffs: previous, other | Lines: 1379 ( +60, -60 )

Created: 2006-02-22 12:11:32 -0600 (2 years 2 months ago) | Author: dholton | Changeset: 2086

BOO-667: Special prefixes for identifiers

2012 annotated / raw | Diffs: previous, other | Lines: 1379 ( +96, -50 )

Created: 2005-11-24 16:34:59 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 2012

Copied to: boo/branches/stable/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 2016

BOO-534 (BeginInvoke overloads)

Branch point for: tag:boo-0.7.5.2013

2011 annotated / raw | Diffs: previous, other | Lines: 1333 ( +8, -5 )

Created: 2005-11-24 13:13:49 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 2011

extension methods can overload existing methods

2007 annotated / raw | Diffs: previous, other | Lines: 1330 ( +7, -11 )

Created: 2005-11-21 14:09:40 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 2007

BOO-563

1997 annotated / raw | Diffs: previous, other | Lines: 1334 ( +1, -1 )

Created: 2005-11-19 13:47:39 -0600 (2 years 5 months ago) | Author: bamboo | Changeset: 1997

BOO-614

1969 annotated / raw | Diffs: previous, other | Lines: 1334 ( +2, -2 )

Created: 2005-11-08 19:40:46 -0600 (2 years 6 months ago) | Author: bamboo | Changeset: 1969

BOO-595; BOO-596

1951 annotated / raw | Diffs: previous, other | Lines: 1334 ( +8, -6 )

Created: 2005-10-24 13:08:08 -0500 (2 years 6 months ago) | Author: bamboo | Changeset: 1951

temporarily removing BeginInvokeoverloads as they are being replaced by extension methods

1907 annotated / raw | Diffs: previous, other | Lines: 1332 ( +10, -3 )

Created: 2005-09-27 23:49:19 -0500 (2 years 7 months ago) | Author: bamboo | Changeset: 1907

Copied (2 times):

fixed compatibility issues with .net 2.0 september ctp

Branch point for: tag:boo-0.7.0.1921

1894 annotated / raw | Diffs: previous, other | Lines: 1325 ( +51, -5 )

Created: 2005-09-03 15:50:17 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1894

Copied to: boo/branches/generics/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 1906

byref support by Doug Holton

1886 annotated / raw | Diffs: previous, other | Lines: 1279 ( +21, -3 )

Created: 2005-08-29 09:30:50 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1886

Expand ducks in a separate step do it can be customized

1876 annotated / raw | Diffs: previous, other | Lines: 1261 ( +30, -24 )

Created: 2005-08-28 07:15:44 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1876

Node.Entity no longer part of the public interface - it will be removed soon

1793 annotated / raw | Diffs: previous, other | Lines: 1255 ( +42, -40 )

Created: 2005-08-16 19:16:19 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1793

Copied (2 times):

duck typed properties

1783 annotated / raw | Diffs: previous, other | Lines: 1253 ( +2, -2 )

Created: 2005-08-15 13:07:37 -0500 (2 years 8 months ago) | Author: bamboo | Changeset: 1783

fix for BOO-440

1781 annotated / raw | Diffs: previous, other | Lines: 1253 ( +1, -1 )

Created: 2005-08-12 16:35:16 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1781

preserve duck typed return types

1775 new/moved annotated / raw | Diffs: previous, other | Lines: 1253 ( +1253, -0 )

Created: 2005-08-11 17:41:30 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1775

Moved from: trunk/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 1755

restructuring the repository to accomodate multiple projects

1755 annotated / raw | Diffs: previous, other | Lines: 1253 ( +1, -0 )

Created: 2005-07-26 17:39:13 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1755

Moved to: boo/trunk/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 1775

explode operator

1752 annotated / raw | Diffs: previous, other | Lines: 1252 ( +3, -3 )

Created: 2005-07-26 13:05:43 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1752

params invocation for closures

1742 annotated / raw | Diffs: previous, other | Lines: 1252 ( +6, -6 )

Created: 2005-07-23 11:41:00 -0500 (2 years 9 months ago) | Author: bamboo | Changeset: 1742

allow primitive types to be overriden

1690 annotated / raw | Diffs: previous, other | Lines: 1252 ( +24, -22 )

Created: 2005-06-27 21:53:35 -0500 (2 years 10 months ago) | Author: bamboo | Changeset: 1690

Copied (4 times):

BOO-261 - compiler error on passing a callable with incorrect nbr of params

1687 annotated / raw | Diffs: previous, other | Lines: 1250 ( +5, -0 )

Created: 2005-06-27 14:24:17 -0500 (2 years 10 months ago) | Author: bamboo | Changeset: 1687

better support for assignment of value type members

1684 annotated / raw | Diffs: previous, other | Lines: 1245 ( +0, -1 )

Created: 2005-06-27 07:24:20 -0500 (2 years 10 months ago) | Author: bamboo | Changeset: 1684

a little more refactoring love + more test cases

1664 annotated / raw | Diffs: previous, other | Lines: 1246 ( +5, -1 )

Created: 2005-06-21 15:01:40 -0500 (2 years 10 months ago) | Author: bamboo | Changeset: 1664

general interface support clean up

1644 annotated / raw | Diffs: previous, other | Lines: 1242 ( +6, -1 )

Created: 2005-05-27 16:27:29 -0500 (2 years 11 months ago) | Author: bamboo | Changeset: 1644

Copied (2 times):

allow primitive names to be overriden

1531 annotated / raw | Diffs: previous, other | Lines: 1237 ( +1237, -1199 )

Created: 2005-04-25 22:40:57 -0500 (3 years ago) | Author: bamboo | Changeset: 1531

proper resolution of overloaded names

1520 annotated / raw | Diffs: previous, other | Lines: 1199 ( +1, -6 )

Created: 2005-04-23 12:15:31 -0500 (3 years ago) | Author: bamboo | Changeset: 1520

Copied to: branches/stable/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 1525

BOO-260 adaptation of callables with a void return type

1515 annotated / raw | Diffs: previous, other | Lines: 1204 ( +1204, -1196 )

Created: 2005-04-22 00:44:59 -0500 (3 years ago) | Author: bamboo | Changeset: 1515

treat IQuackFu implementors as duck

1505 annotated / raw | Diffs: previous, other | Lines: 1196 ( +48, -42 )

Created: 2005-04-19 21:40:51 -0500 (3 years ago) | Author: bamboo | Changeset: 1505

treat duck as callable

1482 annotated / raw | Diffs: previous, other | Lines: 1190 ( +4, -8 )

Created: 2005-04-05 00:33:50 -0500 (3 years 1 month ago) | Author: dholton | Changeset: 1482

earlier code for -ducky option reverted, no longer necessary

1463 annotated / raw | Diffs: previous, other | Lines: 1194 ( +30, -7 )

Created: 2005-03-30 07:22:02 -0600 (3 years 1 month ago) | Author: bamboo | Changeset: 1463

Copied to: tags/0.5.2/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 1481

latexer patch for array type references

1453 annotated / raw | Diffs: previous, other | Lines: 1171 ( +2, -1 )

Created: 2005-03-28 09:58:27 -0600 (3 years 1 month ago) | Author: bamboo | Changeset: 1453

interface types and non final types must be considered assignable from each other

1449 annotated / raw | Diffs: previous, other | Lines: 1170 ( +9, -6 )

Created: 2005-03-26 16:34:51 -0600 (3 years 1 month ago) | Author: bamboo | Changeset: 1449

'BOO-246 Implicit duck typing option' patches by Doug Holton and Arron Washington

1434 annotated / raw | Diffs: previous, other | Lines: 1167 ( +6, -0 )

Created: 2005-02-20 19:50:02 -0600 (3 years 2 months ago) | Author: bamboo | Changeset: 1434

char builtin type; cast from/to char/integer numbers

1416 annotated / raw | Diffs: previous, other | Lines: 1161 ( +1161, -1182 )

Created: 2005-02-04 07:53:51 -0600 (3 years 3 months ago) | Author: bamboo | Changeset: 1416

Copied (2 times):

BOO-223 patch by Bill Wood - Added decimal type and unary operator overloading

1414 annotated / raw | Diffs: previous, other | Lines: 1182 ( +1182, -1178 )

Created: 2005-01-31 11:43:46 -0600 (3 years 3 months ago) | Author: bamboo | Changeset: 1414

BOO-244 - statement modifiers were ignored for macros

1390 annotated / raw | Diffs: previous, other | Lines: 1178 ( +7, -11 )

Created: 2005-01-10 08:30:24 -0600 (3 years 4 months ago) | Author: bamboo | Changeset: 1390

Copied (2 times):

xor operator; bitwise operators can now be used with all integer types (signed and unsigned)

1377 annotated / raw | Diffs: previous, other | Lines: 1182 ( +11, -0 )

Created: 2005-01-08 19:05:56 -0600 (3 years 4 months ago) | Author: bamboo | Changeset: 1377

experimental support for emitting const/literal fields

1355 annotated / raw | Diffs: previous, other | Lines: 1171 ( +6, -1 )

Created: 2005-01-03 16:39:55 -0600 (3 years 4 months ago) | Author: bamboo | Changeset: 1355

timespan and regex builtin types

1291 annotated / raw | Diffs: previous, other | Lines: 1166 ( +1166, -1054 )

Created: 2004-12-08 16:28:39 -0600 (3 years 5 months ago) | Author: bamboo | Changeset: 1291

Copied (4 times):

'Expressions involving unsigneds not promoting correctly' patch by Bill Wood. Thanks

1163 annotated / raw | Diffs: previous, other | Lines: 1054 ( +1, -0 )

Created: 2004-10-17 16:41:55 -0500 (3 years 6 months ago) | Author: bamboo | Changeset: 1163

Copied (2 times):

Security permission attributes applied to Boo.Lang.Compiler and booi

1147 annotated / raw | Diffs: previous, other | Lines: 1053 ( +3, -3 )

Created: 2004-10-13 01:17:09 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1147

Copied (3 times):

booish: cache callable types to avoid generation overhead as well as InvalidCastExceptions on EndInvoke calls

1145 annotated / raw | Diffs: previous, other | Lines: 1053 ( +2, -2 )

Created: 2004-10-12 22:05:10 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1145

field access through duck reference; better handling of references in booish (specially when calling methods); InteractiveInterpreter.Reset

1140 annotated / raw | Diffs: previous, other | Lines: 1053 ( +3, -0 )

Created: 2004-10-12 17:10:56 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1140

Copied to: branches/stable/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 1144

support for value types; Error checking: cannot extend final type 'Foo'

1137 annotated / raw | Diffs: previous, other | Lines: 1050 ( +28, -6 )

Created: 2004-10-12 11:01:59 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1137

simpler BeginInvoke overload for callable types

1065 annotated / raw | Diffs: previous, other | Lines: 998 ( +13, -2 )

Created: 2004-10-02 17:16:24 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1065

Copied (3 times):

removed redundant code from EmitAssembly

1064 annotated / raw | Diffs: previous, other | Lines: 987 ( +8, -0 )

Created: 2004-10-02 16:44:39 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1064

better interaction between unpacking and (closures|generators)

1060 annotated / raw | Diffs: previous, other | Lines: 979 ( +54, -0 )

Created: 2004-10-01 10:04:59 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1060

for statement support for generator methods

1048 annotated / raw | Diffs: previous, other | Lines: 925 ( +1, -0 )

Created: 2004-09-30 15:57:50 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1048

Copied (2 times):

__switch__ builtin (necessary for yield and given)

1003 annotated / raw | Diffs: previous, other | Lines: 915 ( +17, -0 )

Created: 2004-09-14 22:26:58 -0500 (3 years 7 months ago) | Author: bamboo | Changeset: 1003

Copied (2 times):

array creation optimization