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
/
tests
/
string.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-26
Improve test case for experimental API remove_matches in library/alloc/tests/...
allaboutevemirolive
-2
/
+46
2023-06-13
ignore core, alloc and test tests that require unwinding on panic=abort
Pietro Albini
-0
/
+1
2022-03-25
Adjust tests for isize::MAX allocation always being checked
CAD97
-88
/
+38
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-1
/
+1
2021-08-07
Use assert_matches! instead of if let {} else
Kornel
-80
/
+73
2021-07-24
Hide allocator details from TryReserveError
Kornel
-23
/
+51
2021-03-05
Implement String::remove_matches
Josh Cotton
-0
/
+27
2021-01-18
Fix soundness issue for `replace_range` and `range`
dylni
-0
/
+50
2020-10-29
Added test for issue #78498
Giacomo Stevanato
-0
/
+15
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-3
/
+2
2020-09-16
Rollup merge of #75882 - pickfire:patch-6, r=jyn514
Dylan DPC
-2
/
+2
2020-09-16
Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum
Dylan DPC
-0
/
+29
2020-09-13
Optimize behavior of vec.split_off(0) (take all)
Rich Kadel
-0
/
+4
2020-09-06
Move test-cases in string.rs
Ayush Kumar Mishra
-0
/
+8
2020-09-04
Add tests for overflow in String / VecDeque operations using ranges
Tomasz Miąsko
-0
/
+29
2020-08-24
Use translated variable for test string
Ivan Tham
-2
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+723