Historique des commits

Auteur SHA1 Message Date
  Herby Vojčík 8177ea7ac4 ScopeVar asReceiver as extension method. il y a 4 ans
  Herby Vojčík a73dbbd68a Memoize dictionary of receiver names. il y a 4 ans
  Herby Vojčík 3f59afc322 Compile nil receiver as `$nil`. il y a 4 ans
  Herby Vojčík d97910b6ec Pseudovars including nil, true, false actually parsed as such. il y a 4 ans
  Herby Vojčík 89aeddb62d Fix glitch in lookupContextForLocal:ifNone:. il y a 4 ans
  Herby Vojčík dbc29ce2b5 Compiler: cleaner super receiver handling. il y a 4 ans
  Herby Vojčík 9de7736644 Compiler: redesign receiver boxing. il y a 4 ans
  Herby Vojčík 25f05d294d DRY il y a 4 ans
  Herby Vojčík 01ae5c0265 Optimize some uses of #and:. il y a 4 ans
  Herby Vojčík a512c9d830 Refactor: Put responsibility where it's due. il y a 4 ans
  Herby Vojčík 10e50375bf Refactor: Put responsibility where it's due. il y a 4 ans
  Herby Vojčík 75feddedce Remove message never sent. il y a 4 ans
  Herby Vojčík eab0e5857a Remove ivar that was never used. il y a 4 ans
  Herby Vojčík 908203de93 Simplify #validateAssigment. il y a 4 ans
  Herby Vojčík 9a35214ee6 UnknownVar => ExternallyKnownVar il y a 4 ans
  Herby Vojčík 89bdb83fec Refactor: Put responsibility where it's due. il y a 4 ans
  Herby Vojčík 976ee5a571 Actually check for existence of a variable. il y a 4 ans
  Herby Vojčík a3d5721c6d SemanticAnalyzer >> isVariableKnown:inPackage: il y a 4 ans
  Herby Vojčík 24d2c49031 Cosmetics. il y a 4 ans
  Herby Vojčík 0148d48c5e Remove ivar that was never read. il y a 4 ans
  Herby Vojčík 56a8f25284 aScope bindingFor: is never used with a string. il y a 4 ans
  Herby Vojčík 3669389473 API-CHANGES: Removal of shouldBeInlined. il y a 4 ans
  Herby Vojčík 89602991e0 API-CHANGES: SeqColl >> copyWithFirst:. il y a 4 ans
  Herby Vojčík 0f51004ae5 Optimizations. Cleaning. il y a 4 ans
  Herby Vojčík ff4307218e SequenceableCollection >> copyWithFirst:. il y a 4 ans
  Herby Vojčík e756476b01 Set >> remove: works for non-prim arg. Fix #1245. il y a 4 ans
  Herby Vojčík 5cbf8e633b Regression test for inlined receiver evaluation. il y a 4 ans
  Herby Vojčík 6ff24aaf97 Supersends are not inlined. il y a 4 ans
  Herby Vojčík f8053cd07c One more case for 1242 tests. il y a 4 ans
  Herby Vojčík 1693b5d526 Inlined empty closures return nil. Fix #1242. il y a 4 ans