| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov | bors | -48/+5 |
| 2023-09-29 | Auto merge of #113797 - RalfJung:offset_from_docs, r=workingjubilee | bors | -6/+40 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -83/+177 |
| 2023-09-29 | Auto merge of #116260 - matthiaskrgr:rollup-q3sge0i, r=matthiaskrgr | bors | -263/+615 |
| 2023-09-29 | Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-... | Matthias Krüger | -84/+254 |
| 2023-09-29 | Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-09-29 | Rollup merge of #116239 - cjgillot:issue-116212, r=WaffleLapkin | Matthias Krüger | -8/+18 |
| 2023-09-29 | Rollup merge of #116234 - RalfJung:miri, r=RalfJung | Matthias Krüger | -78/+239 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -36/+23 |
| 2023-09-29 | Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-dead | Matthias Krüger | -7/+39 |
| 2023-09-29 | Rollup merge of #116133 - pouriya:refactor-bootstrap.py, r=albertlarsan68 | Matthias Krüger | -49/+41 |
| 2023-09-29 | Auto merge of #116176 - FedericoStra:isqrt, r=dtolnay | bors | -0/+165 |
| 2023-09-29 | Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errors | bors | -75/+306 |
| 2023-09-29 | Auto merge of #115986 - onur-ozkan:fix-cross-compilation-lto-problem, r=wesle... | bors | -3/+18 |
| 2023-09-29 | Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors | bors | -188/+142 |
| 2023-09-29 | Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-... | bors | -125/+236 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -84/+254 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -226/+50 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -36/+23 |
| 2023-09-28 | Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillot | bors | -134/+182 |
| 2023-09-28 | Move needless_raw_string_hashes to pedantic | Alex Macleod | -1/+1 |
| 2023-09-28 | Auto merge of #116227 - nikic:update-llvm-14, r=cuviper | bors | -0/+0 |
| 2023-09-28 | Only visit reachable nodes in SsaLocals. | Camille GILLOT | -8/+4 |
| 2023-09-28 | Add test for 116212. | Camille GILLOT | -0/+14 |
| 2023-09-28 | Add a mir validation check to prevent OpaqueCast after analysis passes finish | Oli Scherer | -0/+9 |
| 2023-09-28 | Skip reinterning if nothing changed | Oli Scherer | -9/+7 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -26/+57 |
| 2023-09-28 | Bless mir-opt tests | Oli Scherer | -40/+46 |
| 2023-09-28 | Remove unnecessary generator-check, which also fixes the issue within async f... | Oli Scherer | -6/+2 |
| 2023-09-28 | Unconditionally run `RevealAll` pass and run it earlier | Oli Scherer | -22/+76 |
| 2023-09-28 | Some tracing cleanups | Oli Scherer | -4/+4 |
| 2023-09-28 | isqrt: disable long running tests in Miri | Federico Stra | -0/+8 |
| 2023-09-28 | Auto merge of #116230 - matthiaskrgr:rollup-hi1ciwy, r=matthiaskrgr | bors | -1/+64 |
| 2023-09-28 | update lockfile | Ralf Jung | -6/+11 |
| 2023-09-28 | Rollup merge of #116221 - ArchUsr64:patch-1, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-09-28 | Rollup merge of #116214 - notriddle:master, r=aDotInTheVoid | Matthias Krüger | -0/+60 |
| 2023-09-28 | Rollup merge of #116191 - apekros:issue-56098, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -154/+138 |
| 2023-09-28 | Fix `noop_method_call` detection for new diagnostic items | Jason Newcomb | -7/+39 |
| 2023-09-28 | isqrt: `assume` that `isqrt` takes half as many bits | Federico Stra | -0/+7 |
| 2023-09-28 | Auto merge of #114428 - ChaiTRex:master, r=dtolnay | bors | -3/+3 |
| 2023-09-28 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2023-09-28 | fixup! isqrt: fix stability | Federico Stra | -6/+6 |
| 2023-09-28 | isqrt: cite source and rename variables to match original C code | Federico Stra | -11/+16 |
| 2023-09-28 | Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -2/+95 |
| 2023-09-28 | isqrt: fix stability | Federico Stra | -6/+11 |
| 2023-09-28 | fixup! isqrt: initial implementation | Federico Stra | -4/+4 |
| 2023-09-28 | Auto merge of #116222 - matthiaskrgr:rollup-dnag90q, r=matthiaskrgr | bors | -132/+263 |
| 2023-09-28 | Rollup merge of #116215 - estebank:parse-type-angle-bracket-tweak, r=compiler... | Matthias Krüger | -32/+162 |
| 2023-09-28 | Rollup merge of #116213 - tmandry:doclnl, r=ehuss | Matthias Krüger | -0/+8 |