| Age | Commit message (Expand) | Author | Lines |
| 2023-06-15 | Rollup merge of #112304 - GuillaumeGomez:re-exports, r=notriddle | Matthias Krüger | -1/+323 |
| 2023-06-15 | Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelix | Matthias Krüger | -6/+89 |
| 2023-06-15 | Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcm | bors | -8/+56 |
| 2023-06-15 | Auto merge of #112601 - weihanglo:update-cargo, r=weihanglo | bors | -1/+4 |
| 2023-06-15 | Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomez | bors | -166/+357 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -577/+449 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -18/+20 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -407/+532 |
| 2023-06-14 | Update cargo | Weihang Lo | -1/+4 |
| 2023-06-14 | Auto merge of #112624 - matthiaskrgr:rollup-db6ta1b, r=matthiaskrgr | bors | -65/+140 |
| 2023-06-14 | Rollup merge of #112620 - AntoniosBarotsis:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-06-14 | Rollup merge of #112613 - GuillaumeGomez:fix-gui-test-windows, r=notriddle | Matthias Krüger | -18/+18 |
| 2023-06-14 | Rollup merge of #112612 - sginnett:issue-105150, r=compiler-errors | Matthias Krüger | -8/+36 |
| 2023-06-14 | Rollup merge of #112611 - compiler-errors:unconstrained-lt-in-rpitit, r=oli-obk | Matthias Krüger | -102/+188 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -34/+77 |
| 2023-06-14 | Rollup merge of #112605 - compiler-errors:negative-docs, r=spastorino | Matthias Krüger | -83/+85 |
| 2023-06-14 | Rollup merge of #112600 - celinval:stable-mir-rvalue, r=oli-obk | Matthias Krüger | -194/+203 |
| 2023-06-14 | Rollup merge of #112109 - Alexendoo:unsupported-split-debuginfo, r=b-naber | Matthias Krüger | -3/+1 |
| 2023-06-14 | Rollup merge of #112584 - loongarch-rs:remove-env, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-06-14 | Rollup merge of #111974 - Sp00ph:update_guarantees, r=Amanieu | Matthias Krüger | -6/+4 |
| 2023-06-14 | Rollup merge of #109814 - est31:stabilize_string_leak, r=Amanieu | Matthias Krüger | -7/+8 |
| 2023-06-14 | Rollup merge of #107619 - stepancheg:hash-set-insert, r=Amanieu | Matthias Krüger | -1/+23 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -14/+27 |
| 2023-06-14 | Fix typo | Antonios Barotsis | -1/+1 |
| 2023-06-14 | Fix `href` attribute value check on Windows (`DOC_PATH` lacks an extra `/`) | Guillaume Gomez | -12/+12 |
| 2023-06-14 | Auto merge of #112418 - ferrocene:pa-mir-opt-panic, r=ozkanonur,saethlin | bors | -251/+11693 |
| 2023-06-14 | yet another dry run fix | Pietro Albini | -0/+4 |
| 2023-06-14 | Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors | bors | -5/+232 |
| 2023-06-14 | Replace unicode value with character in shortcuts.goml test | Guillaume Gomez | -3/+3 |
| 2023-06-14 | Transform backslash into slashes in DOC_FOLDER variable for browser-ui-test | Guillaume Gomez | -2/+2 |
| 2023-06-14 | Update browser-ui-test version to 0.16.7 | Guillaume Gomez | -1/+1 |
| 2023-06-14 | Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler... | bors | -206/+789 |
| 2023-06-14 | update miri test | The 8472 | -3/+3 |
| 2023-06-14 | update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf | The 8472 | -75/+94 |
| 2023-06-14 | remove hash_drain_filter feature uses | The 8472 | -2/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -216/+204 |
| 2023-06-14 | remove drain-on-drop behavior from linked_list::DrainFilter and add #[must_use] | The 8472 | -30/+14 |
| 2023-06-14 | remove drain-on-drop behavior from BTree{Set,Map}::DrainFilter and add #[must... | The 8472 | -58/+40 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -131/+32 |
| 2023-06-13 | Fix explicit-outlives-requirements lint span | Sam Ginnett | -8/+36 |
| 2023-06-14 | Auto merge of #112609 - matthiaskrgr:rollup-er6weld, r=matthiaskrgr | bors | -39/+331 |
| 2023-06-14 | Error on unconstrained lifetime in RPITIT | Michael Goulet | -102/+188 |
| 2023-06-14 | Rollup merge of #112581 - TumoiYorozu:fix_url_encoding_of_percent_sign, r=not... | Matthias Krüger | -2/+0 |
| 2023-06-14 | Rollup merge of #112571 - notriddle:notriddle/never-search, r=GuillaumeGomez | Matthias Krüger | -24/+200 |
| 2023-06-14 | Rollup merge of #112520 - chenyukang:yukang-fix-112505, r=fee1-dead | Matthias Krüger | -1/+29 |
| 2023-06-14 | Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkov | Matthias Krüger | -2/+55 |
| 2023-06-14 | Rollup merge of #112197 - compiler-errors:next-solver-erase, r=lcnr | Matthias Krüger | -10/+47 |
| 2023-06-14 | Auto merge of #112448 - nnethercote:no-tiny-cgus, r=wesleywiser | bors | -46/+201 |
| 2023-06-14 | Improve docs/clean up negative overlap functions | Michael Goulet | -83/+85 |
| 2023-06-14 | Introduce a minimum CGU size in non-incremental builds. | Nicholas Nethercote | -18/+65 |