-
Notifications
You must be signed in to change notification settings - Fork 116
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: toml-rs/toml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: toml-rs/toml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 14 files changed
- 1 contributor
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 406646d - Browse repository at this point
Copy the full SHA 406646dView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ccd8336 - Browse repository at this point
Copy the full SHA ccd8336View commit details
Commits on Nov 2, 2021
-
Apply feedkback from porting cargo (#240)
* fix!: Make `Document::root` private This gives us more implementation flexibility BREAKING CHANGE: Instead of dealing with `Document::root`, use `Document::as_table()` or `Document::as_table_mut()`. * refactor: Use types to enforce root item's type * feat: Make it easier to work with root table In porting cargo to toml_edit, I found it would be nice if we allowed the document to be used as the table it wraps. * fix!: Unify the normal/easy `Index` traits This trait isn't normally interacted with by users * feat: Non-panicking indexing on Items This is being pulled over from the `easy` API. Found this would be useful inside of cargo. Some direct document interation is needed before using serde to convert it to native types. * style: Make clippy happy
Configuration menu - View commit details
-
Copy full SHA for 43a4a30 - Browse repository at this point
Copy the full SHA 43a4a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60405fe - Browse repository at this point
Copy the full SHA 60405feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f97583 - Browse repository at this point
Copy the full SHA 7f97583View commit details
There are no files selected for viewing