1. 24 5月, 2013 1 次提交
  2. 21 5月, 2013 2 次提交
  3. 26 4月, 2013 5 次提交
  4. 25 4月, 2013 1 次提交
  5. 23 4月, 2013 1 次提交
  6. 16 4月, 2013 1 次提交
  7. 13 4月, 2013 1 次提交
  8. 12 4月, 2013 1 次提交
    • R
      Raise ArgumentException for delegate on closed methods. · f9fe25b7
      Rodrigo Kumpera 提交于
      	* method-to-ir.c (mono_method_to_ir): Check for null
      	on delegate construction so closed-on-null is not allowed
      	when using the delegate .ctor.
      
      	If the delegate been constructed is open-on-target then
      	the null check must not be applied as the IL pattern is:
      
      	ldnull
      	ldftn void Bla::Foo(int)
      	newobj Bar (object, native int) // delegate void Bar(Bla,int)
      
      Conflicts:
      	mono/mini/method-to-ir.c
      f9fe25b7
  9. 09 4月, 2013 1 次提交
  10. 06 4月, 2013 1 次提交
  11. 26 3月, 2013 1 次提交
  12. 23 3月, 2013 1 次提交
  13. 22 3月, 2013 1 次提交
  14. 21 3月, 2013 3 次提交
  15. 16 3月, 2013 4 次提交
  16. 15 3月, 2013 1 次提交
  17. 12 3月, 2013 2 次提交
  18. 08 3月, 2013 4 次提交
  19. 07 3月, 2013 8 次提交