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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
ffi
Age
Commit message (
Expand
)
Author
Lines
2021-03-14
Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplett
Yuki Okushi
-0
/
+86
2021-03-03
Add impls for iterators of Cow<OsStr>
Ryan Lopopolo
-0
/
+34
2021-02-25
Convert primitives to use intra-doc links
Joshua Nelson
-4
/
+2
2021-02-23
Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco
Dylan DPC
-0
/
+2
2021-02-16
Optimize FromIterator<OsString> to reuse the first allocation
Ryan Lopopolo
-4
/
+11
2021-02-16
a few more diagnostic items
Andrea Nall
-0
/
+1
2021-02-15
requested/proposed changes
Andrea Nall
-1
/
+1
2021-02-15
add diagnostic items
Andrea Nall
-0
/
+1
2021-02-14
Implement Extend and FromIterator for OsString
Ryan Lopopolo
-0
/
+45
2021-02-10
Seal the CommandExt, OsStrExt and OsStringExt traits
Amanieu d'Antras
-0
/
+8
2021-02-03
OsStr eq_ignore_ascii_case takes arg by value
Tyler Ruckinger
-1
/
+1
2021-01-26
shrink_to shouldn't panic on len greater than capacity
Thom Wiggers
-2
/
+1
2021-01-22
Inline methods of Path and OsString
BenoƮt du Garreau
-0
/
+34
2021-01-13
Update tests for extern block linting
Mark Rousskov
-7
/
+7
2020-12-28
Add "length" as doc alias to len methods
Konrad Borowski
-0
/
+1
2020-12-16
Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay
bors
-2
/
+2
2020-11-19
Bump bootstrap compiler version
Jake Goulding
-1
/
+1
2020-11-07
Refactor `parse_prefix` on Windows
Christiaan Dirkx
-2
/
+2
2020-10-26
Fix bootstrap doctest failure
Nathan Whitaker
-1
/
+1
2020-10-26
Address review comments
Nathan Whitaker
-1
/
+0
2020-10-26
Address review comments
Nathan Whitaker
-0
/
+2
2020-10-26
Change to warn by default / fix typo
Nathan Whitaker
-1
/
+1
2020-10-26
Update doctest
Nathan Whitaker
-1
/
+1
2020-10-15
Deny broken intra-doc links in linkchecker
Joshua Nelson
-1
/
+2
2020-10-12
Use intra-doc links for links to module-level docs
Camelid
-2
/
+2
2020-09-20
Implement destructuring for all aggregates and for references
Oliver Scherer
-1
/
+1
2020-09-08
Capitalize safety comments
Flying-Toast
-4
/
+4
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-368
/
+367
2020-08-23
Convert str -> prim@str in `std`
Joshua Nelson
-3
/
+4
2020-08-14
Rollup merge of #75501 - poliorcetics:intra-links-std-ffi, r=jyn514
Tyler Mandry
-233
/
+81
2020-08-14
libstd/ffi/c_str.rs: #![deny(unsafe_op_in_unsafe_fn)], enclose unsafe operati...
Alexis Bourget
-7
/
+32
2020-08-14
Apply suggestions from code review
Poliorcetics
-3
/
+3
2020-08-13
Move to intra doc links in std::ffi
Alexis Bourget
-233
/
+81
2020-07-27
mv std libs to library/
mark
-0
/
+3333