File tree Expand file tree Collapse file tree 4 files changed +483
-6
lines changed Expand file tree Collapse file tree 4 files changed +483
-6
lines changed Original file line number Diff line number Diff line change 1
1
# will have compiled files and executables
2
2
target /
3
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
4
# These are backup files generated by rustfmt
9
5
** /* .rs.bk
10
6
Original file line number Diff line number Diff line change
1
+ 0.14.0 (2022-08-08)
2
+ ===
3
+
4
+ * Remove incorrect ` MMTkRootScanWorkScope ` .
5
+ * Remove unused ` compute_*_roots ` functions.
6
+ * Optimize ` CodeCache ` roots scanning.
7
+ * Fix a bug that ` mmtk_start_the_world_count ` may be incorrect.
8
+ * Update documentation about evaluation builds.
9
+ * Inlucde ` Cargo.lock ` in the repository.
10
+ * Update to mmtk-core 0.14.0.
11
+
1
12
0.13.0 (2022-06-27)
2
13
===
3
14
You can’t perform that action at this time.
0 commit comments