| Age | Commit message (Expand) | Author | Lines |
| 2023-08-02 | no need to forward all env vars | Ralf Jung | -17/+8 |
| 2023-08-02 | Auto merge of #3004 - RalfJung:borrow-tests, r=RalfJung | bors | -11/+77 |
| 2023-08-02 | Auto merge of #3005 - RalfJung:miriscript, r=RalfJung | bors | -12/+12 |
| 2023-08-02 | add local_addr_of_mut test | Ralf Jung | -0/+12 |
| 2023-08-02 | miri-script: simplify flag computation a bit | Ralf Jung | -12/+12 |
| 2023-08-02 | add write_does_not_invalidate_all_aliases test, and enable direct_mut_to_cons... | Ralf Jung | -11/+65 |
| 2023-08-02 | Auto merge of #3003 - rust-lang:rustup-2023-08-02, r=RalfJung | bors | -6380/+13370 |
| 2023-08-02 | fmt | The Miri Conjob Bot | -8/+12 |
| 2023-08-02 | Merge from rustc | The Miri Conjob Bot | -6379/+13365 |
| 2023-08-02 | fix RedundantLocals clippy caused by async and await | yukang | -3/+22 |
| 2023-08-02 | Fix #107113, avoid suggest for macro attributes | yukang | -2/+63 |
| 2023-08-02 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-02 | Auto merge of #114358 - matthiaskrgr:rollup-d810m9e, r=matthiaskrgr | bors | -69/+168 |
| 2023-08-02 | Rollup merge of #114340 - ttsugriy:rustc-attr, r=lqd | Matthias Krüger | -1/+1 |
| 2023-08-02 | Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errors | Matthias Krüger | -3/+54 |
| 2023-08-02 | Rollup merge of #114314 - compiler-errors:sized-crit, r=lcnr | Matthias Krüger | -25/+27 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -35/+46 |
| 2023-08-02 | Rollup merge of #114199 - compiler-errors:dont-select-unsize-infer, r=lcnr | Matthias Krüger | -1/+23 |
| 2023-08-02 | Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkov | Matthias Krüger | -4/+17 |
| 2023-08-02 | Auto merge of #114170 - lcnr:add-commmentz, r=compiler-errors | bors | -12/+6 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -31/+473 |
| 2023-08-01 | Auto merge of #113339 - lqd:respect-filters, r=tmiasko | bors | -27/+27 |
| 2023-08-01 | Don't select infer -> dyn Trait | Michael Goulet | -1/+23 |
| 2023-08-01 | Fix a comment | Michael Goulet | -13/+6 |
| 2023-08-01 | don't create a predicate for just a comparison | Michael Goulet | -4/+10 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -9/+12 |
| 2023-08-01 | Auto merge of #114273 - nnethercote:move-doc-comment-desugaring, r=petrochenkov | bors | -104/+120 |
| 2023-08-01 | remove remark filtering on the rust side | Rémy Rakic | -23/+16 |
| 2023-08-01 | filter LLVM diagnostics before crossing the rust bridge | Rémy Rakic | -3/+10 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -584/+227 |
| 2023-08-01 | [rustc_attr][nit] Replace `filter` + `is_some` with `map_or`. | Taras Tsugrii | -1/+1 |
| 2023-08-01 | Auto merge of #113854 - klensy:aarch64-msvc-remove-hack, r=Mark-Simulacrum | bors | -9/+0 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -22/+11 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -326/+815 |
| 2023-08-01 | Rollup merge of #114320 - ouz-a:smir_statements, r=oli-obk | Matthias Krüger | -15/+279 |
| 2023-08-01 | Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiser | Matthias Krüger | -4/+3 |
| 2023-08-01 | Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obk | Matthias Krüger | -4/+28 |
| 2023-08-01 | Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naber | Matthias Krüger | -31/+326 |
| 2023-08-01 | Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLii | Matthias Krüger | -21/+7 |
| 2023-08-01 | Rollup merge of #113428 - Zalathar:operand, r=davidtwco | Matthias Krüger | -250/+163 |
| 2023-08-01 | Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnay | Matthias Krüger | -1/+9 |
| 2023-08-01 | clean up, use opaque types | ouz-a | -42/+53 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -134/+241 |
| 2023-08-01 | Fix windows test output. | Yuri Astrakhan | -1/+2 |
| 2023-08-01 | Rename `maybe_suggest_convert_to_slice` fn name to consistent naming | Urgau | -3/+3 |
| 2023-08-01 | Fix invalid slice coercion suggestion reported in turbofish | Urgau | -0/+51 |
| 2023-08-01 | Cover statements for stable_mir | ouz-a | -14/+267 |
| 2023-08-01 | Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgr | bors | -183/+256 |
| 2023-08-01 | Improve diagnostic for wrong borrow on binary operations | Urgau | -31/+326 |
| 2023-08-01 | Always use parking_lot's RwLock, even without parallel compiler | Oli Scherer | -21/+7 |