| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | Improve suggestions when its parts are far from each other | Maybe Waffle | -68/+99 |
| 2022-06-16 | Fix a typo | Maybe Waffle | -1/+1 |
| 2022-06-16 | Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu... | bors | -12/+40 |
| 2022-06-16 | Auto merge of #98103 - exrook:btreemap-alloc, r=Amanieu | bors | -348/+675 |
| 2022-06-15 | Auto merge of #98152 - JohnTitor:rollup-osr17j6, r=JohnTitor | bors | -143/+697 |
| 2022-06-16 | Rollup merge of #98135 - JohnTitor:issue-93022-93775, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2022-06-16 | Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebank | Yuki Okushi | -39/+61 |
| 2022-06-16 | Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=... | Yuki Okushi | -4/+27 |
| 2022-06-16 | Rollup merge of #98059 - tmiasko:inline-const-eval-select, r=Amanieu | Yuki Okushi | -0/+1 |
| 2022-06-16 | Rollup merge of #98053 - GuillaumeGomez:fix-generic-impl-json-ice, r=notriddle | Yuki Okushi | -10/+67 |
| 2022-06-16 | Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-... | Yuki Okushi | -88/+480 |
| 2022-06-16 | Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnay | Yuki Okushi | -2/+32 |
| 2022-06-15 | Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplett | bors | -36/+81 |
| 2022-06-15 | Auto merge of #97665 - c410-f3r:assert-compiler, r=oli-obk | bors | -41/+668 |
| 2022-06-16 | Exclude cfg "doc" and "doctest" from feature `doc_auto_cfg` | Sprite | -11/+19 |
| 2022-06-16 | Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappear | Sprite | -7/+27 |
| 2022-06-15 | Add the new stability attributes, for Windows. | Dan Gohman | -0/+2 |
| 2022-06-15 | Revise the documentation for `try_clone`. | Dan Gohman | -6/+8 |
| 2022-06-15 | Add `BorrowedFd::try_clone_to_owned`. | Dan Gohman | -17/+42 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -13/+29 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -89/+437 |
| 2022-06-15 | Add regression test for #93775 | Yuki Okushi | -0/+29 |
| 2022-06-15 | Auto merge of #98131 - JohnTitor:rollup-c17vjdy, r=JohnTitor | bors | -537/+563 |
| 2022-06-15 | [RFC 2011] Minimal initial implementation | Caio | -41/+668 |
| 2022-06-15 | Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors | Yuki Okushi | -237/+166 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -216/+251 |
| 2022-06-15 | Rollup merge of #95118 - sunfishcode:sunfishcode/stabilize-io-safety, r=josht... | Yuki Okushi | -84/+146 |
| 2022-06-15 | Auto merge of #98084 - nnethercote:rm-thread-local-IGNORED_ATTRIBUTES, r=mich... | bors | -10/+1 |
| 2022-06-15 | Auto merge of #98123 - JohnTitor:rollup-rfg1a4s, r=JohnTitor | bors | -206/+322 |
| 2022-06-15 | Rollup merge of #98113 - EdwinRy:constraint-misspelling, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-06-15 | Rollup merge of #98087 - TaKO8Ki:suggest-adding-macro-export, r=oli-obk | Yuki Okushi | -29/+105 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -141/+124 |
| 2022-06-15 | Rollup merge of #98078 - erikdesjardins:uncheckedsize, r=petrochenkov | Yuki Okushi | -1/+35 |
| 2022-06-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -30/+6 |
| 2022-06-15 | Rollup merge of #98026 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2022-06-15 | Rollup merge of #97822 - compiler-errors:hesitate-to-suggest-intrinsics, r=ol... | Yuki Okushi | -1/+48 |
| 2022-06-15 | Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obk | bors | -143/+325 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -39/+61 |
| 2022-06-15 | rename function and remove return type | EdwinRy | -2/+2 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -237/+166 |
| 2022-06-14 | Add a stability attribute to WASI's `try_clone()`. | Dan Gohman | -0/+1 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -84/+145 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -32/+431 |
| 2022-06-14 | use unchecked mul to compute slice sizes | Erik Desjardins | -1/+35 |
| 2022-06-14 | Add GUI test for sidebar items expand/collapse | Guillaume Gomez | -1/+24 |
| 2022-06-14 | btreemap-alloc: adjust ui test | Jacob Hughes | -8/+8 |
| 2022-06-14 | btreemap-alloc: fix clear impl | Jacob Hughes | -15/+6 |
| 2022-06-14 | BTreeMap: Add alloc param | Jacob Hughes | -340/+676 |
| 2022-06-14 | Auto merge of #96591 - b-naber:transition-to-valtrees-in-type-system, r=lcnr | bors | -1007/+1610 |
| 2022-06-14 | rebase | b-naber | -82/+36 |