rust/library/std/src
bors 34628e5b53 Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor
Rollup of 9 pull requests

Successful merges:

 - #79502 (Implement From<char> for u64 and u128.)
 - #79968 (Improve core::ptr::drop_in_place debuginfo)
 - #80774 (Fix safety comment)
 - #80801 (Use correct span for structured suggestion)
 - #80803 (Remove useless `fill_in` function)
 - #80820 (Support `download-ci-llvm` on NixOS)
 - #80825 (Remove under-used ImplPolarity enum)
 - #80850 (Allow #[rustc_builtin_macro = "name"])
 - #80857 (Add comment to `Vec::truncate` explaining `>` vs `>=`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-01-10 08:01:12 +00:00
..
backtrace Add column number support to Backtrace 2020-11-15 13:09:56 +01:00
collections Add "length" as doc alias to len methods 2020-12-28 09:13:46 +01:00
env
error
f32
f64
ffi Add "length" as doc alias to len methods 2020-12-28 09:13:46 +01:00
fs std: Fix test got_symlink_permission on Windows 2020-11-16 21:09:26 +03:00
io Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
lazy
memchr
net Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk 2020-12-19 13:13:41 +00:00
num rustc_expand: Mark inner #![test] attributes as soft-unstable 2020-11-20 19:35:03 +03:00
os Take sys/vxworks/{fd,fs,io} from sys/unix instead. 2020-10-16 06:19:00 +02:00
panic
path Refactor parse_prefix on Windows 2020-11-07 16:15:48 +01:00
prelude Style nit: replace for_each & return with for & continue 2021-01-06 15:13:38 +01:00
process
sync Fix documentation typo 2020-12-22 12:19:46 +01:00
sys Fix small typo in time comment 2020-12-29 02:10:29 -06:00
sys_common Optimize away some path lookups in the generic fs::copy implementation. 2021-01-06 08:36:31 -08:00
thread Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
time Duration::zero() -> Duration::ZERO 2020-10-21 20:44:03 -07:00
alloc.rs Fix safety comment 2021-01-07 09:13:21 +01:00
ascii.rs
backtrace.rs Add column number support to Backtrace 2020-11-15 13:09:56 +01:00
env.rs
error.rs Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
f32.rs Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se 2020-12-19 21:57:38 +00:00
f64.rs Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se 2020-12-19 21:57:38 +00:00
fs.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
future.rs
keyword_docs.rs Rollup merge of #79211 - yoshuawuyts:future-doc-alias, r=Mark-Simulacrum 2020-12-19 15:16:01 +09:00
lazy.rs Add (internal-only) SyncOnceCell::get_or_init_pin. 2020-12-08 22:57:50 +01:00
lib.rs Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieu 2021-01-07 15:21:30 +00:00
macros.rs Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
memchr.rs
num.rs
panic.rs Add tracking issue number for panic_any. 2020-10-28 21:23:45 +01:00
panicking.rs fix another comment, and make __rust_start_panic code a bit more semantically clear 2020-12-25 23:37:27 +01:00
path.rs Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
primitive_docs.rs Auto merge of #80590 - camelid:bool-never-docs, r=nagisa 2021-01-03 12:21:12 +00:00
process.rs Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum 2020-11-23 19:01:19 +00:00
rt.rs
time.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00