1. 31 12月, 2020 1 次提交
  2. 01 3月, 2018 1 次提交
  3. 06 9月, 2017 1 次提交
  4. 02 8月, 2017 1 次提交
  5. 15 3月, 2016 1 次提交
  6. 26 1月, 2016 1 次提交
  7. 09 12月, 2015 1 次提交
  8. 21 9月, 2015 1 次提交
  9. 17 9月, 2015 1 次提交
  10. 14 9月, 2015 1 次提交
    • L
      [delegate] Fix Equals on Delegate to virtual method · 53a64922
      Ludovic Henry 提交于
      The comparison was failing because we were still using the method field (instead of the Method property), which would then return, in the case of a delegate to a virtual function, the method on the base class, instead of the method on the derived class. Updated the test cases to check that too.
      53a64922
  11. 09 9月, 2015 1 次提交
  12. 06 5月, 2015 1 次提交
  13. 17 3月, 2015 1 次提交
  14. 28 1月, 2015 1 次提交
  15. 22 7月, 2014 1 次提交
  16. 21 7月, 2014 1 次提交
  17. 04 7月, 2014 2 次提交
  18. 13 11月, 2013 2 次提交
  19. 23 4月, 2013 1 次提交
  20. 03 4月, 2013 1 次提交
  21. 25 2月, 2013 1 次提交
  22. 21 2月, 2013 1 次提交
  23. 07 11月, 2012 1 次提交
  24. 18 6月, 2012 1 次提交
  25. 07 1月, 2012 1 次提交
  26. 13 12月, 2011 1 次提交
  27. 10 6月, 2011 1 次提交
  28. 18 4月, 2011 1 次提交
  29. 24 11月, 2010 1 次提交
  30. 02 9月, 2010 1 次提交
  31. 03 8月, 2010 1 次提交
  32. 30 7月, 2010 1 次提交
  33. 26 3月, 2010 1 次提交
  34. 25 11月, 2009 1 次提交
  35. 17 10月, 2009 1 次提交
    • M
      2009-10-16 Miguel de Icaza <miguel@novell.com> · f4b37857
      Miguel de Icaza 提交于
      	* Jumbo patch to drop support for pre-NET_2_0 code:
      
      	Remove ONLY_1_1 code
      	Remove NET_1_0 only code
      	Remove NET_2_0 defines assuming the value is true.
      
      	Improve one MonoTODO;   Implement one MonoTODO/Niex.
      
      	Ran a textual diff on the resulting assembly to validate that the
      	restul is the same on NET_2_0
      
      
      svn path=/trunk/mcs/; revision=144298
      f4b37857
  36. 27 3月, 2009 1 次提交
  37. 25 3月, 2009 2 次提交