You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v0.5.0
4
+
5
+
- New: include compiler crashes in ICE regression definition
6
+
- New: ANSI escape code colored standard stream output
7
+
- New: More concise final report intended for copy/paste into rust-lang/rust issue tracker threads. This eliminates some of the Markdown elements that are not generally included in threads by users
8
+
- New: Add bisect-rustc version to the final report
9
+
- New: Add host triple to the final report
10
+
- New: Add command line args to reproduce the reporter's bisect-rustc tests to final report
11
+
- Fix: end date reporting when `--end` option used without `--start` option
12
+
- Updated: Standard stream reporting format for improved readability during execution
13
+
- Updated: Final report instructions for regression reporting
14
+
- Updated:
15
+
3
16
## v0.4.1
4
17
5
18
- Fix: bug on git commit retrieval from local rust git repository when `--end` commit is not specified
0 commit comments