| Age | Commit message (Expand) | Author | Lines |
| 2023-05-11 | Ignore test on MSVC for now | bjorn3 | -0/+3 |
| 2023-05-11 | Fix no-alloc-shim test on MSVC | bjorn3 | -2/+2 |
| 2023-05-11 | Fix test | bjorn3 | -2/+0 |
| 2023-05-11 | Fix review comments | bjorn3 | -7/+6 |
| 2023-05-11 | Improve miri comments | bjorn3 | -1/+14 |
| 2023-05-11 | Fix fs miri test on AArch64 | bjorn3 | -1/+1 |
| 2023-05-11 | Fix allocator shim handling in miri | bjorn3 | -31/+32 |
| 2023-05-11 | Add test | bjorn3 | -0/+65 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -7/+52 |
| 2023-05-11 | Use global_fn_name instead of format! | bjorn3 | -6/+9 |
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -18/+17 |
| 2023-05-11 | Don't use an allocator shim for `#[global_allocator]` | bjorn3 | -160/+177 |
| 2023-05-11 | Inline AllocFnFactory kind field | bjorn3 | -4/+2 |
| 2023-05-11 | Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkov | bors | -14/+32 |
| 2023-05-11 | Auto merge of #111452 - matthiaskrgr:rollup-uic8dgy, r=matthiaskrgr | bors | -49/+443 |
| 2023-05-11 | Rollup merge of #111448 - compiler-errors:rustdoc-alias-impl, r=notriddle | Matthias Krüger | -8/+18 |
| 2023-05-11 | Rollup merge of #111432 - cjgillot:issue-111426, r=oli-obk | Matthias Krüger | -7/+44 |
| 2023-05-11 | Rollup merge of #111389 - esp-rs:esp-idf-platform-support, r=jyn514 | Matthias Krüger | -1/+43 |
| 2023-05-11 | Rollup merge of #111385 - durin42:vec-panik-17, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-05-11 | Rollup merge of #111382 - Zalathar:ffi, r=cuviper | Matthias Krüger | -17/+118 |
| 2023-05-11 | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkov | Matthias Krüger | -1/+64 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -13/+154 |
| 2023-05-10 | Use proper impl self type for alias impl in rustdoc | Michael Goulet | -8/+18 |
| 2023-05-10 | Auto merge of #110820 - cjgillot:faster-dcp, r=oli-obk | bors | -141/+183 |
| 2023-05-10 | Use visit_assign to detect SSA locals. | Camille GILLOT | -7/+44 |
| 2023-05-10 | vec-shrink-panik: update expectations to work on LLVM 17 | Augie Fackler | -2/+2 |
| 2023-05-10 | Auto merge of #111401 - ChrisDenton:no-windows-allowed, r=workingjubilee | bors | -59/+40 |
| 2023-05-10 | Auto merge of #111414 - matthiaskrgr:rollup-q0qoc47, r=matthiaskrgr | bors | -220/+616 |
| 2023-05-10 | Rollup merge of #111410 - kylematsuda:earlybinder-abstract-const, r=BoxyUwU | Matthias Krüger | -16/+10 |
| 2023-05-10 | Rollup merge of #111408 - TomMD:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-05-10 | Rollup merge of #111381 - oli-obk:closure_attr, r=petrochenkov | Matthias Krüger | -1/+5 |
| 2023-05-10 | Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ... | Matthias Krüger | -46/+162 |
| 2023-05-10 | Rollup merge of #110747 - oli-obk:smirty, r=spastorino | Matthias Krüger | -63/+207 |
| 2023-05-10 | Rollup merge of #110673 - compiler-errors:alias-bounds-2, r=lcnr | Matthias Krüger | -93/+231 |
| 2023-05-10 | Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelix | bors | -15/+144 |
| 2023-05-10 | Auto merge of #111409 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -16/+10 |
| 2023-05-09 | Update cargo | Weihang Lo | -0/+0 |
| 2023-05-09 | Auto merge of #106285 - cjgillot:refprop-ssa, r=JakobDegen | bors | -115/+3141 |
| 2023-05-09 | Fix incorrect implication of transmuting slices | Thomas M. DuBuisson | -1/+1 |
| 2023-05-09 | Consolidate the 'match assumption' type methods in GoalKind | Michael Goulet | -140/+47 |
| 2023-05-09 | Make alias bounds sound in the new solver | Michael Goulet | -2/+233 |
| 2023-05-09 | Add needs-unwind. | Camille GILLOT | -38/+39 |
| 2023-05-09 | Auto merge of #111402 - matthiaskrgr:rollup-28cqfz5, r=matthiaskrgr | bors | -686/+983 |
| 2023-05-09 | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubilee | Matthias Krüger | -10/+48 |
| 2023-05-09 | Rollup merge of #111242 - wangkirin:support_rpath_independent_config, r=alber... | Matthias Krüger | -1/+13 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -614/+846 |
| 2023-05-09 | Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkov | Matthias Krüger | -18/+1 |
| 2023-05-09 | Rollup merge of #110770 - m-ou-se:fmt-temp-lifetime, r=oli-obk | Matthias Krüger | -1/+40 |
| 2023-05-09 | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se | Matthias Krüger | -42/+35 |