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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Support for configuration via a "breaking.toml" file where users can opt in to checks which may be too subtle for most usage.
It may also be useful to be able to add an attribute to a structure indicating the size of the structure is part of the public API and changes to that size must be noted. Similar to clippy attributes, I don't expect this attribute to change compilation output.
The text was updated successfully, but these errors were encountered:
Bump version
Clean up code
Initial comparison works
Add deprecation
Handle enum variants
Add tests
Cargo fix
Clean up code
Remove old git module
Clean up code
Better error handling
Handle methods (for later)
Add Display for rustdoc objects
Fix rustdoc call for impls
Add method metadata type
Update types.rs
It just works
Remove redundant method
fix+fmt
Remove leftover glue crate code
Update glue.rs
clippy
remove redundant lines from output
fmt
Build lib
Optional type resolution
Try add nightly to workflow
angry clippy
Update types.rs
Handle removal of private fields (fixes#43)
Update rustdoc_types to 0.11.0
Fix typo in name
Remove leftover argument
Better arg help
Delete leftover files
Remove leftover commented code
Remove unused fields
Add verbosity and quiet options
Add support for external config and arguments loading (file, environment) for #33
Handle quiet flag
Fix argument handling
Unordered vec comparison
Remove trait_impl field
Add breaking field
Show commit info in debug
fmt
Make item kind part of path (support different-kinded items with identical path)
Fix turbofish
Update tests to match new notation
Fix assoc types in impls
Fmt
Add feature flag support for Cargo build
Update README.md
Update README.md
Remove old unused deps
Add --package parameter for workspaces
Fmt
Unused import
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Support for configuration via a "breaking.toml" file where users can opt in to checks which may be too subtle for most usage.
It may also be useful to be able to add an attribute to a structure indicating the size of the structure is part of the public API and changes to that size must be noted. Similar to clippy attributes, I don't expect this attribute to change compilation output.
The text was updated successfully, but these errors were encountered: