We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a879646 commit 08cc602Copy full SHA for 08cc602
.gitignore
@@ -1,10 +1,6 @@
1
# will have compiled files and executables
2
target/
3
4
-# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
5
-# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
6
-Cargo.lock
7
-
8
# These are backup files generated by rustfmt
9
**/*.rs.bk
10
CHANGELOG.md
@@ -1,3 +1,14 @@
+0.14.0 (2022-08-08)
+===
+
+* Remove incorrect `MMTkRootScanWorkScope`.
+* Remove unused `compute_*_roots` functions.
+* Optimize `CodeCache` roots scanning.
+* Fix a bug that `mmtk_start_the_world_count` may be incorrect.
+* Update documentation about evaluation builds.
+* Inlucde `Cargo.lock` in the repository.
+* Update to mmtk-core 0.14.0.
11
12
0.13.0 (2022-06-27)
13
===
14
0 commit comments