| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -30/+21 |
| 2023-04-02 | Rollup merge of #109844 - matthiaskrgr:clippy2023_04, r=Nilstrieb | Nilstrieb | -33/+20 |
| 2023-04-02 | Rollup merge of #109840 - taiki-e:typo, r=ChrisDenton | Nilstrieb | -1/+1 |
| 2023-04-02 | Rollup merge of #109839 - sartak:iter-grammar, r=scottmcm | Nilstrieb | -2/+2 |
| 2023-04-02 | Auto merge of #109836 - clubby789:param-non-exhaustive, r=Nilstrieb | bors | -1/+35 |
| 2023-04-02 | Auto merge of #109834 - Nilstrieb:mailmap-myself, r=Mark-Simulacrum | bors | -0/+1 |
| 2023-04-01 | Auto merge of #109833 - klensy:bs-tty, r=Mark-Simulacrum | bors | -38/+42 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -5/+4 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -10/+7 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -15/+10 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -33/+20 |
| 2023-04-01 | Auto merge of #109483 - joboet:optimize_lazycell, r=Mark-Simulacrum | bors | -11/+77 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -1/+35 |
| 2023-04-01 | Auto merge of #109835 - ehuss:update-cargo, r=ehuss | bors | -25/+87 |
| 2023-04-02 | Fix typo in std/src/os/fd/owned.rs | Taiki Endo | -1/+1 |
| 2023-04-01 | Improve grammar of Iterator.partition_in_place | Shawn M Moore | -2/+2 |
| 2023-04-01 | Update cargo | Eric Huss | -25/+87 |
| 2023-04-01 | Add Nilstrieb to mailmap | Nilstrieb | -0/+1 |
| 2023-04-01 | bootstrap replace atty with is-terminal, dedupe few deps | klensy | -38/+42 |
| 2023-04-01 | Auto merge of #109801 - aliemjay:test-implied-normalization, r=petrochenkov | bors | -0/+57 |
| 2023-04-01 | Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkov | bors | -26/+3 |
| 2023-03-31 | Auto merge of #109165 - aliemjay:fix-ice-annotation, r=davidtwco | bors | -2/+42 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -410/+1024 |
| 2023-03-31 | Rollup merge of #109820 - notriddle:notriddle/help-comma, r=camelid | Guillaume Gomez | -3/+1 |
| 2023-03-31 | Rollup merge of #109818 - GuillaumeGomez:test-collapsed-item, r=notriddle | Guillaume Gomez | -1/+22 |
| 2023-03-31 | Rollup merge of #109805 - nnethercote:source_map-cleanups, r=bjorn3 | Guillaume Gomez | -25/+26 |
| 2023-03-31 | Rollup merge of #109798 - est31:ftl_test_note, r=davidtwco | Guillaume Gomez | -24/+15 |
| 2023-03-31 | Rollup merge of #109680 - clubby789:array-subslice-2229, r=davidtwco | Guillaume Gomez | -3/+41 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -165/+217 |
| 2023-03-31 | Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int... | Guillaume Gomez | -189/+702 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -174/+880 |
| 2023-03-31 | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | -3/+1 |
| 2023-03-31 | allow ReError in CanonicalUserTypeAnnotation | Ali MJ Al-Nasrawy | -2/+42 |
| 2023-03-31 | Add tests to check that collapsed content is expanded when jumping to it | Guillaume Gomez | -0/+21 |
| 2023-03-31 | Update browser-ui-test version to 0.14.6 | Guillaume Gomez | -1/+1 |
| 2023-03-31 | Auto merge of #109787 - scottmcm:index-slice, r=cjgillot | bors | -70/+160 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -21/+372 |
| 2023-03-31 | Auto merge of #109803 - matthiaskrgr:rollup-mojot7k, r=matthiaskrgr | bors | -32/+49 |
| 2023-03-31 | Rollup merge of #109793 - lukas-code:negative-impl-comment, r=scottmcm | Matthias Krüger | -0/+1 |
| 2023-03-31 | Rollup merge of #109784 - beetrees:riscv32-time64, r=cuviper | Matthias Krüger | -14/+36 |
| 2023-03-31 | Rollup merge of #109779 - uweigand:s390x-gccjit-libc, r=WaffleLapkin | Matthias Krüger | -16/+10 |
| 2023-03-31 | Rollup merge of #109598 - veera-sivarajan:improve-wording, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-03-31 | Improve `with_source_map`. | Nicholas Nethercote | -11/+14 |
| 2023-03-31 | Remove an unnecessary use of `with_session_globals`. | Nicholas Nethercote | -14/+12 |
| 2023-03-30 | Disable the ui panic test on wasm32-bare | Ben Kimock | -0/+1 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -104/+127 |
| 2023-03-31 | add test for normalization in implied bounds query | Ali MJ Al-Nasrawy | -0/+57 |
| 2023-03-31 | Don't emit the OS error in a note | est31 | -13/+12 |
| 2023-03-31 | Use std::fs::read_to_file in fluent_messages macro | est31 | -11/+3 |
| 2023-03-31 | Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ... | bors | -0/+4 |