-
Notifications
You must be signed in to change notification settings - Fork 303
Comparing changes
Open a pull request
base repository: Keats/tera
base: v1.19.1
head repository: Keats/tera
compare: v1.20.0
- 18 commits
- 14 files changed
- 11 contributors
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8dbc623 - Browse repository at this point
Copy the full SHA 8dbc623View commit details
Commits on Sep 15, 2023
-
Fix escaping of backslashes _index.md (#857)
A single leading and training space character is stripped from [inline code](https://spec.commonmark.org/0.30/#example-330).
Configuration menu - View commit details
-
Copy full SHA for 872760a - Browse repository at this point
Copy the full SHA 872760aView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ab3ac2 - Browse repository at this point
Copy the full SHA 1ab3ac2View commit details
Commits on Oct 28, 2023
-
Co-authored-by: Harrison Kaiser <harrison.kaiser@str.us>
Configuration menu - View commit details
-
Copy full SHA for 55dff09 - Browse repository at this point
Copy the full SHA 55dff09View commit details -
chore: Update chrono crate and avoid newly deprecated function (#868)
Change calls to DataTime::from_utc() to DateTime::from_naive_utc_and_offset: Deprecated since 0.4.27: Use DateTime::from_naive_utc_and_offset instead. Co-authored-by: Harrison Kaiser <harrison.kaiser@str.us>
Configuration menu - View commit details
-
Copy full SHA for 1ae170a - Browse repository at this point
Copy the full SHA 1ae170aView commit details -
This was found using clippy with `-D clippy::perf`. Since we know the size of the slice at compile time, we can avoid heap allocating a Vec. Co-authored-by: Harrison Kaiser <harrison.kaiser@str.us>
Configuration menu - View commit details
-
Copy full SHA for a9ee9e0 - Browse repository at this point
Copy the full SHA a9ee9e0View commit details
Commits on Oct 31, 2023
-
Update MSRV in Cargo.toml (#873)
Co-authored-by: Harrison Kaiser <harrison.kaiser@str.us>
Configuration menu - View commit details
-
Copy full SHA for 69a76e7 - Browse repository at this point
Copy the full SHA 69a76e7View commit details
Commits on Nov 22, 2023
-
* Update _index.md * Update _index.md * Update _index.md
Configuration menu - View commit details
-
Copy full SHA for 290889e - Browse repository at this point
Copy the full SHA 290889eView commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93c92b9 - Browse repository at this point
Copy the full SHA 93c92b9View commit details
Commits on Feb 12, 2024
-
parser: allocate vector with exact capacity (#894)
This tweaks `parse_content()` logic in order to reduce the amount of vector growing, as the final vector capacity is already known beforehand.
Configuration menu - View commit details
-
Copy full SHA for cafe175 - Browse repository at this point
Copy the full SHA cafe175View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b2e96f - Browse repository at this point
Copy the full SHA 3b2e96fView commit details
Commits on May 24, 2024
-
Mention whitespace control in expressions and comments (#919)
* Mention whitespace control in expressions * Mention whitespace control with comments too
Configuration menu - View commit details
-
Copy full SHA for 15b6609 - Browse repository at this point
Copy the full SHA 15b6609View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9653290 - Browse repository at this point
Copy the full SHA 9653290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a0bf3 - Browse repository at this point
Copy the full SHA 41a0bf3View commit details -
Optimize
find_value_in_for_loop
when noValue
is found (#865)In the event that a for loop iterates over `Value`s and also referes to elements not defined by the for loop, `find_value_in_for_loop` would needlessly call `ForLoop::get_current_value` for each of those lookups. `ForLoop::get_current_value` can be expensive, potentially incurring a clone of a possibly large `Value`. This change moves the `get_current_value` so that we only clone a `Value` when needed. Co-authored-by: Harrison Kaiser <harrison.kaiser@str.us>
Configuration menu - View commit details
-
Copy full SHA for 7f32cf9 - Browse repository at this point
Copy the full SHA 7f32cf9View commit details -
Fix for square bracket identifiers breaking tests (#839)
* Update tera.pest test rules * Update mod.rs test rule parsing
Configuration menu - View commit details
-
Copy full SHA for 7b3942b - Browse repository at this point
Copy the full SHA 7b3942bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5de55 - Browse repository at this point
Copy the full SHA 0d5de55View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05bff1 - Browse repository at this point
Copy the full SHA c05bff1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.19.1...v1.20.0