e147ef006c906c1cc93baf2becba34d75c4417a9
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://redirect.github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.171` -> `0.2.172` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.172`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.172) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.171...0.2.172) ##### Added - Android: Add `getauxval` for 32-bit targets ([#​4338](https://redirect.github.com/rust-lang/libc/pull/4338)) - Android: Add `if_tun.h` ioctls ([#​4379](https://redirect.github.com/rust-lang/libc/pull/4379)) - Android: Define `SO_BINDTOIFINDEX` ([#​4391](https://redirect.github.com/rust-lang/libc/pull/4391)) - Cygwin: Add `posix_spawn_file_actions_add[f]chdir[_np]` ([#​4387](https://redirect.github.com/rust-lang/libc/pull/4387)) - Cygwin: Add new socket options ([#​4350](https://redirect.github.com/rust-lang/libc/pull/4350)) - Cygwin: Add statfs & fcntl ([#​4321](https://redirect.github.com/rust-lang/libc/pull/4321)) - FreeBSD: Add `filedesc` and `fdescenttbl` ([#​4327](https://redirect.github.com/rust-lang/libc/pull/4327)) - Glibc: Add unstable support for \_FILE_OFFSET_BITS=64 ([#​4345](https://redirect.github.com/rust-lang/libc/pull/4345)) - Hermit: Add `AF_UNSPEC` ([#​4344](https://redirect.github.com/rust-lang/libc/pull/4344)) - Hermit: Add `AF_VSOCK` ([#​4344](https://redirect.github.com/rust-lang/libc/pull/4344)) - Illumos, NetBSD: Add `timerfd` APIs ([#​4333](https://redirect.github.com/rust-lang/libc/pull/4333)) - Linux: Add `_IO`, `_IOW`, `_IOR`, `_IOWR` to the exported API ([#​4325](https://redirect.github.com/rust-lang/libc/pull/4325)) - Linux: Add `tcp_info` to uClibc bindings ([#​4347](https://redirect.github.com/rust-lang/libc/pull/4347)) - Linux: Add further BPF program flags ([#​4356](https://redirect.github.com/rust-lang/libc/pull/4356)) - Linux: Add missing INPUT_PROP_XXX flags from `input-event-codes.h` ([#​4326](https://redirect.github.com/rust-lang/libc/pull/4326)) - Linux: Add missing TLS bindings ([#​4296](https://redirect.github.com/rust-lang/libc/pull/4296)) - Linux: Add more constants from `seccomp.h` ([#​4330](https://redirect.github.com/rust-lang/libc/pull/4330)) - Linux: Add more glibc `ptrace_sud_config` and related `PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG`. ([#​4386](https://redirect.github.com/rust-lang/libc/pull/4386)) - Linux: Add new netlink flags ([#​4288](https://redirect.github.com/rust-lang/libc/pull/4288)) - Linux: Define ioctl codes on more architectures ([#​4382](https://redirect.github.com/rust-lang/libc/pull/4382)) - Linux: Add missing `pthread_attr_setstack` ([#​4349](https://redirect.github.com/rust-lang/libc/pull/4349)) - Musl: Add missing `utmpx` API ([#​4332](https://redirect.github.com/rust-lang/libc/pull/4332)) - Musl: Enable `getrandom` on all platforms ([#​4346](https://redirect.github.com/rust-lang/libc/pull/4346)) - NuttX: Add more signal constants ([#​4353](https://redirect.github.com/rust-lang/libc/pull/4353)) - QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs ([#​4169](https://redirect.github.com/rust-lang/libc/pull/4169)) - QNX: Add support for alternative Neutrino network stack `io-sock` ([#​4169](https://redirect.github.com/rust-lang/libc/pull/4169)) - Redox: Add more `sys/socket.h` and `sys/uio.h` definitions ([#​4388](https://redirect.github.com/rust-lang/libc/pull/4388)) - Solaris: Temporarily define `O_DIRECT` and `SIGINFO` ([#​4348](https://redirect.github.com/rust-lang/libc/pull/4348)) - Solarish: Add `secure_getenv` ([#​4342](https://redirect.github.com/rust-lang/libc/pull/4342)) - VxWorks: Add missing `d_type` member to `dirent` ([#​4352](https://redirect.github.com/rust-lang/libc/pull/4352)) - VxWorks: Add missing signal-related constsants ([#​4352](https://redirect.github.com/rust-lang/libc/pull/4352)) - VxWorks: Add more error codes ([#​4337](https://redirect.github.com/rust-lang/libc/pull/4337)) ##### Deprecated - FreeBSD: Deprecate `TCP_PCAP_OUT` and `TCP_PCAP_IN` ([#​4381](https://redirect.github.com/rust-lang/libc/pull/4381)) ##### Fixed - Cygwin: Fix member types of `statfs` ([#​4324](https://redirect.github.com/rust-lang/libc/pull/4324)) - Cygwin: Fix tests ([#​4357](https://redirect.github.com/rust-lang/libc/pull/4357)) - Hermit: Make `AF_INET = 3` ([#​4344](https://redirect.github.com/rust-lang/libc/pull/4344)) - Musl: Fix the syscall table on RISC-V-32 ([#​4335](https://redirect.github.com/rust-lang/libc/pull/4335)) - Musl: Fix the value of `SA_ONSTACK` on RISC-V-32 ([#​4335](https://redirect.github.com/rust-lang/libc/pull/4335)) - VxWorks: Fix a typo in the `waitpid` parameter name ([#​4334](https://redirect.github.com/rust-lang/libc/pull/4334)) ##### Removed - Musl: Remove `O_FSYNC` on RISC-V-32 (use `O_SYNC` instead) ([#​4335](https://redirect.github.com/rust-lang/libc/pull/4335)) - Musl: Remove `RTLD_DEEPBIND` on RISC-V-32 ([#​4335](https://redirect.github.com/rust-lang/libc/pull/4335)) ##### Other - CI: Add matrix env variables to the environment ([#​4345](https://redirect.github.com/rust-lang/libc/pull/4345)) - CI: Always deny warnings ([#​4363](https://redirect.github.com/rust-lang/libc/pull/4363)) - CI: Always upload successfully created artifacts ([#​4345](https://redirect.github.com/rust-lang/libc/pull/4345)) - CI: Install musl from source for loongarch64 ([#​4320](https://redirect.github.com/rust-lang/libc/pull/4320)) - CI: Revert "Also skip `MFD_EXEC` and `MFD_NOEXEC_SEAL` on sparc64" ([#]()) - CI: Use `$PWD` instead of `$(pwd)` in run-docker ([#​4345](https://redirect.github.com/rust-lang/libc/pull/4345)) - Solarish: Restrict `openpty` and `forkpty` polyfills to Illumos, replace Solaris implementation with bindings ([#​4329](https://redirect.github.com/rust-lang/libc/pull/4329)) - Testing: Ensure the makedev test does not emit unused errors ([#​4363](https://redirect.github.com/rust-lang/libc/pull/4363)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Zed
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Installation
On macOS and Linux you can download Zed directly or install Zed via your local package manager.
Other platforms are not yet available:
- Windows (tracking issue)
- Web (tracking issue)
Developing Zed
- Building Zed for macOS
- Building Zed for Linux
- Building Zed for Windows
- Running Collaboration Locally
Contributing
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
Licensing
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:
- Is it showing a
no license specifiederror for a crate you've created? If so, addpublish = falseunder[package]in your crate's Cargo.toml. - Is the error
failed to satisfy license requirementsfor a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to theacceptedarray inscript/licenses/zed-licenses.toml. - Is
cargo-aboutunable to find the license for a dependency? If so, add a clarification field at the end ofscript/licenses/zed-licenses.toml, as specified in the cargo-about book.
Description
GPUI – Community Edition maintained by Oak Team
https://gpui-ce.github.io/
257 MiB
Languages
Rust
95.5%
WGSL
1.2%
Metal
1.1%
HLSL
1.1%
Python
0.7%
Other
0.3%