This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-01-20 20:10:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
library
/
alloc
/
src
History
bors
ec487bf3cf
Auto merge of
#82760
- WaffleLapkin:unleak_extend_from_within, r=kennytm
...
Fix leak in Vec::extend_from_within
Fixes
#82533
2021-03-13 07:06:01 +00:00
..
alloc
…
collections
Rollup merge of
#81127
- hanmertens:binary_heap_sift_down_perf, r=dtolnay
2021-03-09 09:05:18 +00:00
prelude
…
raw_vec
…
rc
…
sync
…
vec
Add regression test for
Vec::extend_from_within
leak
2021-03-04 17:10:57 +03:00
alloc.rs
…
borrow.rs
a few more diagnostic items
2021-02-16 02:32:21 +00:00
boxed.rs
…
fmt.rs
…
lib.rs
Rollup merge of
#79208
- LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nikomatsakis
2021-03-10 08:01:25 +09:00
macros.rs
…
raw_vec.rs
…
rc.rs
…
slice.rs
convert slice doc link to intra-doc links
2021-03-09 21:26:07 +01:00
str.rs
Convert primitives to use intra-doc links
2021-02-25 20:31:53 -05:00
string.rs
Add documentation for string->Cow conversions
2021-03-07 20:36:43 -07:00
sync.rs
…
task.rs
Update the bootstrap compiler
2021-02-20 17:19:30 -05:00
tests.rs
…