| Age | Commit message (Expand) | Author | Lines |
| 2022-06-21 | Migrate `builtin-macros-expected-one-cfg-pattern` to `SessionDiagnostic` | beetrees | -1/+10 |
| 2022-06-21 | Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic` | beetrees | -5/+18 |
| 2022-06-21 | Add UI test for `cfg!(foo, bar)` | beetrees | -1/+10 |
| 2022-06-21 | Add `create_err` and `emit_err` to `ExtCtxt` | beetrees | -1/+12 |
| 2022-06-21 | Auto merge of #98335 - JohnTitor:rollup-j2zudxv, r=JohnTitor | bors | -342/+365 |
| 2022-06-21 | Rollup merge of #98330 - conradludgate:io-slice-mut-docs, r=Dylan-DPC | Yuki Okushi | -8/+8 |
| 2022-06-21 | Rollup merge of #98329 - oli-obk:fast_path_ice, r=cjgillot | Yuki Okushi | -1/+32 |
| 2022-06-21 | Rollup merge of #98323 - lnicola:rust-analyzer-2022-06-21, r=lnicola | Yuki Okushi | -9/+7 |
| 2022-06-21 | Rollup merge of #98313 - m-ou-se:fix-comments, r=joshtriplett | Yuki Okushi | -7/+6 |
| 2022-06-21 | Rollup merge of #98306 - eggyal:add-unevaluated-to-blanket-fallibletypefolder... | Yuki Okushi | -0/+7 |
| 2022-06-21 | Rollup merge of #98278 - nnethercote:some-token-stream-cleanups, r=petrochenkov | Yuki Okushi | -100/+118 |
| 2022-06-21 | Rollup merge of #98124 - jsha:defer-crates, r=GuillaumeGomez | Yuki Okushi | -141/+91 |
| 2022-06-21 | Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk | Yuki Okushi | -11/+51 |
| 2022-06-21 | Rollup merge of #97805 - coolreader18:trace-suggestions, r=oli-obk | Yuki Okushi | -58/+36 |
| 2022-06-21 | Rollup merge of #97269 - RalfJung:transmute, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2022-06-21 | Rollup merge of #94033 - joshtriplett:documentation-is-running-better-go-catc... | Yuki Okushi | -6/+8 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -162/+477 |
| 2022-06-21 | update ioslice docs to use shared slices | Conrad Ludgate | -8/+8 |
| 2022-06-21 | Avoid an ICE and instead let the compiler report a useful error | Oli Scherer | -1/+32 |
| 2022-06-21 | Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk | bors | -34/+90 |
| 2022-06-21 | :arrow_up: rust-analyzer | Laurențiu Nicola | -9/+7 |
| 2022-06-21 | Auto merge of #98148 - c410-f3r:assert-compiler, r=oli-obk | bors | -2/+132 |
| 2022-06-20 | Auto merge of #98307 - matthiaskrgr:rollup-rb3huha, r=matthiaskrgr | bors | -281/+361 |
| 2022-06-20 | Remove lies in comments. | Mara Bos | -7/+6 |
| 2022-06-20 | Improve docs for `is_running` to explain use case | Josh Triplett | -6/+8 |
| 2022-06-20 | Rollup merge of #98296 - JohnTitor:generator-unstable-book-link, r=Dylan-DPC | Matthias Krüger | -1/+2 |
| 2022-06-20 | Rollup merge of #98276 - compiler-errors:const-format-macro, r=oli-obk | Matthias Krüger | -1/+112 |
| 2022-06-20 | Rollup merge of #98267 - compiler-errors:suggest-wildcard-arm, r=oli-obk | Matthias Krüger | -277/+241 |
| 2022-06-20 | Rollup merge of #98235 - liuw:mir-gen-drop-magic-value, r=davidtwco | Matthias Krüger | -2/+6 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -141/+91 |
| 2022-06-20 | Auto merge of #93765 - zhangyunhao116:heapsort, r=m-ou-se | bors | -8/+11 |
| 2022-06-20 | `try_fold_unevaluated` for infallible folders | Alan Egerton | -0/+7 |
| 2022-06-20 | Add a link to the unstable book page on Generator doc comment | Yuki Okushi | -1/+2 |
| 2022-06-20 | Auto merge of #98292 - Dylan-DPC:rollup-hueb8tm, r=Dylan-DPC | bors | -29/+282 |
| 2022-06-20 | Rollup merge of #98159 - PrestonFrom:issue_95665, r=petrochenkov | Dylan DPC | -1/+37 |
| 2022-06-20 | Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-se | Dylan DPC | -0/+19 |
| 2022-06-20 | Rollup merge of #97150 - ChrisDenton:stdio-create_pipe, r=m-ou-se | Dylan DPC | -0/+16 |
| 2022-06-20 | Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-se | Dylan DPC | -0/+40 |
| 2022-06-20 | Rollup merge of #96719 - mbartlett21:patch-4, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-06-20 | Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se | Dylan DPC | -5/+80 |
| 2022-06-20 | Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytm | Dylan DPC | -20/+38 |
| 2022-06-20 | Rollup merge of #93080 - SkiFire13:itermut-as_mut_slice, r=m-ou-se | Dylan DPC | -0/+48 |
| 2022-06-20 | Windows: `CommandExt::async_pipes` | Chris Denton | -0/+40 |
| 2022-06-20 | Auto merge of #97674 - nnethercote:oblig-forest-tweaks, r=nikomatsakis | bors | -153/+115 |
| 2022-06-20 | `Stdio::make_pipe` | Chris Denton | -0/+16 |
| 2022-06-20 | Drop magic value 3 from code | Wei Liu | -2/+6 |
| 2022-06-20 | Optimize heapsort | zhangyunhao | -8/+11 |
| 2022-06-20 | Auto merge of #98284 - JohnTitor:rollup-7lbs143, r=JohnTitor | bors | -140/+265 |
| 2022-06-20 | Show #![feature] in example. | Mara Bos | -1/+1 |
| 2022-06-20 | Rollup merge of #98281 - Nilstrieb:map-drain-typo, r=JohnTitor | Yuki Okushi | -1/+1 |