| Age | Commit message (Expand) | Author | Lines |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -272/+236 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -163/+209 |
| 2022-03-03 | Bless test. | Camille GILLOT | -2/+17 |
| 2022-03-03 | Force ensure stability_index. | Camille GILLOT | -0/+1 |
| 2022-03-03 | Move query providers. | Camille GILLOT | -6/+10 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -13/+6 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -16/+13 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -80/+97 |
| 2022-03-03 | Auto merge of #94548 - matthiaskrgr:rollup-spa38z8, r=matthiaskrgr | bors | -313/+363 |
| 2022-03-03 | Rollup merge of #94544 - mark-i-m:macro-comments, r=petrochenkov | Matthias Krüger | -0/+38 |
| 2022-03-03 | Rollup merge of #94537 - est31:master, r=notriddle | Matthias Krüger | -51/+48 |
| 2022-03-03 | Rollup merge of #94536 - dtolnay:transmute, r=Manishearth | Matthias Krüger | -3/+2 |
| 2022-03-03 | Rollup merge of #94534 - bstrie:cffistd, r=Mark-Simulacrum | Matthias Krüger | -0/+10 |
| 2022-03-03 | Rollup merge of #94522 - thinety:fix-e0284-message, r=Dylan-DPC | Matthias Krüger | -2/+0 |
| 2022-03-03 | Rollup merge of #94484 - c410-f3r:more-let-chains, r=jackh726 | Matthias Krüger | -185/+145 |
| 2022-03-03 | Rollup merge of #94101 - notriddle:notriddle/strip-test-cases, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2022-03-03 | Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplett | Matthias Krüger | -72/+111 |
| 2022-03-03 | Auto merge of #94541 - Dylan-DPC:rollup-564wbq3, r=Dylan-DPC | bors | -254/+971 |
| 2022-03-02 | add some examples to comments in mbe code | mark | -0/+38 |
| 2022-03-02 | Remove the comment about `FILE_FLAG_OVERLAPPED`. | Dan Gohman | -2/+0 |
| 2022-03-02 | bless clippy | Ralf Jung | -4/+4 |
| 2022-03-03 | Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank | Dylan DPC | -6/+57 |
| 2022-03-03 | Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav... | Dylan DPC | -14/+13 |
| 2022-03-03 | Rollup merge of #94499 - RandomInsano:patch-1, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -26/+122 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -164/+608 |
| 2022-03-03 | Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett | Dylan DPC | -25/+62 |
| 2022-03-03 | Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,... | Dylan DPC | -0/+12 |
| 2022-03-03 | Rollup merge of #93072 - m-ou-se:compatible-variants-suggestion-with-desugari... | Dylan DPC | -14/+93 |
| 2022-03-03 | Rollup merge of #92061 - semarie:openbsd-archs, r=joshtriplett | Dylan DPC | -2/+1 |
| 2022-03-02 | Use ? operator in one instance instead of manual match | est31 | -51/+48 |
| 2022-03-02 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-03-02 | Fix a broken doc link on Windows. | Dan Gohman | -3/+1 |
| 2022-03-02 | Auto merge of #92214 - ehuss:submodule-bg-exit, r=Mark-Simulacrum | bors | -14/+25 |
| 2022-03-02 | Update stdarch submodule | Guillaume Gomez | -0/+0 |
| 2022-03-02 | Update unused_doc_comments ui test | Guillaume Gomez | -1/+41 |
| 2022-03-02 | Fix unused_doc_comments lint errors | Guillaume Gomez | -5/+6 |
| 2022-03-02 | 8 - Make more use of `let_chains` | Caio | -185/+145 |
| 2022-03-02 | Re-export core::ffi types from std::ffi | bstrie | -0/+10 |
| 2022-03-02 | Update test output. | Mara Bos | -4/+6 |
| 2022-03-02 | Add more tests for mismatched Option/Result return types. | Mara Bos | -8/+68 |
| 2022-03-02 | Fix Ok(()) suggestion when desugaring is involved. | Mara Bos | -2/+19 |
| 2022-03-02 | Extend unused_doc_comments lint to check on blocks | Guillaume Gomez | -0/+10 |
| 2022-03-02 | Auto merge of #93244 - mark-i-m:doomed, r=oli-obk | bors | -559/+580 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -559/+580 |
| 2022-03-02 | Remove out-of-context line at end of E0284 message | Thiago Trannin | -2/+0 |
| 2022-03-02 | merge the char signess list of archs with freebsd as it is the same | Sébastien Marie | -11/+1 |
| 2022-03-02 | update char signess for openbsd | Sébastien Marie | -1/+10 |
| 2022-03-02 | Auto merge of #94229 - erikdesjardins:rem2, r=nikic | bors | -87/+13 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -568/+874 |