| Age | Commit message (Expand) | Author | Lines |
| 2024-04-27 | Bump version to 1.80 | Mark Rousskov | -1/+1 |
| 2024-04-27 | Auto merge of #124405 - RalfJung:miri-core-alloc-tests, r=clubby789 | bors | -3/+0 |
| 2024-04-27 | Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstrieb | bors | -7/+4 |
| 2024-04-27 | Auto merge of #124430 - RalfJung:miri, r=RalfJung | bors | -568/+675 |
| 2024-04-27 | Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc` | Daria Sukhonina | -7/+4 |
| 2024-04-27 | Auto merge of #124428 - matthiaskrgr:rollup-sk5z4z8, r=matthiaskrgr | bors | -391/+498 |
| 2024-04-27 | Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgr | Matthias Krüger | -0/+76 |
| 2024-04-27 | Rollup merge of #124387 - workingjubilee:use-raw-pointers-in-thread-locals, r... | Matthias Krüger | -9/+12 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -382/+410 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-27 | Auto merge of #124416 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-26 | thread_local: refine LazyKeyInner::take safety doc | Jubilee | -1/+1 |
| 2024-04-27 | Auto merge of #124424 - jhpratt:rollup-o3ngkjy, r=jhpratt | bors | -380/+558 |
| 2024-04-26 | Rollup merge of #124410 - RalfJung:path-buf-transmute, r=Nilstrieb | Jacob Pratt | -7/+25 |
| 2024-04-26 | Rollup merge of #124408 - matthiaskrgr:loltest, r=jieyouxu | Jacob Pratt | -0/+102 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -341/+352 |
| 2024-04-26 | Rollup merge of #124383 - Urgau:port-print-native-static-libs, r=jieyouxu | Jacob Pratt | -20/+76 |
| 2024-04-26 | Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors | Jacob Pratt | -12/+3 |
| 2024-04-27 | Also support MSVC in print-native-static-libs test | Urgau | -5/+18 |
| 2024-04-26 | Auto merge of #124296 - cuviper:dist-cargo-tests, r=onur-ozkan | bors | -0/+6 |
| 2024-04-26 | Auto merge of #3517 - RalfJung:env-vars, r=RalfJung | bors | -530/+614 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 2024-04-26 | Port run-make `--print=native-static-libs` to rmake.rs | Urgau | -20/+63 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -40/+57 |
| 2024-04-26 | PathBuf: replace transmuting by accessor functions | Ralf Jung | -7/+25 |
| 2024-04-26 | Auto merge of #3516 - RalfJung:pathbuf, r=RalfJung | bors | -37/+60 |
| 2024-04-26 | add smoke tests for basic PathBuf interactions | Ralf Jung | -37/+60 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -350/+677 |
| 2024-04-26 | crashes: add more tests | Matthias Krüger | -0/+102 |
| 2024-04-26 | miri core/alloc tests: do not test a 2nd target | Ralf Jung | -3/+0 |
| 2024-04-26 | Auto merge of #124321 - JoverZhang:run-make-support-tests, r=onur-ozkan | bors | -0/+49 |
| 2024-04-26 | Auto merge of #124393 - scottmcm:do-the-macros-still-matter, r=joboet | bors | -21/+20 |
| 2024-04-26 | Add support for run-make-support unit tests to be run with bootstrap command | Jover Zhang | -0/+49 |
| 2024-04-26 | Auto merge of #3515 - rust-lang:rustup-2024-04-26, r=oli-obk | bors | -783/+1114 |
| 2024-04-25 | Convert some iter macros to normal functions | Scott McMurray | -21/+20 |
| 2024-04-26 | Merge from rustc | The Miri Cronjob Bot | -782/+1113 |
| 2024-04-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-26 | Adjust some `pub`s. | Nicholas Nethercote | -81/+81 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -339/+211 |
| 2024-04-26 | Update lldb only tests | Vadim Petrochenkov | -0/+2 |
| 2024-04-26 | Auto merge of #124388 - compiler-errors:rollup-v17b8fm, r=compiler-errors | bors | -73/+34 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -6/+11 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -63/+18 |
| 2024-04-25 | Rollup merge of #124378 - dpaoliello:keeplib, r=jieyouxu | Michael Goulet | -1/+4 |
| 2024-04-25 | Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnay | Michael Goulet | -3/+1 |
| 2024-04-26 | Move some functions from `rustc_expand` to `rustc_builtin_macros`. | Nicholas Nethercote | -237/+234 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -20/+32 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -6/+11 |