| Age | Commit message (Expand) | Author | Lines |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-07 | Improve calculation of scraped example minimized height | Will Crichton | -5/+15 |
| 2022-12-07 | Revert crate_types change, add new bin_crate field | Will Crichton | -18/+22 |
| 2022-12-07 | Fix rustdoc error with no providec crate-type, fix scrape examples button col... | Will Crichton | -3/+9 |
| 2022-12-07 | Fix es-check | Will Crichton | -1/+1 |
| 2022-12-07 | Update scrape-examples help, fix documentation typos | Will Crichton | -9/+11 |
| 2022-12-07 | Factor scrape-examples toggle test into a new file | Will Crichton | -38/+14 |
| 2022-12-07 | Include additional documentation for scrape-examples changes | Will Crichton | -2/+8 |
| 2022-12-07 | Only put title over example on large screens | Will Crichton | -10/+13 |
| 2022-12-07 | Add explanations to scrape-examples integration test | Will Crichton | -0/+6 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -33/+106 |
| 2022-12-07 | Don't silently ignore errors that happen during rendering | Guillaume Gomez | -2/+2 |
| 2022-12-07 | Rollup merge of #105403 - notriddle:notriddle/item-stab-css, r=GuillaumeGomez | Matthias Krüger | -4/+2 |
| 2022-12-07 | Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk | Matthias Krüger | -0/+12 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -0/+54 |
| 2022-12-07 | Make -Zsimulate-remapped-rust-src-base reproducible on CI | Oli Scherer | -9/+11 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -30/+15 |
| 2022-12-07 | Avoid remapping paths back to `$SRC_DIR` in CI | Oli Scherer | -6/+6 |
| 2022-12-07 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-12-07 | Auto merge of #105395 - sunfishcode:sunfishcode/update-wasi, r=pietroalbini | bors | -4/+4 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -0/+6 |
| 2022-12-06 | rustdoc: simplify CSS selectors for item table `.stab` | Michael Howell | -4/+2 |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -0/+12 |
| 2022-12-06 | Rollup merge of #105390 - nicholasbishop:bishop-example-ignore, r=ehuss | Matthias Krüger | -1/+1 |
| 2022-12-06 | Rollup merge of #105388 - notriddle:notriddle/item-stab-font-size, r=Guillaum... | Matthias Krüger | -1/+0 |
| 2022-12-06 | Rollup merge of #105358 - TaKO8Ki:fix-104260, r=estebank | Matthias Krüger | -0/+14 |
| 2022-12-06 | Update the wasi toolchain. | Dan Gohman | -4/+4 |
| 2022-12-06 | unstable-book: Add `ignore` to `abi_efiapi` example code | Nicholas Bishop | -1/+1 |
| 2022-12-06 | Filter out precise alloc ids from diagnostics | Oli Scherer | -2/+3 |
| 2022-12-06 | Emit full spans in miri | Oli Scherer | -3/+2 |
| 2022-12-06 | Bless 32 bit tests | Oli Scherer | -82/+120 |
| 2022-12-06 | Bless after rebase | Oli Scherer | -4/+4 |
| 2022-12-06 | Properly indent messages | Oli Scherer | -7/+13 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -641/+1857 |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -420/+423 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -908/+908 |
| 2022-12-06 | Start emitting labels even if their pointed to file is not available locally | Oli Scherer | -0/+51 |
| 2022-12-06 | Enable profiler in dist-powerpc64le-linux | Petr Ogarok | -1/+1 |
| 2022-12-06 | rustdoc: remove redundant CSS `.import-item .stab { font-size }` | Michael Howell | -1/+0 |
| 2022-12-06 | Auto merge of #105378 - matthiaskrgr:rollup-fjeorw5, r=matthiaskrgr | bors | -28/+129 |
| 2022-12-06 | Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg... | Matthias Krüger | -2/+4 |
| 2022-12-06 | Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil... | Matthias Krüger | -9/+12 |
| 2022-12-06 | Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillot | Matthias Krüger | -0/+11 |
| 2022-12-06 | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obk | Matthias Krüger | -16/+23 |
| 2022-12-06 | Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholk | Matthias Krüger | -1/+30 |
| 2022-12-06 | Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiser | Matthias Krüger | -0/+49 |
| 2022-12-06 | Auto merge of #105229 - saethlin:zst-writes-to-unions, r=oli-obk | bors | -34/+43 |
| 2022-12-06 | Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errors | Matthias Krüger | -0/+130 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2022-12-06 | Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726 | Matthias Krüger | -0/+37 |