Skip to content

webidl: Keep track of data discarded in type conversion #2387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
61f885b
webidl: Keep track of data discarded in type conversion
chrysn Dec 3, 2020
14c5731
webidls rebuild of web-sys
chrysn Dec 3, 2020
9e34455
squash! webidl: Keep track of data discarded in type conversion
chrysn Dec 3, 2020
1331186
Hide web-sys's generated file diffs by default
chrysn Dec 3, 2020
8a0e510
squash! webidl: Keep track of data discarded in type conversion
chrysn Dec 4, 2020
c8fe7ac
fixup! squash! webidl: Keep track of data discarded in type conversion
chrysn Dec 4, 2020
f1085bd
fixup! webidls rebuild of web-sys
chrysn Dec 4, 2020
ec36d84
squash! webidl: Keep track of data discarded in type conversion
chrysn Dec 4, 2020
6bd733f
confession texts: Create better links
chrysn Dec 4, 2020
ff47a27
webidls rebuild of web-sys
chrysn Dec 4, 2020
3952561
web-sys: Point to WebIDLs
chrysn Dec 4, 2020
4545b1f
confessions: Add understanding that None IDL means unit type
chrysn Dec 4, 2020
fd438fd
webidls rebuild of web-sys
chrysn Dec 4, 2020
c60ea63
confessions: Minimally cover callbacks
chrysn Dec 4, 2020
1bc0602
webidls rebuild of web-sys
chrysn Dec 4, 2020
6ed7020
confessions: clean-up
chrysn Dec 4, 2020
0c1d469
confessions: Clean-up, handling options like results earlier
chrysn Dec 4, 2020
98ff925
confessions: Resolve remaining "FIXME dismissing confession"
chrysn Dec 4, 2020
3e8171f
confessions: Handle indexed getters being put behind an Option
chrysn Dec 4, 2020
8021960
webidls rebuild of web-sys
chrysn Dec 4, 2020
d350c54
fixup! some of the previous commits
chrysn Dec 4, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.webidl linguist-vendored
crates/web-sys/src/features/gen_*.rs linguist-generated=true
4 changes: 4 additions & 0 deletions crates/web-sys/src/features/gen_AbortSignal.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/web-sys/src/features/gen_AllowedBluetoothDevice.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crates/web-sys/src/features/gen_Animation.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/web-sys/src/features/gen_AnimationPropertyDetails.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/web-sys/src/features/gen_AudioBufferSourceNode.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions crates/web-sys/src/features/gen_AudioContext.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/web-sys/src/features/gen_AudioScheduledSourceNode.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crates/web-sys/src/features/gen_AudioTrackList.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/web-sys/src/features/gen_AudioWorkletGlobalScope.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading