| Age | Commit message (Expand) | Author | Lines |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -28/+38 |
| 2022-11-13 | Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -1/+3 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -28/+38 |
| 2022-11-13 | Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitor | bors | -2/+2 |
| 2022-11-13 | move span to `self` instead of `crate` | SparkyPotato | -1/+3 |
| 2022-11-13 | Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-11-13 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -90/+16 |
| 2022-11-13 | fix up a fluent message | León Orell Valerian Liehr | -2/+2 |
| 2022-11-12 | Auto merge of #103311 - petrochenkov:pblfix, r=bjorn3 | bors | -386/+345 |
| 2022-11-12 | linker: Link `profiler_builtins` even if it's marked as `NotLinked` | Vadim Petrochenkov | -3/+4 |
| 2022-11-12 | linker: Support mixing crates built with different values of `-Zpacked_bundle... | Vadim Petrochenkov | -9/+7 |
| 2022-11-12 | linker: Move some inner functions to the outside | Vadim Petrochenkov | -133/+127 |
| 2022-11-12 | linker: Simplify linking of `compiler_builtins` and `profiler_builtins` | Vadim Petrochenkov | -74/+46 |
| 2022-11-12 | linker: Factor out native library linking to a separate function | Vadim Petrochenkov | -213/+207 |
| 2022-11-12 | Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomez | bors | -19/+82 |
| 2022-11-12 | Rollup merge of #104261 - compiler-errors:formal-and-expected-differ, r=estebank | Guillaume Gomez | -11/+22 |
| 2022-11-12 | Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-dead | Guillaume Gomez | -2/+45 |
| 2022-11-12 | Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726 | Guillaume Gomez | -3/+3 |
| 2022-11-12 | Rollup merge of #104110 - krasimirgg:msan-16, r=nagisa | Guillaume Gomez | -3/+12 |
| 2022-11-12 | Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkov | bors | -7/+62 |
| 2022-11-12 | Use `derive_const` and rm manual StructuralEq impl | Deadbeef | -0/+8 |
| 2022-11-12 | Auto merge of #102701 - flba-eb:add_qnx_nostd_support, r=cjgillot | bors | -0/+72 |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -370/+446 |
| 2022-11-12 | Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errors | Dylan DPC | -105/+142 |
| 2022-11-12 | Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr | Dylan DPC | -188/+128 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -49/+107 |
| 2022-11-12 | Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obk | Dylan DPC | -28/+69 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -251/+135 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -117/+430 |
| 2022-11-11 | Skip stable hashing without incremental. | Camille GILLOT | -1/+3 |
| 2022-11-11 | Auto merge of #104289 - Dylan-DPC:rollup-v7wei2t, r=Dylan-DPC | bors | -38/+90 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -60/+261 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -12/+12 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -20/+52 |
| 2022-11-11 | Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-11-11 | Rollup merge of #100386 - compiler-errors:sized-coinductive-redux, r=lcnr | Manish Goregaokar | -1/+5 |
| 2022-11-11 | Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnr | Manish Goregaokar | -22/+98 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -7/+62 |
| 2022-11-11 | Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8Ki | Dylan DPC | -10/+31 |
| 2022-11-11 | Rollup merge of #104216 - Nilstrieb:dont-ice-invalid-operator-traits, r=estebank | Dylan DPC | -1/+19 |
| 2022-11-11 | Rollup merge of #104202 - camsteffen:103748, r=estebank | Dylan DPC | -1/+2 |
| 2022-11-11 | Rollup merge of #103924 - PeteDevoy:patch-1, r=estebank | Dylan DPC | -1/+1 |
| 2022-11-11 | Rollup merge of #103445 - fmease:fix-50291, r=estebank | Dylan DPC | -6/+12 |
| 2022-11-11 | Rollup merge of #100633 - estebank:must_use_async_fn_return, r=tmandry | Dylan DPC | -19/+25 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -38/+100 |
| 2022-11-11 | Don't add message that will never be shown to users | Oli Scherer | -2/+2 |
| 2022-11-11 | Remove some redundant arguments | Oli Scherer | -9/+5 |
| 2022-11-11 | Auto merge of #102872 - mikebenfield:better-get-discr, r=nagisa | bors | -49/+145 |
| 2022-11-11 | Use the interned stable hash as plain hash. | Camille GILLOT | -4/+6 |