| Age | Commit message (Expand) | Author | Lines |
| 2022-09-30 | * Migrate sidebar links color to new CSS theme handling | Guillaume Gomez | -63/+14 |
| 2022-09-30 | Auto merge of #102387 - nnethercote:inline-Token-PartialEq, r=lqd | bors | -0/+3 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+70 |
| 2022-09-30 | Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errors | bors | -33/+0 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -186/+225 |
| 2022-09-29 | Auto merge of #102482 - notriddle:rollup-fjm618g, r=notriddle | bors | -175/+243 |
| 2022-09-29 | Rollup merge of #102476 - oli-obk:split_error_path, r=cjgillot | Michael Howell | -134/+140 |
| 2022-09-29 | Rollup merge of #102468 - RalfJung:tidy, r=jyn514 | Michael Howell | -18/+15 |
| 2022-09-29 | Rollup merge of #102447 - notriddle:notriddle/method-toggle, r=jsha | Michael Howell | -8/+9 |
| 2022-09-29 | Rollup merge of #102442 - notriddle:notriddle/header-weight, r=GuillaumeGomez | Michael Howell | -8/+7 |
| 2022-09-29 | Rollup merge of #102437 - notriddle:notriddle/margin-top-h2, r=jsha | Michael Howell | -0/+7 |
| 2022-09-29 | Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa | Michael Howell | -6/+0 |
| 2022-09-29 | Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillot | Michael Howell | -1/+65 |
| 2022-09-29 | Auto merge of #101893 - oli-obk:lift_derive, r=lcnr | bors | -0/+1 |
| 2022-09-29 | Split out the error reporting logic into a separate function | Oli Scherer | -134/+140 |
| 2022-09-29 | more clear function and variable names | Ralf Jung | -17/+14 |
| 2022-09-29 | Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPC | bors | -86/+301 |
| 2022-09-29 | Rollup merge of #102455 - nnethercote:WhileTrue-check_expr, r=lqd | Dylan DPC | -24/+22 |
| 2022-09-29 | Rollup merge of #102452 - granolocks:grammar-tweak, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-29 | Rollup merge of #102436 - notriddle:notriddle/normalize-form, r=GuillaumeGomez | Dylan DPC | -13/+11 |
| 2022-09-29 | Rollup merge of #102435 - GuillaumeGomez:improve-iterator-reduce-example, r=t... | Dylan DPC | -14/+5 |
| 2022-09-29 | Rollup merge of #102385 - sunfishcode:sunfishcode/wasm-no-export-heap-base, r... | Dylan DPC | -4/+6 |
| 2022-09-29 | Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcm | Dylan DPC | -0/+154 |
| 2022-09-29 | Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726 | Dylan DPC | -30/+102 |
| 2022-09-29 | make tidy dependency error less confusing | Ralf Jung | -1/+1 |
| 2022-09-29 | Auto merge of #102461 - oli-obk:split_collect_rs, r=lcnr | bors | -1179/+1205 |
| 2022-09-29 | Some path updates | Oli Scherer | -1/+1 |
| 2022-09-29 | Split collect.rs | Oli Scherer | -1178/+1204 |
| 2022-09-29 | Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisa | bors | -48/+107 |
| 2022-09-29 | Auto merge of #102450 - JohnTitor:rollup-ahleg93, r=JohnTitor | bors | -389/+591 |
| 2022-09-29 | fix minor ungrammatical sentence | Gabe Koss | -1/+1 |
| 2022-09-28 | rustdoc: add method spacing to trait methods | Michael Howell | -8/+9 |
| 2022-09-29 | Rollup merge of #102433 - RalfJung:temp-dir-typo, r=thomcc | Yuki Okushi | -1/+1 |
| 2022-09-29 | Rollup merge of #102416 - lcnr:specialization-fixme, r=compiler-errors | Yuki Okushi | -5/+5 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -4/+44 |
| 2022-09-29 | Rollup merge of #102393 - Rageking8:add-regression-test-for-issue-94923, r=Jo... | Yuki Okushi | -0/+49 |
| 2022-09-29 | Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplett | Yuki Okushi | -61/+75 |
| 2022-09-29 | Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiser | Yuki Okushi | -22/+22 |
| 2022-09-29 | Rollup merge of #102085 - chenyukang:code-refactor, r=cjgillot | Yuki Okushi | -247/+366 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -49/+29 |
| 2022-09-29 | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula... | bors | -22/+44 |
| 2022-09-28 | rustdoc: remove bad CSS font-weight on `.impl`, `.method`, etc | Michael Howell | -8/+7 |
| 2022-09-29 | Use let-chaining in `WhileTrue::check_expr`. | Nicholas Nethercote | -24/+22 |
| 2022-09-29 | Improve example of Iterator::reduce | Guillaume Gomez | -14/+5 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -185/+224 |
| 2022-09-28 | rustdoc: clean up "normalize.css 8" input override CSS | Michael Howell | -13/+11 |
| 2022-09-29 | nonzero_negation_ops: `inline(always)` -> `inline`. | John Millikin | -1/+1 |
| 2022-09-29 | nonzero_negation_ops: Set `issue = "102443"`. | John Millikin | -5/+5 |
| 2022-09-28 | Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez | bors | -33/+39 |
| 2022-09-28 | rustdoc: cut margin-top from first header in docblock | Michael Howell | -0/+7 |