1. 06 1月, 2022 1 次提交
  2. 05 1月, 2022 3 次提交
  3. 04 1月, 2022 2 次提交
  4. 31 12月, 2021 2 次提交
  5. 30 12月, 2021 1 次提交
  6. 29 12月, 2021 2 次提交
  7. 24 12月, 2021 4 次提交
  8. 23 12月, 2021 1 次提交
  9. 21 12月, 2021 1 次提交
  10. 20 12月, 2021 2 次提交
  11. 16 12月, 2021 1 次提交
  12. 15 12月, 2021 1 次提交
  13. 13 12月, 2021 1 次提交
  14. 11 12月, 2021 1 次提交
  15. 10 12月, 2021 4 次提交
  16. 09 12月, 2021 1 次提交
  17. 08 12月, 2021 1 次提交
  18. 07 12月, 2021 3 次提交
  19. 04 12月, 2021 1 次提交
  20. 02 12月, 2021 1 次提交
    • T
      Recognize IsByRefLikeAttribute from user code. (#11374) · 6dcf4926
      Theodore Tsirpanis 提交于
      * Allow IsByRefLikeAttribute to be specified in user code or a non-framework assembly.
      
      And use isByrefLikeTyconRef instead of specifically checking whether the attribute is applied.
      A post-inference check about this attribute was moved to the aforementioned function.
      
      * Fix a typo.
      
      * Remove some leftover code that was causing errors.
      
      And use tname_IsByRefLikeAttribute without the TcGlobals qualification.
      
      * Handle the ILTypeSpec.Enclosing property correctly.
      
      It wasn't holding the namespace's components but the inner types if it was nested. The project now builds.
      
      * Test that custom IsByRefLikeAttributes are recognized.
      
      * Fix one failing test.
      
      * Fix another failing test.
      
      * Address PR feedback: move a check back to PostInferenceChecks.fs.
      
      * Add another test.
      6dcf4926
  21. 01 12月, 2021 1 次提交
  22. 30 11月, 2021 2 次提交
  23. 29 11月, 2021 1 次提交
  24. 27 11月, 2021 2 次提交