| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -11/+131 |
| 2022-06-16 | Auto merge of #98161 - matthiaskrgr:rollup-8csenk9, r=matthiaskrgr | bors | -63/+402 |
| 2022-06-16 | Rollup merge of #98147 - est31:bootstrap_cfg_flag, r=Mark-Simulacrum | Matthias Krüger | -3/+9 |
| 2022-06-16 | Rollup merge of #98137 - michaelwoerister:fix-unsized-rc-arc-natvis, r=wesley... | Matthias Krüger | -56/+214 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -4/+4 |
| 2022-06-16 | Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi... | Matthias Krüger | -4/+179 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -4/+4 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -4/+4 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -4/+179 |
| 2022-06-16 | Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu... | bors | -12/+40 |
| 2022-06-16 | Do not suggest adding semicolon/changing delimiters for macros in item positi... | Chayim Refael Friedman | -0/+98 |
| 2022-06-16 | Auto merge of #98103 - exrook:btreemap-alloc, r=Amanieu | bors | -8/+8 |
| 2022-06-15 | fix inline_into_box_place test | DrMeepster | -19/+23 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -54/+84 |
| 2022-06-15 | Version gate raw identifier use statement sorting | Yacin Tmimi | -6/+18 |
| 2022-06-15 | Add `Version` information to `UseSegment` | Yacin Tmimi | -115/+206 |
| 2022-06-15 | Backport 3795 | Yacin Tmimi | -8/+16 |
| 2022-06-15 | The type of the slice length field is architecture dependent | Wesley Wiser | -4/+4 |
| 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 | -20/+35 |
| 2022-06-16 | Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=... | Yuki Okushi | -4/+27 |
| 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 | -60/+449 |
| 2022-06-16 | Make #[cfg(bootstrap)] not error in proc macros on later stages | est31 | -3/+9 |
| 2022-06-15 | tests H.R. `T: 'a` bounds proving themselves | Niko Matsakis | -0/+41 |
| 2022-06-15 | mark issue-91139 and issue-92096 as FIXME | Niko Matsakis | -3/+82 |
| 2022-06-15 | fix universes in the NLL type tests | Niko Matsakis | -0/+37 |
| 2022-06-15 | Add debuginfo test for if let lexical scopes | Wesley Wiser | -0/+100 |
| 2022-06-15 | [RFC 2011] Expand expressions where possible | Caio | -0/+42 |
| 2022-06-15 | Auto merge of #97665 - c410-f3r:assert-compiler, r=oli-obk | bors | -15/+379 |
| 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 | generalize the outlives obligation code | Niko Matsakis | -143/+15 |
| 2022-06-15 | debuginfo: Fix NatVis for Rc and Arc with unsized pointees. | Michael Woerister | -56/+214 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -1/+132 |
| 2022-06-15 | Add regression test for #93775 | Yuki Okushi | -0/+29 |
| 2022-06-15 | [RFC 2011] Minimal initial implementation | Caio | -15/+379 |
| 2022-06-15 | Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors | Yuki Okushi | -198/+163 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -98/+112 |
| 2022-06-15 | Auto merge of #98123 - JohnTitor:rollup-rfg1a4s, r=JohnTitor | bors | -17/+127 |
| 2022-06-15 | Rollup merge of #98087 - TaKO8Ki:suggest-adding-macro-export, r=oli-obk | Yuki Okushi | -4/+50 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -11/+11 |
| 2022-06-15 | Rollup merge of #98078 - erikdesjardins:uncheckedsize, r=petrochenkov | Yuki Okushi | -0/+29 |
| 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 | -0/+35 |
| 2022-06-15 | Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obk | bors | -100/+243 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -20/+35 |
| 2022-06-14 | Only create scopes for if let | Xavier Denis | -846/+736 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -198/+163 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -0/+174 |