| Age | Commit message (Expand) | Author | Lines |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -0/+22 |
| 2023-05-01 | Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errors | Matthias Krüger | -0/+26 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -0/+22 |
| 2023-05-01 | Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-05-01 | Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-01 | Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -710/+459 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -0/+26 |
| 2023-04-30 | Close parentheses for `offset_of` in AST pretty printing | Nilstrieb | -0/+4 |
| 2023-04-30 | Test precise capture with a multi-variant enum and exhaustive patterns | Tomasz Miąsko | -0/+21 |
| 2023-04-30 | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko | Matthias Krüger | -75/+79 |
| 2023-04-30 | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez | Matthias Krüger | -0/+71 |
| 2023-04-30 | Remove wrong assertion. | Camille GILLOT | -0/+10 |
| 2023-04-30 | Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -0/+71 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -5/+39 |
| 2023-04-30 | Rollup merge of #110981 - jyn514:rustdoc-tests, r=notriddle | Matthias Krüger | -29/+40 |
| 2023-04-30 | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi... | Matthias Krüger | -25/+50 |
| 2023-04-30 | Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu... | Matthias Krüger | -0/+6 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -0/+13 |
| 2023-04-29 | Extend foreign inlined item with `#[repr()]` test | Guillaume Gomez | -5/+39 |
| 2023-04-29 | move lint tests into subdirectories | jyn | -0/+0 |
| 2023-04-29 | Move some rustdoc-ui tests to subdirectories | jyn | -29/+40 |
| 2023-04-29 | Rollup merge of #110964 - notriddle:notriddle/deref-impl, r=GuillaumeGomez | Matthias Krüger | -0/+43 |
| 2023-04-29 | Rollup merge of #110644 - pietroalbini:pa-json-formatting-tests, r=Mark-Simul... | Matthias Krüger | -3/+23 |
| 2023-04-29 | Rollup merge of #105848 - lukas-code:backticks, r=GuillaumeGomez,jyn514,notri... | Matthias Krüger | -0/+1301 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -0/+1301 |
| 2023-04-29 | Do not force anonymous lifetimes in consts to be static. | Camille GILLOT | -0/+20 |
| 2023-04-29 | Auto merge of #108106 - the8472:layout-opt, r=wesleywiser | bors | -88/+140 |
| 2023-04-29 | Rollup merge of #110965 - compiler-errors:anon-lt-dupe-oops, r=cjgillot | Dylan DPC | -3/+163 |
| 2023-04-29 | Rollup merge of #110962 - cjgillot:no-hash-drops, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-04-29 | Rollup merge of #110614 - compiler-errors:new-solver-overflow-response, r=lcnr | Dylan DPC | -0/+43 |
| 2023-04-29 | Auto merge of #110643 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -4/+3 |
| 2023-04-28 | improve error notes for packed struct reference diagnostic | bindsdev | -25/+50 |
| 2023-04-28 | Auto merge of #110967 - matthiaskrgr:rollup-vfbl7gm, r=matthiaskrgr | bors | -71/+184 |
| 2023-04-28 | layout-alignment-promotion logic should depend on the niche-bias | The 8472 | -0/+19 |
| 2023-04-28 | fix codegen test | The 8472 | -3/+6 |
| 2023-04-28 | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errors | Matthias Krüger | -8/+24 |
| 2023-04-28 | Rollup merge of #110957 - WaffleLapkin:reach_generator_conflict_error, r=cjgi... | Matthias Krüger | -0/+30 |
| 2023-04-28 | Rollup merge of #110948 - TimNN:patch-1, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-04-28 | Rollup merge of #110877 - compiler-errors:binop-err, r=cjgillot | Matthias Krüger | -62/+129 |
| 2023-04-28 | Auto merge of #110901 - GuillaumeGomez:inlined-repr-rustdoc, r=notriddle | bors | -0/+17 |
| 2023-04-28 | Don't duplicate anonymous lifetimes for async fn in traits | Michael Goulet | -3/+163 |
| 2023-04-28 | rustdoc: fix weird margins between Deref impl items | Michael Howell | -0/+43 |
| 2023-04-28 | Make drop_flags an IndexVec. | Camille GILLOT | -1/+1 |
| 2023-04-28 | rustdoc: move deref tests into a directory | Michael Howell | -0/+0 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -7/+7 |
| 2023-04-28 | Fix an ICE in conflict errors diagnostics | Maybe Waffle | -314/+17 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -1/+17 |