| Age | Commit message (Expand) | Author | Lines |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -6/+658 |
| 2023-09-11 | Rollup merge of #115739 - Alexendoo:lint-pass-check-attribute, r=oli-obk | Matthias Krüger | -20/+33 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -79/+404 |
| 2023-09-11 | Rollup merge of #115702 - jonas-schievink:update-mailmap, r=oli-obk | Matthias Krüger | -0/+4 |
| 2023-09-11 | Rollup merge of #115440 - RalfJung:bootstrap-fmt, r=Mark-Simulacrum | Matthias Krüger | -4/+0 |
| 2023-09-11 | Rollup merge of #115335 - reez12g:issue-114912, r=davidtwco | Matthias Krüger | -7/+4 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -28/+35 |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -1/+274 |
| 2023-09-11 | Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwco | bors | -12/+3 |
| 2023-09-11 | Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obk | bors | -181/+320 |
| 2023-09-11 | Auto merge of #115661 - nnethercote:disentangle-Debug-Display, r=compiler-errors | bors | -77/+502 |
| 2023-09-11 | Auto merge of #115530 - onur-ozkan:update-config-info-comment, r=Mark-Simulacrum | bors | -3/+5 |
| 2023-09-11 | Auto merge of #115504 - bvanjoi:error-struct, r=cjgillot | bors | -8/+21 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -77/+502 |
| 2023-09-11 | make compiler/rustc_hir_typeck/src/generator_interior/mod.rs fmted | reez12g | -6/+3 |
| 2023-09-11 | Auto merge of #115388 - Zoxc:sharded-lock, r=SparrowLii | bors | -210/+252 |
| 2023-09-10 | Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-10 | Auto merge of #115682 - notriddle:notriddle/impl-sidebar, r=GuillaumeGomez | bors | -48/+71 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -6/+658 |
| 2023-09-10 | update `build.extended` comments in `config.example.toml` | onur-ozkan | -3/+5 |
| 2023-09-10 | Auto merge of #112701 - bjorn3:test_cg_clif_in_ci2, r=Mark-Simulacrum | bors | -0/+130 |
| 2023-09-10 | Call `LateLintPass::check_attribute` from `with_lint_attrs` | Alex Macleod | -20/+33 |
| 2023-09-10 | Auto merge of #115306 - tmiasko:encode-reachable-mir, r=cjgillot | bors | -13/+36 |
| 2023-09-10 | rustdoc: filter before storing in vec | Michael Howell | -4/+10 |
| 2023-09-10 | Allow testing cg_clif using ./x.py test | bjorn3 | -0/+130 |
| 2023-09-10 | Auto merge of #115731 - GuillaumeGomez:migrate-gui-test-color-40, r=notriddle | bors | -6/+6 |
| 2023-09-10 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -6/+6 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -13/+36 |
| 2023-09-10 | Auto merge of #115711 - Zoxc:freeze-cstore, r=oli-obk | bors | -38/+63 |
| 2023-09-10 | Auto merge of #115725 - PhilVoel:patch-1, r=notriddle | bors | -1/+1 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -72/+390 |
| 2023-09-10 | Auto merge of #115713 - chenyukang:yukang-fix-115680-rustdoc-arg-check, r=com... | bors | -5/+13 |
| 2023-09-10 | Auto merge of #115668 - Zoxc:deadlock-msg, r=jackh726 | bors | -1/+3 |
| 2023-09-10 | Abort if check nightly options failed on stable | yukang | -5/+13 |
| 2023-09-10 | Auto merge of #115712 - RalfJung:wf, r=compiler-errors | bors | -185/+222 |
| 2023-09-09 | rustdoc: factor all-impls-for-item out into its own method | Michael Howell | -78/+55 |
| 2023-09-10 | Fixed typo in re-exports.md | PhilVoel | -1/+1 |
| 2023-09-09 | Auto merge of #115703 - ouz-a:smir_span, r=oli-obk | bors | -0/+11 |
| 2023-09-09 | Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay | bors | -11/+134 |
| 2023-09-09 | Auto merge of #115698 - gurry:115143-ice-normalization-error, r=compiler-errors | bors | -11/+27 |
| 2023-09-09 | Auto merge of #115700 - GuillaumeGomez:migrate-gui-test-color-39, r=notriddle | bors | -9/+9 |
| 2023-09-09 | better spans for WF errors | Ralf Jung | -19/+28 |
| 2023-09-09 | use hir_crate_items(()).definitions() instead of hir().items() | Ralf Jung | -141/+118 |
| 2023-09-09 | rustc_layout, rustc_abi: make sure the types are well-formed | Ralf Jung | -36/+87 |
| 2023-09-09 | Auto merge of #115707 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -38/+63 |
| 2023-09-09 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-09 | add function that returns span of an item | ouz-a | -0/+11 |
| 2023-09-09 | Auto merge of #115594 - nnethercote:span-tweaks, r=cjgillot | bors | -121/+146 |
| 2023-09-09 | std::process (unsupported): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -0/+20 |