- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 8
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dylni/os_str_bytes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dylni/os_str_bytes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
2
contributors
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b550824 - Browse repository at this point
Copy the full SHA b550824View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ca8853 - Browse repository at this point
Copy the full SHA 8ca8853View commit details
Commits on Aug 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ced0449 - Browse repository at this point
Copy the full SHA ced0449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6adb768 - Browse repository at this point
Copy the full SHA 6adb768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d092b5 - Browse repository at this point
Copy the full SHA 1d092b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 888e919 - Browse repository at this point
Copy the full SHA 888e919View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf6699 - Browse repository at this point
Copy the full SHA ecf6699View commit details
Commits on Aug 21, 2021
-
Remove [is_prefix_of] and [is_suffix_of]
These methods can be replaced with [RawOsStr::from_str(pat).starts_with_os(self)] and [RawOsStr::from_str(pat).ends_with_os(self)].
Configuration menu - View commit details
-
Copy full SHA for 21cb24b - Browse repository at this point
Copy the full SHA 21cb24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2caf69 - Browse repository at this point
Copy the full SHA a2caf69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186b1e1 - Browse repository at this point
Copy the full SHA 186b1e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4022791 - Browse repository at this point
Copy the full SHA 4022791View commit details
Commits on Aug 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d3f3ee - Browse repository at this point
Copy the full SHA 5d3f3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f69180 - Browse repository at this point
Copy the full SHA 1f69180View commit details
Commits on Aug 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 84d33c0 - Browse repository at this point
Copy the full SHA 84d33c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11e47e - Browse repository at this point
Copy the full SHA b11e47eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d16c9d - Browse repository at this point
Copy the full SHA 7d16c9dView commit details -
Make [RawOsStr::from_raw_bytes_unchecked] safe
This crate does not make unsafe assumptions about the stored bytes.
Configuration menu - View commit details
-
Copy full SHA for fd7ad15 - Browse repository at this point
Copy the full SHA fd7ad15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd1335 - Browse repository at this point
Copy the full SHA 3dd1335View commit details -
Configuration menu - View commit details
-
Copy full SHA for f744100 - Browse repository at this point
Copy the full SHA f744100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117e383 - Browse repository at this point
Copy the full SHA 117e383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75729ae - Browse repository at this point
Copy the full SHA 75729aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b271262 - Browse repository at this point
Copy the full SHA b271262View commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5cf4849 - Browse repository at this point
Copy the full SHA 5cf4849View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3bee69 - Browse repository at this point
Copy the full SHA b3bee69View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa14184 - Browse repository at this point
Copy the full SHA fa14184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2774466 - Browse repository at this point
Copy the full SHA 2774466View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6dc9ff - Browse repository at this point
Copy the full SHA c6dc9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96af769 - Browse repository at this point
Copy the full SHA 96af769View commit details -
Update uniquote requirement from 2.0 to 3.0
Updates the requirements on [uniquote](https://github.com/dylni/uniquote) to permit the latest version. - [Release notes](https://github.com/dylni/uniquote/releases) - [Commits](dylni/uniquote@2.0.0...3.0.0) --- updated-dependencies: - dependency-name: uniquote dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 12c76e4 - Browse repository at this point
Copy the full SHA 12c76e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a213cb9 - Browse repository at this point
Copy the full SHA a213cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59b2b8 - Browse repository at this point
Copy the full SHA e59b2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc17a26 - Browse repository at this point
Copy the full SHA fc17a26View commit details -
Revert "Remove private macros from documentation"
This reverts commit 75729ae. This regression has been fixed: rust-lang/rust#88456
Configuration menu - View commit details
-
Copy full SHA for 43df371 - Browse repository at this point
Copy the full SHA 43df371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04794d7 - Browse repository at this point
Copy the full SHA 04794d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7289940 - Browse repository at this point
Copy the full SHA 7289940View commit details
Commits on Sep 27, 2021
-
Update print_bytes requirement from 0.4 to 0.5
Updates the requirements on [print_bytes](https://github.com/dylni/print_bytes) to permit the latest version. - [Release notes](https://github.com/dylni/print_bytes/releases) - [Commits](dylni/print_bytes@0.4.0...0.5.0) --- updated-dependencies: - dependency-name: print_bytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ee8ed9 - Browse repository at this point
Copy the full SHA 4ee8ed9View commit details
Commits on Oct 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c0bf954 - Browse repository at this point
Copy the full SHA c0bf954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ba897 - Browse repository at this point
Copy the full SHA 44ba897View commit details
Commits on Oct 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c338ce2 - Browse repository at this point
Copy the full SHA c338ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d54c1 - Browse repository at this point
Copy the full SHA 65d54c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 279d8d5 - Browse repository at this point
Copy the full SHA 279d8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aeb2c4 - Browse repository at this point
Copy the full SHA 1aeb2c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b07fa - Browse repository at this point
Copy the full SHA 78b07faView commit details -
Configuration menu - View commit details
-
Copy full SHA for af90afc - Browse repository at this point
Copy the full SHA af90afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99610a6 - Browse repository at this point
Copy the full SHA 99610a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b67f1 - Browse repository at this point
Copy the full SHA 71b67f1View commit details
Commits on Nov 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bc3341a - Browse repository at this point
Copy the full SHA bc3341aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bd618 - Browse repository at this point
Copy the full SHA 94bd618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6acb7e6 - Browse repository at this point
Copy the full SHA 6acb7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a96a7ac - Browse repository at this point
Copy the full SHA a96a7acView commit details
There are no files selected for viewing