| Age | Commit message (Expand) | Author | Lines |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -5/+6 |
| 2022-03-09 | Account for suggestions for complete removal of lines | Esteban Kuber | -0/+113 |
| 2022-03-09 | better suggestion for int to wide ptr cast | Michael Goulet | -13/+44 |
| 2022-03-09 | suggest enabling generic_const_exprs feature if const is unevaluatable | Michael Goulet | -0/+45 |
| 2022-03-09 | Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov | Matthias Krüger | -2/+41 |
| 2022-03-09 | Rollup merge of #94754 - c410-f3r:nice-error, r=lcnr | Matthias Krüger | -55/+110 |
| 2022-03-09 | Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obk | Matthias Krüger | -51/+83 |
| 2022-03-09 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+2 |
| 2022-03-09 | Permit `#[deprecated]` in stdlib | Jacob Pratt | -352/+159 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -3/+22 |
| 2022-03-09 | Fix spurious CI failures | Guillaume Gomez | -1/+4 |
| 2022-03-09 | Implement macro meta-variable expressions | Caio | -0/+578 |
| 2022-03-09 | Warn users about || in let chain expressions | Caio | -55/+110 |
| 2022-03-09 | Update armv7-unknown-linux-uclibceabi platform support page. | lancethepants | -11/+21 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -8/+30 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -2/+41 |
| 2022-03-09 | keep ERROR in message | b-naber | -4/+4 |
| 2022-03-09 | Also take in account mdbook redirect in linkchecker | Loïc BRANSTETT | -7/+13 |
| 2022-03-09 | manually bless 32-bit stderr | b-naber | -8/+7 |
| 2022-03-09 | normalization change and rebase | b-naber | -341/+276 |
| 2022-03-09 | bless tests | b-naber | -289/+357 |
| 2022-03-09 | Enable issue-23036.rs on wasm32 | Nikita Popov | -1/+0 |
| 2022-03-09 | Auto merge of #94515 - estebank:tweak-move-error, r=davidtwco | bors | -59/+94 |
| 2022-03-09 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-03-09 | Rollup merge of #94759 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2022-03-09 | Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726 | Dylan DPC | -3/+16 |
| 2022-03-08 | Update cargo | Eric Huss | -0/+0 |
| 2022-03-08 | Improve mod resolution error for mods with multiple candidate files | Yacin Tmimi | -6/+35 |
| 2022-03-09 | Improve rustdoc book | Loïc BRANSTETT | -83/+106 |
| 2022-03-09 | Enable conditional checking of values in the Rust codebase | Loïc BRANSTETT | -1/+15 |
| 2022-03-08 | Update GUI tests for impl blocks path changes | Guillaume Gomez | -9/+11 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -8/+13 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -2/+85 |
| 2022-03-08 | Update for changes to other lints | David Koloski | -10/+15 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -7/+5 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -109/+254 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -0/+50 |
| 2022-03-08 | Do not suggest `let_else` if no bindings would be introduced | Esteban Kuber | -44/+0 |
| 2022-03-08 | Auto merge of #92260 - jyn514:less-python-logic, r=Mark-Simulacrum | bors | -49/+171 |
| 2022-03-08 | Suggest `if let`/`let_else` for refutable pat in `let` | Esteban Kuber | -49/+125 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -5/+6 |
| 2022-03-08 | Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgr | bors | -1008/+2528 |
| 2022-03-08 | Rollup merge of #94726 - lnicola:rust-analyzer-2022-03-08, r=lnicola | Matthias Krüger | -18/+17 |
| 2022-03-08 | Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnr | Matthias Krüger | -24/+114 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -2/+2 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -9/+81 |
| 2022-03-08 | Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obk | Matthias Krüger | -955/+2314 |
| 2022-03-08 | Create a function for gathering profiles and run only Full benchmarks in LLVM... | Jakub Beránek | -39/+38 |
| 2022-03-08 | suggest adding `{ .. }` around a const function with arguments | Takayuki Maeda | -0/+75 |
| 2022-03-08 | Auto merge of #94716 - RalfJung:miri, r=RalfJung | bors | -10/+7 |