| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | Rollup merge of #114008 - Zalathar:covfun-section-name, r=cjgillot | Matthias Krüger | -8/+31 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -1159/+975 |
| 2023-07-25 | add some sanity checks in write_immediate_no_validate | Ralf Jung | -4/+37 |
| 2023-07-25 | interpret: read_discriminant: only return VariantIdx | Ralf Jung | -35/+49 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -1077/+694 |
| 2023-07-25 | Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov | bors | -9/+43 |
| 2023-07-25 | extract common code | Deadbeef | -11/+10 |
| 2023-07-25 | Auto merge of #113980 - bvanjoi:fix-113953, r=petrochenkov | bors | -5/+8 |
| 2023-07-25 | Auto merge of #113411 - unikraft:unikraft, r=wesleywiser | bors | -0/+37 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -7/+94 |
| 2023-07-24 | Auto merge of #113921 - davidtwco:lint-ctypes-issue-113900, r=petrochenkov | bors | -12/+9 |
| 2023-07-25 | resolve: ensure compile failed when has dummy or ambiguous | bohan | -8/+8 |
| 2023-07-25 | fix(resolve): skip panic when resolution is dummy | bohan | -1/+4 |
| 2023-07-24 | Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgr | bors | -58/+224 |
| 2023-07-24 | compiler: Add `x86_64-unikraft-linux-musl` target | Martin Kröning | -0/+37 |
| 2023-07-24 | validate `doc(masked)` | Lukas Markeffsky | -0/+79 |
| 2023-07-24 | Rollup merge of #114021 - GuillaumeGomez:session-time-docs, r=lcnr | Matthias Krüger | -0/+1 |
| 2023-07-24 | Rollup merge of #113994 - nyurik:parser-fmt-ref, r=davidtwco | Matthias Krüger | -8/+8 |
| 2023-07-24 | Rollup merge of #113993 - nyurik:ref_format_errors, r=WaffleLapkin | Matthias Krüger | -9/+9 |
| 2023-07-24 | Rollup merge of #113992 - chrisnc:arm-none-fixups, r=oli-obk | Matthias Krüger | -14/+12 |
| 2023-07-24 | Rollup merge of #113987 - compiler-errors:comments, r=lcnr | Matthias Krüger | -16/+64 |
| 2023-07-24 | Rollup merge of #113985 - compiler-errors:issue-113951, r=estebank | Matthias Krüger | -7/+3 |
| 2023-07-24 | Rollup merge of #113969 - ericmarkmartin:smir-ty-dynamic, r=spastorino | Matthias Krüger | -4/+127 |
| 2023-07-24 | lcnr's suggestions | Michael Goulet | -4/+5 |
| 2023-07-24 | Auto merge of #113956 - fmease:rustdoc-fix-x-crate-rpitits, r=GuillaumeGomez,... | bors | -5/+8 |
| 2023-07-24 | Add missing documentation for `Session::time` | Guillaume Gomez | -0/+1 |
| 2023-07-24 | interpret: support projecting into Place::Local without force_allocation | Ralf Jung | -254/+406 |
| 2023-07-24 | Auto merge of #114004 - hermitcore:riscv64gc-unknown-hermit, r=davidtwco | bors | -27/+42 |
| 2023-07-24 | coverage: Obtain the `__llvm_covfun` section name outside a per-function loop | Zalathar | -8/+31 |
| 2023-07-24 | Auto merge of #113877 - JhonnyBillM:reuse-codegen-ssa-monomorphization-errors... | bors | -322/+58 |
| 2023-07-24 | compiler: Add `riscv64gc-unknown-hermit` target | Simon Schöning | -0/+21 |
| 2023-07-24 | compiler: Hermit targets: Use functional update syntax | Martin Kröning | -15/+15 |
| 2023-07-24 | compiler: Hermit targets: Sort base fields by declaration | Martin Kröning | -6/+6 |
| 2023-07-24 | compiler: Hermit targets: Remove pre-link args. | Martin Kröning | -6/+0 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -8/+8 |
| 2023-07-24 | Dynamic for smir | Eric Mark Martin | -1/+120 |
| 2023-07-24 | Optimize format usage | Yuri Astrakhan | -9/+9 |
| 2023-07-24 | generic smir stable impl for Binder | Eric Mark Martin | -3/+7 |
| 2023-07-23 | Fix comments about GCC/Clang's enum width for arm-none targets. | Chris Copeland | -8/+8 |
| 2023-07-23 | Remove redundant `c_enum_min_bits` option from the thumbv4t-none-eabi target. | Chris Copeland | -2/+0 |
| 2023-07-23 | Remove "-unknown" from `llvm_target` for arm*v7r-none-eabi* targets. | Chris Copeland | -4/+4 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -20/+12 |
| 2023-07-23 | fix some clippy::style findings | Matthias Krüger | -12/+15 |
| 2023-07-23 | Comment stuff in the new solver | Michael Goulet | -16/+63 |
| 2023-07-23 | Use erased self type when autoderefing for trait error suggestion | Michael Goulet | -7/+3 |
| 2023-07-23 | Auto merge of #113975 - matthiaskrgr:clippy_07_2023, r=fee1-dead | bors | -30/+19 |
| 2023-07-23 | Auto merge of #113973 - matthiaskrgr:charstr, r=cjgillot | bors | -6/+6 |
| 2023-07-23 | fix clippy::useless_format | Matthias Krüger | -16/+12 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -14/+7 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -6/+6 |