| Age | Commit message (Expand) | Author | Lines |
| 2022-10-23 | rustdoc: don't mark Box<T> as Iterator, Read, etc | Jacob Hoffman-Andrews | -0/+47 |
| 2022-10-24 | fix #103425, remove extra type error after missing semicolon error | yukang | -0/+44 |
| 2022-10-23 | Override linker in cargotest on windows | Aaron Hill | -0/+4 |
| 2022-10-24 | Auto merge of #103452 - notriddle:rollup-peewevm, r=notriddle | bors | -129/+196 |
| 2022-10-23 | Cleanup message and bless tests | Jack Huey | -15/+15 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -21/+114 |
| 2022-10-23 | Rollup merge of #103434 - GuillaumeGomez:gui-test-jump-to-def-background-clea... | Michael Howell | -38/+17 |
| 2022-10-23 | Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-none,... | Michael Howell | -1/+0 |
| 2022-10-23 | Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillot | Michael Howell | -21/+21 |
| 2022-10-23 | Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obk | Michael Howell | -51/+69 |
| 2022-10-23 | Rollup merge of #103347 - RalfJung:rustc-src, r=Mark-Simulacrum | Michael Howell | -0/+14 |
| 2022-10-23 | Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomez | Michael Howell | -18/+56 |
| 2022-10-23 | Rollup merge of #103140 - chenyukang:yukang/fix-103112, r=estebank | Michael Howell | -0/+19 |
| 2022-10-23 | Auto merge of #103062 - cuviper:dist-mips, r=Mark-Simulacrum | bors | -88/+3345 |
| 2022-10-23 | Fix windows compilation | Gary Guo | -1/+2 |
| 2022-10-23 | Do not consider repeated lifetime params for elision. | Camille GILLOT | -1/+16 |
| 2022-10-23 | Add test case for foreign Rust exceptions | Gary Guo | -0/+25 |
| 2022-10-23 | test attr: point at return type if Termination bound unsatisfied | León Orell Valerian Liehr | -7/+5 |
| 2022-10-23 | Add normalize hack back | Michael Goulet | -0/+31 |
| 2022-10-23 | Annotate static lifetimes too | Michael Goulet | -19/+19 |
| 2022-10-23 | Allow specifying multiple alternative suggestions | Xiretza | -2/+133 |
| 2022-10-23 | remove misc_cast and validate types | ouz-a | -3/+3 |
| 2022-10-23 | Auto merge of #101403 - bjorn3:dylib_lto, r=Mark-Simulacrum | bors | -2/+60 |
| 2022-10-23 | Update list of allowed cranelift dependencies | bjorn3 | -0/+2 |
| 2022-10-23 | Use functions for jump-to-def-background rustodoc GUI test | Guillaume Gomez | -38/+17 |
| 2022-10-23 | Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup | flip1995 | -4206/+8511 |
| 2022-10-23 | Update LLVM submodule | bjorn3 | -0/+0 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -4/+30 |
| 2022-10-23 | Add `rust.lto` config option | Jakub Beránek | -2/+34 |
| 2022-10-23 | Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPC | bors | -142/+332 |
| 2022-10-23 | Auto merge of #2613 - RalfJung:scalar-only-field-retagging, r=RalfJung | bors | -10/+128 |
| 2022-10-23 | Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -1/+1 |
| 2022-10-23 | Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obk | Dylan DPC | -1/+8 |
| 2022-10-23 | Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514 | Dylan DPC | -128/+117 |
| 2022-10-23 | Rollup merge of #101908 - chenyukang:fix-101880, r=estebank | Dylan DPC | -0/+94 |
| 2022-10-23 | Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebank | Dylan DPC | -12/+112 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -14/+17 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -342/+356 |
| 2022-10-23 | Update translation tests | Nilstrieb | -342/+356 |
| 2022-10-23 | Rollup merge of #103401 - GuillaumeGomez:gui-test-headings-cleanup, r=notriddle | Matthias Krüger | -100/+76 |
| 2022-10-23 | Rollup merge of #103388 - notriddle:notriddle/result-description, r=Guillaume... | Matthias Krüger | -3/+3 |
| 2022-10-23 | Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obk | Matthias Krüger | -0/+159 |
| 2022-10-23 | Rollup merge of #103355 - compiler-errors:rpitit-default-check, r=oli-obk | Matthias Krüger | -13/+50 |
| 2022-10-23 | Rollup merge of #103354 - clubby789:escape-string-literals, r=compiler-errors | Matthias Krüger | -4/+45 |
| 2022-10-23 | Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726 | Matthias Krüger | -61/+0 |
| 2022-10-23 | Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillot | Matthias Krüger | -11/+5 |
| 2022-10-22 | rustdoc: remove no-op CSS `.code-header { border-bottom: none }` | Michael Howell | -1/+0 |
| 2022-10-23 | Fix wrapped valid-range handling in ty_find_init_error | Josh Triplett | -51/+69 |
| 2022-10-22 | Bump cargotest servo to 785a344e32db58d4e631fd3cae17fd1f29a721ab | Aaron Hill | -1/+1 |
| 2022-10-22 | add scalar-abi-only field retagging option | Ralf Jung | -10/+128 |