-
Notifications
You must be signed in to change notification settings - Fork 35
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: sile/libflate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sile/libflate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 28 files changed
- 4 contributors
Commits on May 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ed89e1d - Browse repository at this point
Copy the full SHA ed89e1dView commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46b3674 - Browse repository at this point
Copy the full SHA 46b3674View commit details
Commits on May 24, 2023
-
Merge pull request #73 from olback/specify-clap-version
specify clap version in flate_bench
Configuration menu - View commit details
-
Copy full SHA for 33566f7 - Browse repository at this point
Copy the full SHA 33566f7View commit details
Commits on Jul 8, 2023
-
Turn the no_std feature into default-enabled std
This also: - fixes the `no_std` not being enabled due to a swapped `cfg_attr`. - tests this builds with a `#![no_std]` binary. - A lot of the cfg's have been removed due to being unneeded. - adds a new dependency - updates the version to 2.0 - adds a ci command to to use cargo-no-std to check no-std Some notes on changes from #68: Everything in `core` is a subset of things in `std`. `core` is available in `std` environments, so if you're building a `no_std`-compatible library, it's best to import things that don't _require_ `std` from `core. core2 is also meant to be used as a `no_std` polyfill with its `std` feature. That is, you can reference `core2::io`, and if the `std` feature is enabled, it actually references `std::io`.
Configuration menu - View commit details
-
Copy full SHA for ee29897 - Browse repository at this point
Copy the full SHA ee29897View commit details -
Merge pull request #74 from kupiakos/master
Turn the no_std feature into default-enabled std
Configuration menu - View commit details
-
Copy full SHA for cc5fb68 - Browse repository at this point
Copy the full SHA cc5fb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8284efa - Browse repository at this point
Copy the full SHA 8284efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc398ea - Browse repository at this point
Copy the full SHA cc398eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 015cf03 - Browse repository at this point
Copy the full SHA 015cf03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aba1f6 - Browse repository at this point
Copy the full SHA 7aba1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d8260 - Browse repository at this point
Copy the full SHA 40d8260View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d37f049 - Browse repository at this point
Copy the full SHA d37f049View commit details -
Merge pull request #76 from torokati44/hashbrown-0.14
Update hashbrown to 0.14
Configuration menu - View commit details
-
Copy full SHA for 27628cb - Browse repository at this point
Copy the full SHA 27628cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a424630 - Browse repository at this point
Copy the full SHA a424630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192980e - Browse repository at this point
Copy the full SHA 192980eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04565c3 - Browse repository at this point
Copy the full SHA 04565c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6676d36 - Browse repository at this point
Copy the full SHA 6676d36View commit details
There are no files selected for viewing