rust/library/alloc
The8472 435219dd82 remove empty Vec extend optimization
The optimization meant that every extend code path had to emit llvm
IR for from_iter and extend spec_extend, which likely impacts
compile times while only improving a few edge-cases
2020-09-03 20:59:35 +02:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src remove empty Vec extend optimization 2020-09-03 20:59:35 +02:00
tests remove empty Vec extend optimization 2020-09-03 20:59:35 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00