| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-31 | Update doc(primitive) in rustc_resolve | Guillaume Gomez | -3/+5 |
| 2023-03-30 | Auto merge of #109791 - compiler-errors:rollup-c3o710k, r=compiler-errors | bors | -217/+321 |
| 2023-03-30 | Improve code | Guillaume Gomez | -14/+5 |
| 2023-03-30 | Add test to ensure doc(primitive) is not recognized anymore | Guillaume Gomez | -0/+24 |
| 2023-03-30 | Update documentation for rustc_doc_primitive | Guillaume Gomez | -3/+3 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -76/+123 |
| 2023-03-30 | Update tests for rustc_doc_primitive | Guillaume Gomez | -56/+57 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -19/+6 |
| 2023-03-30 | add comment to `impl !Error for &str` | Lukas Markeffsky | -0/+1 |
| 2023-03-30 | Rollup merge of #109758 - nnethercote:parallel-cleanups, r=cjgillot | Michael Goulet | -36/+45 |
| 2023-03-30 | Rollup merge of #109739 - compiler-errors:new-solver-closure-fnonce, r=lcnr | Michael Goulet | -3/+25 |
| 2023-03-30 | Rollup merge of #109704 - petrochenkov:effvisclean, r=jackh726 | Michael Goulet | -66/+72 |
| 2023-03-30 | Rollup merge of #109679 - compiler-errors:normalizes-to-hack-2, r=lcnr,BoxyUwU | Michael Goulet | -43/+70 |
| 2023-03-30 | Rollup merge of #109522 - bzEq:aix-current-dll-path, r=Nilstrieb | Michael Goulet | -0/+44 |