| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | minor: Add messages to some asserts for better debugging | Lukas Wirth | -2/+2 |
| 2023-12-14 | Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki | bors | -8/+66 |
| 2023-12-14 | Update to LLVM 17.0.6 | Nikita Popov | -1/+1 |
| 2023-12-14 | interpret: extend comment on the inhabitedness check in downcast | Ralf Jung | -0/+18 |
| 2023-12-14 | Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkin | bors | -48/+99 |
| 2023-12-14 | Auto merge of #3225 - RalfJung:coroutine, r=RalfJung | bors | -0/+31 |
| 2023-12-14 | add test for uninhabited saved locals in a coroutine | Ralf Jung | -0/+31 |
| 2023-12-14 | Auto merge of #3224 - rust-lang:rustup-2023-12-14, r=saethlin | bors | -8346/+14722 |
| 2023-12-14 | Merge from rustc | The Miri Conjob Bot | -8345/+14721 |
| 2023-12-14 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-14 | Remove one use of `span_bug_no_panic`. | Nicholas Nethercote | -2/+1 |
| 2023-12-14 | Avoid `struct_diagnostic` where possible. | Nicholas Nethercote | -19/+26 |
| 2023-12-14 | Inline and remove `HandlerInner::emit_diag_at_span`. | Nicholas Nethercote | -5/+1 |
| 2023-12-14 | Remove unused `Handler::treat_err_as_bug`. | Nicholas Nethercote | -5/+0 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -125/+199 |
| 2023-12-14 | rustdoc: avoid ParamEnv with infer vars | Ali MJ Al-Nasrawy | -3/+2 |
| 2023-12-14 | remove canonicalize_query_preserving_universes | Ali MJ Al-Nasrawy | -47/+0 |
| 2023-12-14 | make infcx optional in canonicalizer | Ali MJ Al-Nasrawy | -47/+45 |
| 2023-12-14 | Address comment | Kai Luo | -2/+5 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -65/+86 |
| 2023-12-13 | fix: Overlapping spans in delimited meta-vars | EliseZeroTwo | -0/+70 |
| 2023-12-13 | Add spread arg and missing CoroutineKind | Celina G. Val | -11/+84 |
| 2023-12-13 | Erase late bound regions from instance `fn_sig()` | Celina G. Val | -7/+19 |
| 2023-12-14 | Auto merge of #118389 - estebank:type-verbosity, r=b-naber | bors | -119/+124 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -119/+124 |
| 2023-12-13 | Auto merge of #118402 - notriddle:notriddle/ranking-and-filtering, r=Guillaum... | bors | -113/+334 |
| 2023-12-13 | Auto merge of #15887 - jinohkang-theori:fix/ide-assists/convert_tuple_struct_... | bors | -1/+1 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -8/+66 |
| 2023-12-13 | Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkov | bors | -326/+468 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -48/+99 |
| 2023-12-13 | Rustup to rustc 1.76.0-nightly (3340d49d2 2023-12-12) | bjorn3 | -1/+1 |
| 2023-12-13 | Auto merge of #11953 - Jarcho:issue_11952, r=Alexendoo | bors | -103/+150 |
| 2023-12-13 | Sync from rust 3340d49d22b1aba425779767278c40781826c2f5 | bjorn3 | -14/+3 |
| 2023-12-13 | Auto merge of #16115 - HKalbasi:rustc-tests-fixup, r=lnicola | bors | -5/+29 |
| 2023-12-13 | Auto merge of #11956 - intgr:doc_markdown-include-function-parenthesis, r=Ale... | bors | -5/+43 |
| 2023-12-13 | Update builtin attrs from rustc | hkalbasi | -5/+29 |
| 2023-12-13 | Auto merge of #118919 - matthiaskrgr:rollup-02udckl, r=matthiaskrgr | bors | -49/+121 |
| 2023-12-13 | rustdoc-search: clean up handleSingleArg type handling | Michael Howell | -9/+3 |
| 2023-12-13 | rustdoc-search: better hashing, faster unification | Michael Howell | -10/+46 |
| 2023-12-13 | rustdoc-search: use set ops for ranking and filtering | Michael Howell | -56/+304 |
| 2023-12-13 | rustdoc-search: remove the now-redundant `validateResult` | Michael Howell | -57/+0 |
| 2023-12-13 | Rollup merge of #118906 - Kobzol:bootstrap-is-windows, r=petrochenkov | Matthias Krüger | -20/+20 |
| 2023-12-13 | Rollup merge of #118883 - HosseinAssaran:patch-1, r=fmease | Matthias Krüger | -1/+1 |
| 2023-12-13 | Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e... | Matthias Krüger | -4/+58 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -24/+42 |
| 2023-12-13 | Remove dangling check-cfg ui tests files | Urgau | -249/+0 |
| 2023-12-13 | Add more suggestion to unexpected cfg names and values | Urgau | -77/+468 |
| 2023-12-13 | Auto merge of #118894 - dtolnay:bootstrapwrite, r=onur-ozkan | bors | -1/+0 |
| 2023-12-13 | don't resolve regions in query input | Ali MJ Al-Nasrawy | -15/+15 |
| 2023-12-13 | fix small perf regressions | Ali MJ Al-Nasrawy | -1/+11 |