index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
alloc
/
src
/
vec
/
spec_extend.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
Remove most `#[track_caller]` from allocating Vec methods
Noratrieb
-6
/
+0
2024-09-20
Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`
Pavel Grigorenko
-0
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+1
2023-07-01
Remove lifetime bound for A for `impl Extend<&'a T> for Vec<T, A>`.
Zachary S
-2
/
+2
2022-11-24
Extract the logic for `TrustedLen` to a named method that can be called directly
Scott McMurray
-32
/
+2
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-1
/
+1
2022-04-28
Add VecDeque::extend from vec::IntoIter and slice::Iter specializations
Paolo Barbolini
-1
/
+1
2021-06-22
Add comments around code where ordering is important due for panic-safety
The8472
-0
/
+2
2021-05-27
Revert "Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum"
The8472
-59
/
+25
2021-05-26
Auto merge of #83770 - the8472:tra-extend, r=Mark-Simulacrum
bors
-25
/
+59
2021-04-15
Merge same condition branch in vec spec_extend
Ivan Tham
-4
/
+2
2021-04-08
add TrustedRandomAccess specialization to vec::extend
The8472
-25
/
+59
2021-03-31
panic early when TrustedLen indicates a length > usize::MAX
The8472
-1
/
+6
2020-12-29
style: applying Rust style
C
-13
/
+13
2020-12-29
refactor: moved SpecExtend into spec_extend.rs
C
-0
/
+82