rust/library/alloc
bors 2428cc4816 Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett
Replace 'NULL' with 'null'

This replaces occurrences of "NULL" with "null" in docs, comments, and compiler error/lint messages. This is for the sake of consistency, as the lowercase "null" is already the dominant form in Rust. The all-caps NULL looks like the C macro (or SQL keyword), which seems out of place in a Rust context, given that NULL does not exist in the Rust language or standard library (instead having [`ptr::null()`](https://doc.rust-lang.org/stable/std/ptr/fn.null.html)).
2021-05-03 05:41:23 +00:00
..
benches Try to make Vec benchmarks only run code they are benchmarking 2021-03-25 00:14:00 -04:00
src Auto merge of #84842 - blkerby:null_lowercase, r=joshtriplett 2021-05-03 05:41:23 +00:00
tests Stabilize vec_extend_from_within 2021-04-28 07:27:06 +01:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00