| Age | Commit message (Expand) | Author | Lines |
| 2023-08-22 | Automatically add OS labels to std PRs | Chris Denton | -0/+92 |
| 2023-08-17 | Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgr | bors | -11/+100 |
| 2023-08-17 | Rollup merge of #114921 - Folyd:Folyd-patch-1, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-08-17 | Rollup merge of #114881 - RalfJung:cstr, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-08-17 | Rollup merge of #114876 - compiler-errors:non-lifetime-binders-sized, r=wesle... | Matthias Krüger | -2/+32 |
| 2023-08-17 | Rollup merge of #114749 - gurry:issue-114722, r=thomcc | Matthias Krüger | -3/+2 |
| 2023-08-17 | Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha | Matthias Krüger | -1/+62 |
| 2023-08-17 | Auto merge of #114875 - Zalathar:line-numbers, r=ozkanonur | bors | -2655/+2672 |
| 2023-08-17 | Remove Folyd from librustdoc static files | Folyd | -1/+0 |
| 2023-08-17 | Auto merge of #114892 - Zoxc:sharded-cfg-cleanup, r=cjgillot | bors | -49/+7 |
| 2023-08-17 | coverage: Anonymize line numbers in `run-coverage` test snapshots | Zalathar | -2655/+2672 |
| 2023-08-16 | Auto merge of #111555 - cjgillot:elaborate-drops, r=tmiasko | bors | -1288/+1420 |
| 2023-08-16 | Auto merge of #108693 - Zoxc:arena-opt-funcs, r=cjgillot | bors | -17/+70 |
| 2023-08-16 | Auto merge of #114905 - matthiaskrgr:rollup-uxhhr7p, r=matthiaskrgr | bors | -372/+486 |
| 2023-08-16 | Do not pre-compute reachable blocks. | Camille GILLOT | -26/+18 |
| 2023-08-16 | Use Terminator::edges for backward analysis too. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Update doc comment. | Camille GILLOT | -1/+1 |
| 2023-08-16 | Make dataflow const-prop handle_switch_int monotonic. | Camille GILLOT | -8/+11 |
| 2023-08-16 | Only evaluate yield place after resume in liveness. | Camille GILLOT | -15/+31 |
| 2023-08-16 | Specify that method only applies statement effects. | Camille GILLOT | -9/+14 |
| 2023-08-16 | Rename YieldResumeEffect. | Camille GILLOT | -6/+6 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -59/+59 |
| 2023-08-16 | Rename MaybeUnreachable. | Camille GILLOT | -49/+55 |
| 2023-08-16 | Use TerminatorEdge for dataflow-const-prop. | Camille GILLOT | -63/+49 |
| 2023-08-16 | Only run MaybeInitializedPlaces once for drop elaboration. | Camille GILLOT | -116/+125 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -306/+300 |
| 2023-08-16 | Introduce MaybeUnreachable. | Camille GILLOT | -3/+136 |
| 2023-08-16 | Move domain_size to GenKillAnalysis. | Camille GILLOT | -14/+43 |
| 2023-08-16 | Move initialization dataflow impls into their own module. | Camille GILLOT | -749/+756 |
| 2023-08-16 | Create bottom on-the-fly instead of cloning it. | Camille GILLOT | -3/+4 |
| 2023-08-16 | Simplify for_each_mut_borrow. | Camille GILLOT | -58/+9 |
| 2023-08-16 | Rollup merge of #114899 - spastorino:add-missing-debug, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-08-16 | Rollup merge of #114878 - tshepang:tshepang-patch-1-1, r=davidtwco | Matthias Krüger | -0/+3 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -336/+342 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -35/+137 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-16 | Auto merge of #114617 - petrochenkov:docspacing, r=Mark-Simulacrum | bors | -13/+25 |
| 2023-08-16 | Add missing Clone/Debug impls to SMIR Trait related tys | Santiago Pastorino | -0/+3 |
| 2023-08-16 | Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkov | bors | -51/+198 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -85/+130 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -300/+261 |
| 2023-08-16 | Remove conditional use of `Sharded` from query caches | John Kåre Alsaker | -49/+7 |
| 2023-08-16 | Auto merge of #114850 - khei4:khei4/trailing_zero_codegen, r=nikic | bors | -0/+22 |
| 2023-08-16 | proc_macro: Update docs for `Spacing` | Vadim Petrochenkov | -13/+25 |
| 2023-08-16 | Auto merge of #114847 - nikic:update-llvm-12, r=cuviper | bors | -0/+66 |
| 2023-08-16 | Auto merge of #114879 - matthiaskrgr:rollup-tim571q, r=matthiaskrgr | bors | -15/+119 |
| 2023-08-16 | clarify CStr lack of layout guarnatees | Ralf Jung | -4/+4 |
| 2023-08-16 | Rollup merge of #114871 - schvv31n:fix-link-in-docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114867 - ttsugriy:ttsugriy-patch-1, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiser | Matthias Krüger | -3/+3 |