-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TOBEUPDATED gir update RustType rework
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gir
updated
20 files
+22 −15 | src/analysis/bounds.rs | |
+2 −2 | src/analysis/class_builder.rs | |
+4 −4 | src/analysis/ffi_type.rs | |
+9 −6 | src/analysis/functions.rs | |
+2 −2 | src/analysis/properties.rs | |
+31 −6 | src/analysis/ref_mode.rs | |
+1 −1 | src/analysis/return_value.rs | |
+217 −259 | src/analysis/rust_type.rs | |
+11 −10 | src/analysis/trampolines.rs | |
+1 −1 | src/codegen/bound.rs | |
+2 −4 | src/codegen/function.rs | |
+0 −1 | src/codegen/mod.rs | |
+2 −2 | src/codegen/object.rs | |
+13 −21 | src/codegen/parameter.rs | |
+0 −11 | src/codegen/ref_mode.rs | |
+16 −34 | src/codegen/return_value.rs | |
+6 −6 | src/codegen/sys/ffi_type.rs | |
+3 −3 | src/codegen/sys/fields.rs | |
+3 −3 | src/codegen/trampoline.rs | |
+8 −16 | src/nameutil.rs |