issues
search
rust-lang
/
libs-team
The home of the library team
Apache License 2.0
127
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ACP: Add `try_from_slice` constructor to `core::array`.
#496
bjoernager
opened
13 hours ago
6
add an `extract` macro which extracts values matched in a pattern
#495
vxpm
opened
1 day ago
5
Safe intrinsics in core::arch
#494
veluca93
opened
2 days ago
0
`CStr::from_bytes_with_nul` returns non-actionable error result
#493
nyurik
opened
4 days ago
1
Implementing `AsRef<T> for T` for all the stdlib's types
#492
elichai
opened
5 days ago
1
ACP: `core::arch::breakpoint`
#491
joshtriplett
opened
5 days ago
11
Infallible version of fetch_update
#490
dev-ardi
opened
6 days ago
1
ACP: `#[derive(Debug)]` on unions to print `MyUnion { ... }`
#489
tgross35
closed
6 days ago
2
Phantom variance ZSTs
#488
jhpratt
closed
2 days ago
13
Path::is_trivial
#487
lolbinarycat
opened
1 week ago
8
OsString::truncate
#486
lolbinarycat
closed
6 days ago
5
Add `get`, `set` and `replace` methods to `Mutex` and `RwLock`
#485
EFanZh
closed
6 days ago
1
Support `vec![const { ... }; n]` syntax for creating a `Vec` of non-`Clone` values
#484
EFanZh
opened
1 week ago
19
`Box::new_from_ref` for making a `Box<T>` from a `&T` where `T: CloneToUninit + ?Sized` (and `Rc` and `Arc`)
#483
zachs18
opened
1 week ago
0
Docs - type guarantees update
#482
WiktorPrzetacznik
opened
1 week ago
0
ACP: implement `char_slice` for `&str`
#481
tisonkun
closed
1 week ago
8
Implement io::Write for UnixDatagram
#480
tisonkun
closed
2 weeks ago
2
export core::cfg_if
#479
lolbinarycat
closed
1 week ago
14
`file_absolute!` macro
#478
epage
opened
2 weeks ago
2
Add `Borrow` and `AsRef` implementations to `LazyCell` and `LazyLock`
#477
rick-de-water
closed
1 week ago
3
Parse IPv6 zone identifiers
#476
famfo
opened
2 weeks ago
9
Optimise and bug-fix `to_digit`
#475
daniel-pfeiffer
closed
1 week ago
12
Add `into_value` for `ControlFlow`
#474
carbotaniuman
closed
2 weeks ago
3
Support extracting underlying filled buffer from BorrowedBuf
#473
SUPERCILEX
closed
2 weeks ago
4
`RefCell::{try_replace, try_replace_with, try_swap}`
#472
daboross
closed
2 weeks ago
1
Infallible `div_ceil` for `NonZero<unsigned>`
#471
tyilo
closed
2 weeks ago
9
Implement io::Write on ManuallyDrop<T: io::Write>
#470
SUPERCILEX
closed
3 weeks ago
3
Add from_bytes_radix function
#469
Dushistov
closed
1 week ago
1
ACP: add bool::select
#468
orlp
closed
2 weeks ago
22
ACP: add `least_significant_one` and `most_significant_one` to integer types and `NonZero` types
#467
orlp
closed
1 month ago
5
ACP: Add nul-terminated version of `core::panic::Location::file`
#466
Darksonn
opened
1 month ago
19
Add Vec::last_or_push and friends
#465
balt-dev
opened
1 month ago
14
Make Vec::push return a &mut reference to the pushed value
#464
balt-dev
closed
1 month ago
5
libc: proposal to update minimum versions and release 0.3
#463
tgross35
closed
1 month ago
8
impl fmt::Write for BufWriter
#462
lolbinarycat
opened
1 month ago
1
Implement Try for cmp::Ordering
#461
balt-dev
closed
2 weeks ago
6
ACP: `Stdin::next_line` and `BufRead::next_line`
#460
theemathas
opened
1 month ago
0
ACP: Expose rustc_lexer::unescape Functionality in the proc_macro Crate for Standardized Literal Parsing
#459
lucarlig
opened
1 month ago
0
Add `LowerExp` and `UpperExp` implementations to `NonZero`
#458
rick-de-water
closed
1 month ago
1
APC: split_pattern on slices
#457
eduardorittner
opened
1 month ago
0
Add Option::todo and Result::todo
#456
zkrising
opened
1 month ago
4
slice::Windows::as_slice
#455
leb-kuchen
opened
1 month ago
0
fix: Update ipcheck
#454
umgefahren
opened
1 month ago
0
Signed↔Unsigned integer methods
#453
scottmcm
opened
1 month ago
7
ACP: Implement `TryFromIterator<T>` trait to compliment `FromIterator<T>` trait.
#452
stifskere
opened
1 month ago
13
ACP: Export MPMC APIs
#451
obeis
closed
1 month ago
7
expose fdopendir in std::os::unix::fs::FileExt
#450
lolbinarycat
closed
1 month ago
1
ACP: Chars::take_str
#449
dev-ardi
opened
2 months ago
1
ACP: Add `from_ref` and `from_mut` constructors to `core::ptr::NonNull`.
#448
bjoernager
closed
2 months ago
1
ACP(core::net): add `Ipv[4|6]Address::from_octets` and `Ipv6Address::from_segments`
#447
thvdveld
closed
1 month ago
19
Next