Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
599 changes: 385 additions & 214 deletions BUCK

Large diffs are not rendered by default.

137 changes: 104 additions & 33 deletions Cargo.lock

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

10 changes: 2 additions & 8 deletions allocator/allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ pub unsafe fn __rust_alloc_error_handler_should_panic_v2() -> u8 {
#[linkage = "weak"]
pub unsafe fn __rust_no_alloc_shim_is_unstable_v2() {}

#[rustc_std_internal_symbol]
#[cfg_attr(not(target_os = "ios"), linkage = "weak")]
pub unsafe fn __rust_alloc_error_handler(size: usize, align: usize) -> ! {
unsafe { __alloc_error_handler::__rdl_oom(size, align) }
}

#[rustc_std_internal_symbol]
#[linkage = "weak"]
pub unsafe fn __rg_oom(size: usize, align: usize) -> ! {
unsafe { __alloc_error_handler::__rdl_oom(size, align) }
pub unsafe fn __rust_alloc_error_handler(size: usize, align: usize) -> ! {
unsafe { __alloc_error_handler::__rdl_alloc_error_handler(size, align) }
}
3 changes: 0 additions & 3 deletions fixups/clippy_lints/fixups.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
extra_deps = [
":pulldown-cmark-0.11.3",
":rustc_abi-0.0.0",
":rustc_arena-0.0.0",
":rustc_ast-0.0.0",
Expand All @@ -23,6 +22,4 @@ extra_deps = [
":rustc_span-0.0.0",
":rustc_target-0.0.0",
":rustc_trait_selection-0.0.0",
":smallvec-1.15.1",
":thin-vec-0.2.14",
]
2 changes: 0 additions & 2 deletions fixups/clippy_utils/fixups.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cargo_env = ["CARGO_PKG_VERSION_PATCH"]
extra_deps = [
":indexmap-2.12.1",
":rustc_abi-0.0.0",
":rustc_ast-0.0.0",
":rustc_attr_parsing-0.0.0",
Expand All @@ -20,5 +19,4 @@ extra_deps = [
":rustc_session-0.0.0",
":rustc_span-0.0.0",
":rustc_trait_selection-0.0.0",
":smallvec-1.15.1",
]
2 changes: 0 additions & 2 deletions fixups/rustdoc/fixups.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
buildscript.run = true
cargo_env = ["CARGO_MANIFEST_DIR"]
extra_deps = [
":pulldown-cmark-0.11.3",
":rustc_abi-0.0.0",
":rustc_ast-0.0.0",
":rustc_ast_pretty-0.0.0",
Expand Down Expand Up @@ -32,7 +31,6 @@ extra_deps = [
":rustc_span-0.0.0",
":rustc_target-0.0.0",
":rustc_trait_selection-0.0.0",
":thin-vec-0.2.14",
]
extra_srcs = [
"askama.toml",
Expand Down
2 changes: 1 addition & 1 deletion rust
Submodule rust updated 5383 files
Loading