| Age | Commit message (Expand) | Author | Lines |
| 2022-11-11 | Mark `trait_upcasting` feature no longer incomplete. | Charles Lew | -80/+80 |
| 2022-11-10 | update debuginfo check | joboet | -2/+2 |
| 2022-11-10 | Rollup merge of #104233 - compiler-errors:issue-104209, r=lcnr | Manish Goregaokar | -0/+14 |
| 2022-11-10 | Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o... | Manish Goregaokar | -0/+165 |
| 2022-11-10 | Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa | Manish Goregaokar | -1/+1 |
| 2022-11-10 | Rollup merge of #104036 - compiler-errors:option-sugg, r=petrochenkov | Manish Goregaokar | -0/+25 |
| 2022-11-10 | Rollup merge of #103863 - compiler-errors:fulfillcx-less, r=wesleywiser | Manish Goregaokar | -0/+4 |
| 2022-11-10 | Auto merge of #104236 - compiler-errors:rollup-adjshd6, r=compiler-errors | bors | -521/+1528 |
| 2022-11-09 | Rollup merge of #104211 - lnicola:rust-analyzer-2022-11-09, r=lnicola | Michael Goulet | -422/+1216 |
| 2022-11-09 | Rollup merge of #104201 - GuillaumeGomez:gui-test-check-file-errors, r=notriddle | Michael Goulet | -1/+27 |
| 2022-11-09 | Rollup merge of #104115 - GuillaumeGomez:migrate-crate-search-div, r=notriddle | Michael Goulet | -34/+67 |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -64/+155 |
| 2022-11-09 | Rollup merge of #103675 - lyming2007:issue-103271-fix, r=fee1-dead | Michael Goulet | -0/+24 |
| 2022-11-09 | Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compile... | Michael Goulet | -0/+39 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -75/+75 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+77 |
| 2022-11-10 | Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor | Michael Goulet | -0/+14 |
| 2022-11-10 | bless a chalk test | Michael Goulet | -0/+4 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -15/+165 |
| 2022-11-09 | remove redundent "<>" for ty::Slice with reference type | Yiming Lei | -0/+24 |
| 2022-11-09 | Don't ICE on operator trait methods with generic methods | Nilstrieb | -0/+31 |
| 2022-11-09 | rustdoc: sort output to make it deterministic | Michael Howell | -2/+3 |
| 2022-11-09 | Rollup merge of #104184 - jyn514:rustdoc-version, r=davidtwco | Manish Goregaokar | -2/+2 |
| 2022-11-09 | Rollup merge of #104171 - ehuss:update-books, r=ehuss | Manish Goregaokar | -0/+0 |
| 2022-11-09 | Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisa | Manish Goregaokar | -99/+127 |
| 2022-11-09 | Rollup merge of #104015 - alex:remove-kernel, r=oli-obk | Manish Goregaokar | -1/+0 |
| 2022-11-09 | Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk | Manish Goregaokar | -0/+159 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -126/+126 |
| 2022-11-09 | Rollup merge of #101005 - SLASHLogin:rustc_codegen_llvm_diagnostics, r=davidtwco | Manish Goregaokar | -3/+3 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -0/+135 |
| 2022-11-09 | Suggest is_some or let when encountering Option and bool type mismatch | Michael Goulet | -0/+25 |
| 2022-11-09 | :arrow_up: rust-analyzer | Laurențiu Nicola | -422/+1216 |
| 2022-11-09 | Fix struct field tracking and add tests for it | Jannis Christopher Köhl | -0/+137 |
| 2022-11-09 | Completely remove tracking of references for now | Jannis Christopher Köhl | -576/+169 |
| 2022-11-10 | add 'is_assign_rhs' to avoid weird suggesting 'let' | yukang | -4/+24 |
| 2022-11-09 | Add domain size check to fix ICE | Cameron Steffen | -0/+59 |
| 2022-11-09 | Update to new browser-ui-test version | Guillaume Gomez | -0/+25 |
| 2022-11-09 | Add new option to prevent CORS failures | Guillaume Gomez | -0/+1 |
| 2022-11-09 | Update browser-ui-test version to 0.13.1 | Guillaume Gomez | -1/+1 |
| 2022-11-09 | Extend crate-search div GUI tests | Guillaume Gomez | -0/+40 |
| 2022-11-09 | Migrate crate-search element to CSS variables | Guillaume Gomez | -34/+27 |
| 2022-11-09 | Correct tests to match errors | SLASHLogin | -3/+3 |
| 2022-11-09 | Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-dead | Dylan DPC | -11/+8 |
| 2022-11-09 | Rollup merge of #103952 - ehuss:dont-intra-linkcheck-reference, r=Mark-Simula... | Dylan DPC | -30/+27 |
| 2022-11-09 | Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitor | Dylan DPC | -33/+17 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -49/+47 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -2/+0 |
| 2022-11-09 | bless clippy | yukang | -0/+5 |
| 2022-11-09 | Cleanup fn trait ref test | onestacked | -11/+8 |
| 2022-11-09 | Auto merge of #102565 - jyn514:refactor-build-manifest, r=Mark-Simulacrum | bors | -181/+208 |