rust/src/bootstrap/bin
bors 781ebbec8a Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
bootstrap major change detection implementation

The use of `changelog-seen` and `bootstrap/CHANGELOG.md` has not been functional in any way for many years. We often do major/breaking changes but never update the changelog file or the `changelog-seen`. This is an alternative method for tracking major or breaking changes and informing developers when such changes occur.

Example output when bootstrap detects a major change:
![image](https://github.com/rust-lang/rust/assets/39852038/ee802dfa-a02b-488b-a433-f853ce079b8a)
2023-10-02 07:41:52 +00:00
..
_helper.rs create helper module to be embedded for the bootstrap binaries 2023-09-16 14:32:25 +03:00
main.rs implement major change tracking for the bootstrap configuration 2023-10-01 16:54:52 +03:00
rustc.rs create helper module to be embedded for the bootstrap binaries 2023-09-16 14:32:25 +03:00
rustdoc.rs create helper module to be embedded for the bootstrap binaries 2023-09-16 14:32:25 +03:00
sccache-plus-cl.rs Format the world 2019-12-22 17:42:47 -05:00