about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/mod.rs
diff options
context:
space:
mode:
authorConnor Tsui <connor.tsui20@gmail.com>2024-10-25 14:54:43 -0400
committerConnor Tsui <connor.tsui20@gmail.com>2024-11-16 12:31:13 -0500
commit31e35c2131f0b71a7d2cdc3b515d1a22f5f3b61d (patch)
tree9ec550180e6db9f6bfba4a8e99189ac4aa88bdaa /compiler/rustc_codegen_llvm/src/llvm/mod.rs
parentfa9f04af5db346847295b10142fffde38dab6169 (diff)
downloadrust-31e35c2131f0b71a7d2cdc3b515d1a22f5f3b61d.tar.gz
rust-31e35c2131f0b71a7d2cdc3b515d1a22f5f3b61d.zip
modify queue implementation documentation
This commit only has documentation changes and a few things moved around
the file. The very few code changes are cosmetic: changes like turning a
`match` statement into an `if let` statement or reducing indentation for
long if statements.

This commit also adds several safety comments on top of `unsafe` blocks
that might not be immediately obvious to a first-time reader.

Code "changes" are in:
- `add_backlinks_and_find_tail`
- `lock_contended`

A majority of the changes are just expanding the comments from 80
columns to 100 columns.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/mod.rs')
0 files changed, 0 insertions, 0 deletions