Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
hit-xby
OSKernel2024-yeah
Commits
c9aac75e
Commit
c9aac75e
authored
7 months ago
by
github-actions[bot]
Browse files
Options
Download
Patches
Plain Diff
Vendor dependencies
parent
9e413dcf
Changes
436
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
kernel/.cargo/config.toml
+9
-0
kernel/.cargo/config.toml
third_party/autocfg/.cargo-checksum.json
+1
-0
third_party/autocfg/.cargo-checksum.json
third_party/autocfg/Cargo.toml
+75
-0
third_party/autocfg/Cargo.toml
third_party/autocfg/LICENSE-APACHE
+201
-0
third_party/autocfg/LICENSE-APACHE
third_party/autocfg/LICENSE-MIT
+25
-0
third_party/autocfg/LICENSE-MIT
third_party/autocfg/README.md
+112
-0
third_party/autocfg/README.md
third_party/autocfg/examples/integers.rs
+9
-0
third_party/autocfg/examples/integers.rs
third_party/autocfg/examples/nightly.rs
+18
-0
third_party/autocfg/examples/nightly.rs
third_party/autocfg/examples/paths.rs
+22
-0
third_party/autocfg/examples/paths.rs
third_party/autocfg/examples/traits.rs
+26
-0
third_party/autocfg/examples/traits.rs
third_party/autocfg/examples/versions.rs
+9
-0
third_party/autocfg/examples/versions.rs
third_party/autocfg/src/error.rs
+81
-0
third_party/autocfg/src/error.rs
third_party/autocfg/src/lib.rs
+590
-0
third_party/autocfg/src/lib.rs
third_party/autocfg/src/rustc.rs
+89
-0
third_party/autocfg/src/rustc.rs
third_party/autocfg/src/tests.rs
+54
-0
third_party/autocfg/src/tests.rs
third_party/autocfg/src/version.rs
+65
-0
third_party/autocfg/src/version.rs
third_party/autocfg/tests/no_std.rs
+28
-0
third_party/autocfg/tests/no_std.rs
third_party/autocfg/tests/rustflags.rs
+34
-0
third_party/autocfg/tests/rustflags.rs
third_party/autocfg/tests/support/mod.rs
+21
-0
third_party/autocfg/tests/support/mod.rs
third_party/autocfg/tests/tests.rs
+138
-0
third_party/autocfg/tests/tests.rs
with
1607 additions
and
0 deletions
+1607
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets