| Age | Commit message (Expand) | Author | Lines |
| 2022-11-22 | restore control flow on error in EUV | Ding Xiang Fei | -7/+12 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -737/+819 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -499/+415 |
| 2022-11-21 | Fix make test | mejrs | -3/+3 |
| 2022-11-21 | Improve slug name error | mejrs | -53/+80 |
| 2022-11-21 | Fix tests | mejrs | -160/+168 |
| 2022-11-21 | Match crate and slug names | mejrs | -605/+652 |
| 2022-11-21 | Rollup merge of #104667 - WaffleLapkin:unfmttest, r=Dylan-DPC | Matthias Krüger | -5/+5 |
| 2022-11-21 | Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j... | Matthias Krüger | -87/+30 |
| 2022-11-21 | Rollup merge of #104628 - alex-pinkus:revert-android-ndk-upgrade, r=pietroalbini | Matthias Krüger | -29/+42 |
| 2022-11-21 | Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3 | Matthias Krüger | -51/+31 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -53/+48 |
| 2022-11-21 | Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoerister | Matthias Krüger | -1/+30 |
| 2022-11-21 | Rollup merge of #104500 - WaffleLapkin:deref-the-compiler, r=wesleywiser | Matthias Krüger | -224/+214 |
| 2022-11-21 | Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez | Matthias Krüger | -48/+14 |
| 2022-11-21 | Rollup merge of #104420 - TethysSvensson:master, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -340/+569 |
| 2022-11-21 | Revert formatting changes of a test | Maybe Waffle | -5/+5 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -224/+214 |
| 2022-11-21 | Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk | bors | -163/+99 |
| 2022-11-21 | Streamline deriving on packed structs. | Nicholas Nethercote | -87/+30 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -14/+51 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -81/+25 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -81/+73 |
| 2022-11-20 | Fix typo | Cameron Steffen | -1/+1 |
| 2022-11-20 | Auto merge of #104655 - matthiaskrgr:rollup-r5kfffy, r=matthiaskrgr | bors | -88/+310 |
| 2022-11-20 | Rollup merge of #104643 - pnkfelix:examples-for-chunks-remainder, r=scottmcm | Matthias Krüger | -2/+30 |
| 2022-11-20 | Rollup merge of #104641 - tshepang:grammar, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-11-20 | Rollup merge of #104634 - RalfJung:core-arch, r=Mark-Simulacrum | Matthias Krüger | -31/+31 |
| 2022-11-20 | Rollup merge of #104632 - RalfJung:core-test-strict-provenance, r=thomcc | Matthias Krüger | -1/+8 |
| 2022-11-20 | Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -31/+155 |
| 2022-11-20 | Rollup merge of #104487 - klensy:ntapi, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2022-11-20 | Rollup merge of #104461 - mati865:gnullvm-aarch64-fixup, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-11-20 | Rollup merge of #101310 - zachs18:rc_get_unchecked_mut_docs_soundness, r=Mark... | Matthias Krüger | -8/+74 |
| 2022-11-20 | Auto merge of #104646 - matthiaskrgr:rollup-7xnhzf0, r=matthiaskrgr | bors | -145/+291 |
| 2022-11-20 | Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle | Matthias Krüger | -18/+50 |
| 2022-11-20 | Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill... | Matthias Krüger | -5/+77 |
| 2022-11-20 | Rollup merge of #104568 - RalfJung:realloc, r=Amanieu | Matthias Krüger | -7/+11 |
| 2022-11-20 | Rollup merge of #104564 - RalfJung:either, r=oli-obk | Matthias Krüger | -102/+128 |
| 2022-11-20 | Rollup merge of #104558 - thomcc:unalign-diriter, r=ChrisDenton | Matthias Krüger | -10/+23 |
| 2022-11-20 | Rollup merge of #104537 - HintringerFabian:docs_default_min_stack_size, r=the... | Matthias Krüger | -3/+2 |
| 2022-11-20 | add examples to chunks remainder methods. Also fixed some links to rchunk rem... | Felix S. Klock II | -2/+30 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | enable fuzzy_provenance_casts in libcore+tests | Ralf Jung | -0/+7 |
| 2022-11-20 | Extend GUI tests to check kbd colors | Guillaume Gomez | -0/+38 |
| 2022-11-20 | Migrate kdb colors to CSS variables | Guillaume Gomez | -18/+12 |
| 2022-11-20 | Auto merge of #104617 - RalfJung:miri, r=RalfJung | bors | -117/+154 |
| 2022-11-20 | rustdoc JSON: Clarify that `Function` is also used for methods | Martin Nordholts | -0/+1 |
| 2022-11-20 | Incorporate review feedback | Tethys Svensson | -4/+1 |