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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
endian_bytes.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+2
2025-02-02
Convert two `rustc_middle::lint` functions to `Span` methods.
Nicholas Nethercote
-2
/
+1
2024-12-29
Move `format_push_string` and `format_collect` to pedantic
Samuel Moelius
-1
/
+2
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-49
/
+40
2024-08-03
Migrating restriction lints to `span_lint_and_then` (a -> d)
xFrednet
-49
/
+40
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-23
/
+16
2024-07-22
Auto merge of #13065 - Jarcho:misc_small2, r=xFrednet
bors
-23
/
+16
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-07-07
Refactor `endian_bytes`:
Jason Newcomb
-23
/
+16
2024-06-23
Fix doc nits
John Arundel
-2
/
+2
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-8
/
+7
2024-05-23
For restriction lints, replace “Why is this bad?” with “Why restrict th...
Kevin Reid
-8
/
+7
2024-04-01
fix fallout from previous commit
y21
-1
/
+1
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-19
/
+15
2023-11-10
Run `if-to-let-chain clippy*/**/*.rs`
Alex Macleod
-19
/
+15
2023-08-24
Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup
Philipp Krones
-3
/
+3
2023-08-18
Update version attribute for 1.72 lints
xFrednet
-3
/
+3
2023-07-17
Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyup
Philipp Krones
-2
/
+4
2023-07-13
Add `imports_granularity = "Module"` to rustfmt.toml
Alex Macleod
-2
/
+4
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-0
/
+216
2023-06-03
derive Copy/PartialEq for `Prefix`
Centri3
-11
/
+8
2023-06-02
Update endian_bytes.rs
Centri3
-1
/
+1
2023-06-02
use enum for `prefix` instead of `&str`
Centri3
-34
/
+27
2023-05-31
don't allocate the names
Centri3
-13
/
+35
2023-05-31
unidiomatic `if_chain!`
Centri3
-3
/
+2
2023-05-31
refine output
Centri3
-9
/
+17
2023-05-31
weird grammar
Catherine
-2
/
+2
2023-05-31
implement `host_endian_bytes` and the other two
Centri3
-75
/
+134
2023-05-31
`to_xx_bytes` implemented, `from_xx_bytes` todo
Centri3
-0
/
+138