| | Add ECMASCRIPT options for 2018-2021 | | | | | Fixed | Jan 9, 2023 | Jan 19, 2023 | | |
| | Implement cljs.test/run-test similar to clojure.test/run-test (added in 1.11) | | | | | Fixed | Nov 11, 2022 | Nov 11, 2022 | | |
| | Update CI to use newer macOS version | | | | | Fixed | Aug 4, 2022 | Aug 8, 2022 | | |
| | Browser repl unable to serve wasm files | | | | | Fixed | Aug 4, 2022 | Aug 8, 2022 | | |
| | defn varargs argument should be nil instead of empty list when no varargs are passed | | | | | Fixed | Aug 2, 2022 | Aug 2, 2022 | | |
| | Extend empty? to counted? colls that arent seqable, such as transients | | | | | Fixed | Jul 24, 2022 | Aug 3, 2022 | | |
| | Different behavior of reduced in clj and cljs | | | | | Fixed | Jul 6, 2022 | Jul 15, 2022 | | |
| | :browser-repl is always true in opts for cljs.cli/default-compile | | | | | Fixed | Jul 2, 2022 | Jul 15, 2022 | | |
| | Regression in .apply in 1.11.51 after CLJS-3024 | | | | | Fixed | Jun 20, 2022 | Jun 21, 2022 | | |
| | Add support for node_modules with .cjs extension | | | | | Fixed | Jun 13, 2022 | Jul 29, 2022 | | |
| | Change default :language-in to :ecmascript-next | | | | | Fixed | Jun 12, 2022 | Jul 29, 2022 | | |
| | Objects created from required JS constructor are not poisoned | | | | | Fixed | May 17, 2022 | Jun 15, 2022 | | |
| | Guard cljs.analyzer/get-bridged-alias-map in :clj reader-conditional | | | | | Fixed | May 13, 2022 | May 17, 2022 | | |
| | Automatically bridge clojure.tools.reader to cljs.vendor.clojure.tools.reader | | | | | Fixed | May 11, 2022 | May 12, 2022 | | |
| | Extern/DOM identification fails for `getScreenCTM` and other SVG methods/properties | | | | | Fixed | May 8, 2022 | May 10, 2022 | | |
| | Externs Inference issue when using `doto` w/ referred import | | | | | Fixed | Apr 28, 2022 | May 5, 2022 | | |
| | Vendorize data.json, tools.reader and transit | | | | | Fixed | Apr 13, 2022 | May 11, 2022 | | |
| | Invalid warning on record constructor | | | | | Fixed | Apr 11, 2022 | Apr 14, 2022 | | |
| | uuid parsing regex is too permissive | | | | | Fixed | Apr 9, 2022 | Apr 11, 2022 | | |
| | Speed up random-uuid by generating 4 digits at a time | | | | | Fixed | Mar 27, 2022 | Nov 15, 2022 | | |
| | let binding can shadow globals, leading to strange behavior | | | | | Fixed | Feb 28, 2022 | Apr 21, 2022 | | |
| | Backward conflict test in prefer-method causes incorrect exception | | | | | Fixed | Feb 26, 2022 | Apr 20, 2022 | | |
| | Typo in docstring of test-vars | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | some-fn has different short-circuiting when using 3 predicates | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Add docstrings to uuid, uuid?, and random-uuid | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Update clojure.string/split docstring regarding trailing empty parts | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Clarify cljs.core/get docstring regarding sets, strings, arrays, ILookup | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Add definition to reify docstring | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Malformed test at end of test-cljs-1837 | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | halt-when not usable within #'c.c/into | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Port Clojure's clojure.set unit tests to ClojureScript | | | | | Fixed | Feb 6, 2022 | Feb 6, 2022 | | |
| | map-invert should use transients and reduce-kv instead of reduce | | | | | Fixed | Feb 6, 2022 | Feb 6, 2022 | | |
| | Add the new iteration function introduced in Clojure 1.11 | | | | | Fixed | Feb 3, 2022 | Feb 5, 2022 | | |
| | Self-host negative zero emitted as positive zero | | | | | Fixed | Feb 1, 2022 | Feb 2, 2022 | | |
| | Self-parity tests fail with tests requiring clojure.test | | | | | Fixed | Feb 1, 2022 | Feb 2, 2022 | | |
| | Update test.check dependency | | | | | Fixed | Jan 30, 2022 | Jan 31, 2022 | | |
| | Add :as-alias in alias map for self-hosted | | | | | Fixed | Jan 29, 2022 | Jan 31, 2022 | | |
| | Implement new functions for parity with Clojure 1.11 | | | | | Fixed | Jan 28, 2022 | Apr 9, 2022 | | |
| | Create clojure.math namespace | | | | | Fixed | Jan 26, 2022 | Apr 6, 2022 | | |
| | Port CLJ-2123: Add :as-alias as option to require like :as but does not load | | | | | Fixed | Jan 21, 2022 | Jan 25, 2022 | | |
| | package.json exports can be a dupe of main | | | | | Fixed | Dec 27, 2021 | Dec 28, 2021 | | |
| | Windows module processing tests | | | | | Fixed | Dec 14, 2021 | Dec 14, 2021 | | |
| | Run compiler unit tests on Windows | | | | | Fixed | Dec 13, 2021 | Dec 14, 2021 | | |
| | StackOverflow in cljs-2077-test-loader on Windows | | | | | Fixed | Dec 12, 2021 | Dec 15, 2021 | | |
| | Compiler tests fail test-cljs-3235 regarding react-select | | | | | Fixed | Dec 12, 2021 | Dec 13, 2021 | | |
| | cljs.core/hash should type hint call to js/isFinite | | | | | Fixed | Dec 6, 2021 | Dec 13, 2021 | | |
| | FAIL in (glib-module-resolve-import-var-test) (glib_module_test.clj:52) | | | | | Fixed | Nov 30, 2021 | Dec 16, 2021 | | |
| | REPL: Regression for :reload | | | | | Fixed | Nov 29, 2021 | Nov 29, 2021 | | |
| | REGRESSION: Cannot require `goog` | | | | | Fixed | Nov 29, 2021 | Dec 15, 2021 | | |
| | test-and-or-code-gen-pass fails on Windows | | | | | Fixed | Nov 13, 2021 | Dec 12, 2021 | | |