Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4f43571
gio: Make etag in `File::replace_contents_async()` optional
sdroege Aug 12, 2025
c63c362
glib-macros: Make main context the thread-default one in `#[async_test]`
sdroege Aug 12, 2025
63e6230
glib-macros/async_test: unwrap result when setting default context
Aug 12, 2025
08161c4
glib-macros/async_test: dont move main context within closure
Aug 12, 2025
1253f9a
gio: `DataInputStream::read_line_async()` can return `None` slices
sdroege Aug 27, 2025
17da51d
gio: Use correct finish function for `DataInputStream::read_line_utf8…
sdroege Aug 27, 2025
e74c0ed
glib: Fix misuse of operator in subtract_days
Sep 5, 2025
fc07c92
pango: Fix out-of-bounds access in itemize functions
Sep 5, 2025
6068e3e
graphene: Fix UB in intersect_triangle by validating t_out before ass…
Sep 5, 2025
2124f0f
cairo: Add bounds check for nth in region_get_rectangle to prevent UB
Sep 5, 2025
137289b
cairo: Fix integer overflow in create_for_data's len check
Sep 5, 2025
84e4fff
glib: Fix UB in spawn_async_with_pipes by validating success before a…
Sep 5, 2025
bffc8b6
gio: fix compilation with beta toolchain
fengalin Sep 5, 2025
c401523
Allows windows-sys 0.61 too
sdroege Sep 8, 2025
21eec7c
Update gir and gir-files
sdroege Sep 17, 2025
eaedd4d
Regenerate with latest gir / gir-files
sdroege Sep 17, 2025
6ccd7d3
pango: Generate new `FontColor` enum
sdroege Aug 19, 2025
8074d7a
pango: Add new `v1_57` feature
sdroege Aug 19, 2025
691abc5
ci: Don't build pango with `--all-features` for now
sdroege Aug 19, 2025
983eaff
glib: Fix pointer signedness
sdroege Aug 25, 2025
cad2cbe
Update Cargo.lock
sdroege Sep 17, 2025
9643745
deny: Update
sdroege Sep 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- { name: "gio", features: "v2_84", nightly: "--all-features", test_sys: true }
- { name: "glib", features: "v2_84,log", nightly: "--all-features", test_sys: true }
- { name: "graphene", features: "v1_12", nightly: "", test_sys: true }
- { name: "pango", features: "v1_56", nightly: "--all-features", test_sys: true }
- { name: "pango", features: "v1_56", nightly: "", test_sys: true }
- { name: "pangocairo", features: "", nightly: "--all-features", test_sys: true }
steps:
- uses: actions/checkout@v4
Expand Down
Loading
Loading