Skip to content

lisette-v0.4.0

Choose a tag to compare

@ivov ivov released this 13 Jun 15:40
89dabd3

This version contains breaking changes.

  • feat: advise against recompiling a regexp in a loop #710 b88540d
  • feat: go-to-definition for go stdlib symbols #684 5126fad
  • fix: stop generated imports from colliding with user names #709 d627ae1
  • feat: warn on leaked context from uncalled cancel func #708 b39bc39
  • feat: support method expressions on promoted methods #707 6dc0e2c
  • feat!: make lis build produce a binary #706 6f0b0f5
  • feat: warn on use of deprecated Go APIs #705 252aade
  • chore: remove benchmark crate #704 9885735
  • refactor!: rename --debug to --sourcemap #703 c5245f4
  • feat: allow suppressing more lints via #[allow] #702 ce4c0fa
  • refactor!: drop impl for interface embedding in favor of embed #701 15563f9
  • feat: warn when os.Exit skips a defer #700 2d22251
  • refactor: finish migrating emit statements to structured IR #699 e3701db
  • perf: run independent pass groups concurrently #698 06a0aa2
  • perf: stop cloning function bodies during emit #696 cbe4d70