rust/library
bors 9fe551ae49 Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodt
Implement Seek::stream_position() for BufReader

Optimization over `BufReader::seek()` for getting the current position without flushing the internal buffer.

Related to #31100. Based on the code in #70577.
2020-09-07 11:09:41 +00:00
..
alloc Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 2020-09-07 05:20:46 +00:00
backtrace@4083a90168
core Auto merge of #76395 - dylni:adjust-documentation-for-slice-check-range, r=jyn514 2020-09-07 09:16:46 +00:00
panic_abort
panic_unwind
proc_macro Respect -Z proc-macro-backtrace flag for panics inside libproc_macro 2020-09-03 12:13:26 -04:00
profiler_builtins Fix warning whe building profiler_builtins crate 2020-09-04 15:10:29 +02:00
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #74366 - t-rapp:tr-bufreader-pos, r=LukasKalbertodt 2020-09-07 11:09:41 +00:00
stdarch@78891cdf29
term
test
unwind