| Age | Commit message (Expand) | Author | Lines |
| 2022-05-02 | Slightly tighten leak-on-panic test cases | Stein Somers | -52/+49 |
| 2022-05-02 | Share testing utilities with non-btree test cases | Stein Somers | -8/+7 |
| 2022-05-02 | Auto merge of #96622 - JohnTitor:rollup-8hckgaj, r=JohnTitor | bors | -723/+756 |
| 2022-05-02 | Rollup merge of #96610 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Yuki Okushi | -2/+1 |
| 2022-05-02 | Rollup merge of #96571 - thomcc:bathroom-stall, r=Mark-Simulacrum | Yuki Okushi | -0/+7 |
| 2022-05-02 | Rollup merge of #96568 - EliasHolzmann:fmt_doc_fixes, r=joshtriplett | Yuki Okushi | -18/+31 |
| 2022-05-02 | Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-Simulacrum | Yuki Okushi | -6/+6 |
| 2022-05-02 | Rollup merge of #96499 - jyn514:bootstrap-doctests, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2022-05-02 | Rollup merge of #96222 - jmaargh:john-mark/clarify-from-raw-parts-docs, r=Joh... | Yuki Okushi | -3/+8 |
| 2022-05-02 | Rollup merge of #94126 - ssomers:alloc_prep_1, r=Mark-Simulacrum | Yuki Okushi | -694/+692 |
| 2022-05-01 | Auto merge of #96517 - ferrocene:pa-files-related-to-test, r=Mark-Simulacrum | bors | -11/+35 |
| 2022-05-01 | Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez | bors | -41/+175 |
| 2022-05-01 | Update browser-ui-test version to 0.9.0 | Guillaume Gomez | -2/+1 |
| 2022-05-01 | Auto merge of #96582 - petrochenkov:finalize, r=cjgillot | bors | -198/+122 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -148/+69 |
| 2022-05-01 | resolve: Rename `unusable_binding` to `ignore_binding` | Vadim Petrochenkov | -54/+41 |
| 2022-05-01 | resolve: Merge `last_import_segment` into `Finalize` | Vadim Petrochenkov | -44/+16 |
| 2022-05-01 | resolve: Pass full `Finalize` in nearly all cases | Vadim Petrochenkov | -20/+18 |
| 2022-05-01 | resolve: Turn `enum Finalize` into an optional struct | Vadim Petrochenkov | -92/+59 |
| 2022-05-01 | std::fmt: Improved list of formatting macros | Elias Holzmann | -4/+6 |
| 2022-05-01 | std::fmt: Removed reference to Formatter::buf and other private fields | Elias Holzmann | -3/+3 |
| 2022-05-01 | std::fmt: Fix the grammar documentation | Elias Holzmann | -2/+7 |
| 2022-05-01 | std::fmt: Added argument index comments to examples for specifying precision | Elias Holzmann | -6/+6 |
| 2022-05-01 | std::fmt: Fixed documentation for specifying precision via `.*` | Elias Holzmann | -5/+11 |
| 2022-05-01 | Auto merge of #96376 - scottmcm:do-yeet, r=oli-obk | bors | -21/+303 |
| 2022-05-01 | re-name stuff | ouz-a | -10/+15 |
| 2022-05-01 | Auto merge of #96576 - oli-obk:post_monomorphization_error_backtrace, r=lqd | bors | -6/+98 |
| 2022-05-01 | Auto merge of #96078 - udoprog:refcounted-str-to-u8, r=dtolnay | bors | -0/+38 |
| 2022-04-30 | Bump shared_from_str to Rust 1.62.0 | David Tolnay | -2/+2 |
| 2022-05-01 | Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrum | bors | -13/+13 |
| 2022-04-30 | Revert "Bless coverage-reports after core macro blocks change" | David Tolnay | -4/+4 |
| 2022-04-30 | Feature-gate `do yeet` inside `cfg`s too | Scott McMurray | -8/+41 |
| 2022-04-30 | Bless the UI tests | Scott McMurray | -18/+28 |
| 2022-05-01 | Auto merge of #95362 - scottmcm:calloc-arrays, r=Mark-Simulacrum | bors | -1/+8 |
| 2022-04-30 | Fix the rustfmt build | Scott McMurray | -0/+5 |
| 2022-04-30 | Fix the clippy build | Scott McMurray | -0/+1 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -3/+236 |
| 2022-04-30 | Auto merge of #93815 - camsteffen:intravisit-docs, r=cjgillot | bors | -35/+35 |
| 2022-05-01 | Fix some links in the standard library | Vadim Petrochenkov | -0/+9 |
| 2022-05-01 | rustdoc: Track `macro_rules` scopes during early doc link resolution | Vadim Petrochenkov | -4/+99 |
| 2022-04-30 | rustdoc: Keep full `ParentScope` during early doc link resolution | Vadim Petrochenkov | -30/+36 |
| 2022-04-30 | rustdoc: Early-resolve doc links in all requested namespaces | Vadim Petrochenkov | -13/+37 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -15/+96 |
| 2022-04-30 | Update intravisit docs | Cameron Steffen | -35/+35 |
| 2022-04-30 | Auto merge of #96348 - overdrivenpotato:inline-location, r=the8472 | bors | -0/+4 |
| 2022-04-30 | Auto merge of #93803 - cjgillot:unify-bounds, r=oli-obk | bors | -1462/+1498 |
| 2022-04-30 | Bless nll tests. | Camille GILLOT | -28/+45 |
| 2022-04-30 | Correct comment. | Camille GILLOT | -2/+1 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -53/+63 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -298/+527 |