| Age | Commit message (Expand) | Author | Lines |
| 2022-08-09 | Explicitly disable zstd support | Nikita Popov | -0/+3 |
| 2022-08-09 | Fix coverage-llvmir test on Windows | Nikita Popov | -1/+1 |
| 2022-08-09 | Link libatomic on 32-bit targets | Nikita Popov | -0/+7 |
| 2022-08-09 | Pass +atomics-32 feature for thumbv6m target | Nikita Popov | -1/+5 |
| 2022-08-09 | Allow old toolchain on some images | Nikita Popov | -12/+25 |
| 2022-08-09 | Update LLVM submodule | Nikita Popov | -1/+1 |
| 2022-08-08 | Auto merge of #100207 - notriddle:notriddle/skipped-inline-module, r=Manishearth | bors | -21/+70 |
| 2022-08-07 | Auto merge of #100245 - matthiaskrgr:rollup-tfoo650, r=matthiaskrgr | bors | -243/+555 |
| 2022-08-07 | Rollup merge of #100244 - Lokathor:add-armv4t-none-eabi-take2, r=jackh726 | Matthias Krüger | -0/+125 |
| 2022-08-07 | Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errors | Matthias Krüger | -2/+35 |
| 2022-08-07 | Rollup merge of #100206 - RalfJung:miri-terminfo, r=thomcc | Matthias Krüger | -0/+20 |
| 2022-08-07 | Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-Simulacrum | Matthias Krüger | -212/+154 |
| 2022-08-07 | Rollup merge of #100038 - nicholasbishop:bishop-add-no-std, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2022-08-07 | Rollup merge of #100019 - TaKO8Ki:suggest-boxed-trait-objects-instead-of-impl... | Matthias Krüger | -29/+217 |
| 2022-08-07 | Auto merge of #100218 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-08-07 | Update SUMMARY.md | Lokathor | -0/+1 |
| 2022-08-07 | Create armv4t_none_eabi.md | Lokathor | -0/+70 |
| 2022-08-07 | Create armv4t_none_eabi.rs | Lokathor | -0/+54 |
| 2022-08-07 | Auto merge of #99833 - andrewpollack:fuchsia-rust-ci-zircon-lib-improvement, ... | bors | -53/+65 |
| 2022-08-07 | test: skip terminfo parsing in Miri | Ralf Jung | -0/+20 |
| 2022-08-07 | Shifting CI to pull Zircon libraries directly from Fuchsia SDK | Andrew Pollack | -53/+65 |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -110/+309 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -2/+35 |
| 2022-08-07 | fix wrong suggestions for boxed trait objects instead of impl trait | Takayuki Maeda | -31/+122 |
| 2022-08-07 | revive suggestions for boxed trait objects instead of impl Trait | Takayuki Maeda | -2/+99 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+75 |
| 2022-08-07 | Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrum | bors | -14/+5 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -212/+154 |
| 2022-08-06 | Update compiler_builtins to 0.1.78 | Nicholas Bishop | -2/+2 |
| 2022-08-06 | Auto merge of #100213 - matthiaskrgr:rollup-mqe7t1n, r=matthiaskrgr | bors | -219/+266 |
| 2022-08-07 | Rollup merge of #100175 - fxn:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-08-07 | Rollup merge of #100169 - WaffleLapkin:optimize_is_aligned_to, r=workingjubilee | Matthias Krüger | -8/+2 |
| 2022-08-07 | Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnr | Matthias Krüger | -38/+159 |
| 2022-08-07 | Rollup merge of #100127 - ChrisDenton:remove-init, r=thomcc | Matthias Krüger | -160/+94 |
| 2022-08-07 | Rollup merge of #100071 - klensy:annotate-snippets-bump, r=Mark-Simulacrum | Matthias Krüger | -12/+10 |
| 2022-08-06 | Auto merge of #100117 - nicholasbishop:bishop-update-cc, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-08-06 | Document the `no-std` target option in config.toml.example | Nicholas Bishop | -0/+4 |
| 2022-08-06 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -21/+70 |
| 2022-08-06 | Auto merge of #99524 - cuviper:relnotes-1.63.0, r=Mark-Simulacrum | bors | -0/+204 |
| 2022-08-06 | Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgr | bors | -53/+182 |
| 2022-08-06 | Rollup merge of #100193 - GuillaumeGomez:rm-clean-impls, r=notriddle | Matthias Krüger | -48/+42 |
| 2022-08-06 | Rollup merge of #100167 - chenyukang:require-suggestion, r=estebank | Matthias Krüger | -3/+35 |
| 2022-08-06 | Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiasko | Matthias Krüger | -1/+16 |
| 2022-08-06 | Rollup merge of #100094 - lyming2007:issue-98982, r=estebank | Matthias Krüger | -1/+89 |
| 2022-08-06 | Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwco | bors | -18/+60 |
| 2022-08-06 | remove Clean trait implementation for hir::PolyTraitRef | Guillaume Gomez | -7/+1 |
| 2022-08-06 | remove Clean trait implementation for hir::GenericBound | Guillaume Gomez | -41/+41 |
| 2022-08-06 | Auto merge of #100172 - Mark-Simulacrum:bump-165, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -163/+127 |
| 2022-08-05 | Auto merge of #100035 - workingjubilee:merge-functions, r=nikic | bors | -4/+9 |