| Age | Commit message (Expand) | Author | Lines |
| 2023-11-27 | Auto merge of #118370 - TaKO8Ki:rollup-qfilq2w, r=TaKO8Ki | bors | -244/+182 |
| 2023-11-27 | cargo uibless | Kisaragi Marine | -16/+16 |
| 2023-11-27 | remove double-paren on test case | Kisaragi Marine | -19/+19 |
| 2023-11-27 | re-implement fix for rust-lang#11357 | Kisaragi Marine | -22/+67 |
| 2023-11-27 | Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f... | Andrew Zhogin | -34/+49 |
| 2023-11-27 | Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8Ki | Takayuki Maeda | -2/+55 |
| 2023-11-27 | Rollup merge of #118358 - RalfJung:const-tests, r=WaffleLapkin | Takayuki Maeda | -232/+112 |
| 2023-11-27 | Rollup merge of #118340 - compiler-errors:tweaks, r=lqd | Takayuki Maeda | -10/+10 |
| 2023-11-27 | Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwco | Takayuki Maeda | -0/+5 |
| 2023-11-27 | Change help message to make some sense in broader context | Hirochika Matsumoto | -3/+3 |
| 2023-11-27 | Address review feedbacks | Hirochika Matsumoto | -23/+18 |
| 2023-11-27 | Make tidy test happy | Hirochika Matsumoto | -2/+2 |
| 2023-11-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+47 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -2/+55 |
| 2023-11-27 | Auto merge of #118365 - lnicola:sync-from-ra, r=lnicola | bors | -309/+1150 |
| 2023-11-27 | rename method | Deadbeef | -9/+18 |
| 2023-11-27 | Detect and reject malformed repr(Rust) hints | León Orell Valerian Liehr | -11/+38 |
| 2023-11-27 | Update reuse command to include submodules. | Jonathan Pallant (Ferrous Systems) | -1/+1 |
| 2023-11-27 | Add missing CC-BY-SA-4.0. | Jonathan Pallant (Ferrous Systems) | -0/+427 |
| 2023-11-27 | Fix generate-copyright tool. | Jonathan Pallant (Ferrous Systems) | -32/+54 |
| 2023-11-27 | Remove instant from EXCEPTIONS_RUST_ANALYZER | Laurențiu Nicola | -1/+0 |
| 2023-11-27 | Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-ra | Laurențiu Nicola | -308/+1150 |
| 2023-11-27 | Merge commit '237712fa314237e428e7ef2ab83b979f928a43a1' into sync-from-ra | Laurențiu Nicola | -308/+1150 |
| 2023-11-27 | Auto merge of #118352 - Zalathar:llvm-hash, r=onur-ozkan | bors | -5/+9 |
| 2023-11-27 | use the usual attributes for panic_misaligned_pointer_dereference | Ralf Jung | -2/+2 |
| 2023-11-27 | make sure panic_nounwind_fmt can still be fully inlined (e.g. for panic_immed... | Ralf Jung | -1/+4 |
| 2023-11-27 | Auto merge of #11877 - samueltardieu:doc-fix, r=flip1995 | bors | -1/+1 |
| 2023-11-27 | Add Windows wrappers for ./y | Simon Buchan | -0/+21 |
| 2023-11-27 | Auto merge of #118353 - matthiaskrgr:rollup-sf1booi, r=matthiaskrgr | bors | -10/+17 |
| 2023-11-27 | make const tests independent of std debug assertions | Ralf Jung | -232/+112 |
| 2023-11-27 | bootstrap: Memoize the LLVM rebuild hash to avoid very slow `x check` | Zalathar | -5/+9 |
| 2023-11-27 | Rollup merge of #118338 - nnethercote:backticks, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-11-27 | Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease | Matthias Krüger | -2/+1 |
| 2023-11-27 | Rollup merge of #118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clu... | Matthias Krüger | -1/+9 |
| 2023-11-27 | Auto merge of #3193 - rust-lang:rustup-2023-11-27, r=RalfJung | bors | -3671/+4627 |
| 2023-11-27 | Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr... | bors | -2/+2 |
| 2023-11-27 | Simplify Default for tuples | DaniPopes | -9/+6 |
| 2023-11-27 | Merge from rustc | The Miri Conjob Bot | -3670/+4626 |
| 2023-11-27 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-27 | Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=th... | bors | -14/+44 |
| 2023-11-26 | Cut code size for feature hashing | Mark Rousskov | -6/+14 |
| 2023-11-27 | eliminate the second `visit` to save a bit performance. | J-ZhengLi | -25/+14 |
| 2023-11-27 | Auto merge of #118327 - WaffleLapkin:mailmap-wl-tsk, r=Mark-Simulacrum | bors | -1/+2 |
| 2023-11-27 | Dont suggest `!` for path in function call if it has generic args | Michael Goulet | -6/+29 |
| 2023-11-27 | Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber | bors | -53/+46 |
| 2023-11-26 | Simplify indenting in THIR printing | Mark Rousskov | -2/+8 |
| 2023-11-27 | Deparameterize `Results` and `ResultsCursor`. | Nicholas Nethercote | -72/+27 |
| 2023-11-27 | Remove `ResultsCloned` and `ResultsClonedCursor`. | Nicholas Nethercote | -26/+4 |
| 2023-11-27 | Remove uses of `ResultsClonedCursor`. | Nicholas Nethercote | -17/+17 |
| 2023-11-27 | Remove `ResultsRefCursor`. | Nicholas Nethercote | -29/+2 |