| Age | Commit message (Expand) | Author | Lines |
| 2024-10-26 | Effects cleanup | Deadbeef | -97/+40 |
| 2024-10-26 | Auto merge of #132149 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-10-26 | Stop linting unused_io_amount in io traits | GnomedDev | -1/+37 |
| 2024-10-25 | Fix indentation | Tyler Mandry | -2/+2 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -8/+12 |
| 2024-10-25 | Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors | bors | -751/+1596 |
| 2024-10-25 | Update Fuchsia CI script for package serving | Clayton Wilkinson | -30/+22 |
| 2024-10-26 | coverage: Don't rely on the custom traversal to find enclosing loops | Zalathar | -63/+85 |
| 2024-10-25 | Allow building rustc's LLVM with Offload support | Manuel Drehwald | -0/+33 |
| 2024-10-25 | Auto merge of #132148 - matthiaskrgr:rollup-c155tcy, r=matthiaskrgr | bors | -121/+116 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -448/+53 |
| 2024-10-25 | Ensure that resume arg outlives region bound for coroutines | Michael Goulet | -0/+110 |
| 2024-10-25 | Update cargo | Weihang Lo | -0/+0 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -8/+12 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -64/+55 |
| 2024-10-25 | Auto merge of #131917 - jieyouxu:rmake-clang, r=Kobzol | bors | -46/+183 |
| 2024-10-25 | Rollup merge of #132137 - RalfJung:behavior, r=Noratrieb | Matthias Krüger | -75/+75 |
| 2024-10-25 | Rollup merge of #132130 - onur-ozkan:remove-ci-change-id, r=Kobzol | Matthias Krüger | -5/+0 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -41/+41 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -3/+5 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -21/+9 |
| 2024-10-25 | get rid of the internal unlikely macro | Ralf Jung | -33/+31 |
| 2024-10-25 | proc_macro_harness: adjust the span we use for const fn calls | Ralf Jung | -9/+20 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -654/+1511 |
| 2024-10-25 | Pass long type path into `note_obligation_cause_code` to avoid printing same ... | Esteban Küber | -20/+49 |
| 2024-10-25 | Tweak highlighting when trait is available for different type | Esteban Küber | -7/+16 |
| 2024-10-25 | Add test for #132013 | Esteban Küber | -0/+82 |
| 2024-10-25 | allow type-based search on foreign functions | binarycat | -1/+17 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -53/+448 |
| 2024-10-25 | Merge pull request #3989 from RalfJung/ci | Ralf Jung | -4/+5 |
| 2024-10-25 | Merge pull request #3990 from RalfJung/errno-cleanup | Ralf Jung | -85/+61 |
| 2024-10-25 | Fix is_from_proc_macro attr | Ruairidh Williamson | -15/+83 |
| 2024-10-25 | some more opportunities for set_last_error_and_return | Ralf Jung | -14/+7 |
| 2024-10-25 | get rid of fd_not_found; improve error handling in FileMetadata | Ralf Jung | -71/+54 |
| 2024-10-25 | Enable LSX feature for LoongArch Linux targets | WANG Rui | -2/+2 |
| 2024-10-25 | CI workflow: tweak conclusion job | Ralf Jung | -4/+5 |
| 2024-10-25 | Merge pull request #3984 from noahmbright/unix_shims | Ralf Jung | -53/+28 |
| 2024-10-25 | Clear more `eval_libc` errors from unix shims | Noah Bright | -53/+28 |
| 2024-10-25 | Auto merge of #131207 - davidtwco:pac-ret-lto-test, r=Mark-Simulacrum | bors | -4/+130 |
| 2024-10-25 | Stop producing .gz artifacts for Windows | Laurențiu Nicola | -1/+2 |
| 2024-10-25 | Factor out token ranking | Lukas Wirth | -37/+38 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -75/+75 |
| 2024-10-25 | Merge pull request #18409 from Veykril/veykril/push-rkrkpvzvumvx | Lukas Wirth | -14/+20 |
| 2024-10-25 | Switch CI from bors to merge queue | Jakub Beránek | -115/+54 |
| 2024-10-25 | Only construct a resolver in macro descension when needed | Lukas Wirth | -14/+20 |
| 2024-10-25 | remove `change-id` from CI script | onur-ozkan | -5/+0 |
| 2024-10-25 | Auto merge of #132128 - workingjubilee:rollup-uwqp2i2, r=workingjubilee | bors | -259/+273 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -53/+448 |
| 2024-10-24 | Rollup merge of #132125 - Zalathar:coverage-intrinsics, r=jieyouxu | Jubilee | -140/+26 |