| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | test tidy should not count untracked paths towards entries limit | yukang | -26/+35 |
| 2022-11-04 | Auto merge of #103962 - matthiaskrgr:rollup-9av8i6k, r=matthiaskrgr | bors | -213/+334 |
| 2022-11-04 | Formatting changes + add UI test | clubby789 | -10/+59 |
| 2022-11-04 | Give a specific lint for unsafety not being inherited | clubby789 | -9/+35 |
| 2022-11-04 | Add rustbot features related to PR state labels | HKalbasi | -0/+10 |
| 2022-11-04 | fake a base to suppress later extra error message | yukang | -41/+35 |
| 2022-11-04 | Rollup merge of #103953 - TaKO8Ki:remove-unused-arg-from-throw_unresolved_imp... | Matthias Krüger | -18/+10 |
| 2022-11-04 | Rollup merge of #103950 - nbdd0121:master, r=tmiasko | Matthias Krüger | -0/+16 |
| 2022-11-04 | Rollup merge of #103941 - douweschulte:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-11-04 | Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr... | Matthias Krüger | -153/+129 |
| 2022-11-04 | Rollup merge of #103845 - camsteffen:data-structures-track-caller, r=compiler... | Matthias Krüger | -0/+11 |
| 2022-11-04 | Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726 | Matthias Krüger | -38/+161 |
| 2022-11-04 | Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor | Matthias Krüger | -2/+5 |
| 2022-11-04 | Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3 | bors | -2/+11 |
| 2022-11-04 | Small style improvements | nils | -12/+13 |
| 2022-11-04 | update comment | Neutron3529 | -4/+8 |
| 2022-11-04 | Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgr | bors | -83/+125 |
| 2022-11-03 | Make mir opt unused file check blessable | Jakob Degen | -7/+11 |
| 2022-11-04 | Update linker-plugin-lto.md to contain up to Rust 1.65 | Jack Grigg | -1/+6 |
| 2022-11-04 | Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r... | Matthias Krüger | -2/+19 |
| 2022-11-04 | Rollup merge of #103931 - pnkfelix:note-eh-personality-limit-atop-lld, r=Mark... | Matthias Krüger | -0/+3 |
| 2022-11-04 | Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514 | Matthias Krüger | -8/+8 |
| 2022-11-04 | Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnr | Matthias Krüger | -51/+30 |
| 2022-11-04 | Rollup merge of #103912 - flba-eb:doc_adding_tier3_target, r=davidtwco | Matthias Krüger | -0/+25 |
| 2022-11-04 | Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -18/+35 |
| 2022-11-04 | Rollup merge of #103884 - spastorino:visit-fn-ret-ty-intravisit, r=compiler-e... | Matthias Krüger | -1/+4 |
| 2022-11-04 | Rollup merge of #103825 - Mark-Simulacrum:fix-relnotes, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2022-11-04 | UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArg | Jhonny Bill Mena | -22/+22 |
| 2022-11-04 | UPDATE - address PR Comments | Jhonny Bill Mena | -83/+40 |
| 2022-11-04 | FIX - Migrate missing errors in link.rs | Jhonny Bill Mena | -4/+21 |
| 2022-11-04 | ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ... | Jhonny Bill Mena | -19/+98 |
| 2022-11-04 | UPDATE - Complete link.rs migration to new diagnostics infraestructure | Jhonny Bill Mena | -81/+227 |
| 2022-11-03 | Remove reference from the intra-doc link checker. | Eric Huss | -24/+10 |
| 2022-11-03 | Move intra-doc link checks to a separate function. | Eric Huss | -6/+17 |
| 2022-11-04 | remove unused argument from `throw_unresolved_import_error` | Takayuki Maeda | -18/+10 |
| 2022-11-04 | Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomez | bors | -75/+72 |
| 2022-11-04 | Inline and remove `validate_int_literal`. | Nicholas Nethercote | -23/+18 |
| 2022-11-04 | Refactor `cook_lexer_literal`. | Nicholas Nethercote | -42/+36 |
| 2022-11-04 | Improve comments. | Nicholas Nethercote | -4/+1 |
| 2022-11-04 | Make non-ASCII errors more consistent. | Nicholas Nethercote | -74/+62 |
| 2022-11-04 | Fix ICE when negative impl is collected during eager mono | Gary Guo | -0/+16 |
| 2022-11-04 | fix #102806, suggest use .. to fill in the rest of the fields of Struct | yukang | -3/+103 |
| 2022-11-03 | clarify no_data_race_after_complete test | DrMeepster | -2/+2 |
| 2022-11-03 | refactor into private functions | DrMeepster | -26/+51 |
| 2022-11-04 | Auto merge of #101834 - compiler-errors:super-deduce-closure-sig, r=lcnr | bors | -102/+125 |
| 2022-11-03 | Cleanup bind_pattern args | Cameron Steffen | -37/+14 |
| 2022-11-03 | Auto merge of #103922 - Mark-Simulacrum:revert-cargo, r=Mark-Simulacrum | bors | -4/+4 |
| 2022-11-03 | Fixed typos | Douwe Schulte | -2/+2 |