| Age | Commit message (Expand) | Author | Lines |
| 2022-12-01 | Add GUI test for toggle filter and opacity | Guillaume Gomez | -0/+29 |
| 2022-12-01 | Migrate summary toggle filter to CSS variable | Guillaume Gomez | -8/+4 |
| 2022-11-28 | Auto merge of #104915 - weihanglo:update-cargo, r=ehuss | bors | -0/+2 |
| 2022-11-28 | Auto merge of #104990 - matthiaskrgr:rollup-oskk8v3, r=matthiaskrgr | bors | -522/+943 |
| 2022-11-27 | Rollup merge of #104989 - RalfJung:miri, r=RalfJung | Matthias Krüger | -500/+893 |
| 2022-11-27 | Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddle | Matthias Krüger | -5/+21 |
| 2022-11-27 | Rollup merge of #104955 - GuillaumeGomez:migrate-to-func, r=notriddle | Matthias Krüger | -17/+29 |
| 2022-11-27 | Auto merge of #104506 - joshtriplett:style-principles-readability-in-plain-te... | bors | -1/+3 |
| 2022-11-27 | clippy | Ralf Jung | -19/+15 |
| 2022-11-27 | advice on josh pushing | Ralf Jung | -0/+7 |
| 2022-11-27 | Merge from rustc | Ralf Jung | -21338/+15795 |
| 2022-11-27 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-27 | Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlin | bors | -157/+339 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -80/+222 |
| 2022-11-27 | Add rustdoc test for Deref to primitive types | Guillaume Gomez | -0/+15 |
| 2022-11-27 | Remove Crate::primitives field | Guillaume Gomez | -5/+6 |
| 2022-11-27 | Rollup merge of #104946 - notriddle:notriddle/popover-menu-focus, r=Guillaume... | Matthias Krüger | -5/+69 |
| 2022-11-27 | Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514 | Matthias Krüger | -3/+70 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -69/+68 |
| 2022-11-27 | Rollup merge of #95836 - workingjubilee:doctest-exe, r=notriddle | Matthias Krüger | -3/+15 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -145/+281 |
| 2022-11-27 | Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJung | bors | -1/+3 |
| 2022-11-27 | Auto merge of #2701 - RalfJung:smoke, r=RalfJung | bors | -1/+1 |
| 2022-11-27 | run_tests_minimal: actually run the smoke test on the desired target | Ralf Jung | -1/+1 |
| 2022-11-27 | CI: fix begingroup printing | Ralf Jung | -1/+1 |
| 2022-11-27 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -20/+115 |
| 2022-11-27 | Use `.wasm` extension when building for wasm in cargo-miri | nils | -1/+3 |
| 2022-11-27 | Auto merge of #103786 - tshepang:obsolete, r=jyn514 | bors | -7/+1 |
| 2022-11-27 | Auto merge of #96451 - JakobDegen:dest-prop, r=tmiasko | bors | -365/+425 |
| 2022-11-26 | Attempt to solve problem with globs | Jubilee Young | -1/+1 |
| 2022-11-26 | Use target exe_suffix for doctests | Jubilee Young | -2/+14 |
| 2022-11-27 | Update cargo | Weihang Lo | -0/+2 |
| 2022-11-26 | Rewrite dest prop. | Jakob Degen | -365/+425 |
| 2022-11-27 | Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 | bors | -0/+7 |
| 2022-11-27 | nits | Ralf Jung | -2/+2 |
| 2022-11-27 | make Stacked Borrows retags act like data races | Ralf Jung | -45/+164 |
| 2022-11-27 | slightly adjust and synchronize Machine passing for SB and DataRace | Ralf Jung | -55/+24 |
| 2022-11-27 | !Unpin retags must still be reads, to check dereferenceable | Ralf Jung | -57/+151 |
| 2022-11-26 | Auto merge of #104950 - jyn514:revert-preview, r=Mark-Simulacrum | bors | -5/+7 |
| 2022-11-26 | Switch rustdoc-gui test to function call | Guillaume Gomez | -17/+29 |
| 2022-11-26 | rustdoc: pass "true" to reset focus for notable traits | Michael Howell | -11/+7 |
| 2022-11-26 | Revert "Don't set `is_preview` for clippy and rustfmt" | Joshua Nelson | -5/+7 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -69/+68 |
| 2022-11-26 | rustdoc: improve popover focus handling JS | Michael Howell | -5/+73 |
| 2022-11-26 | Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomez | Guillaume Gomez | -3/+61 |
| 2022-11-26 | Rollup merge of #104928 - notriddle:notriddle/sidebar-toggle-flexbox, r=Guill... | Guillaume Gomez | -9/+3 |
| 2022-11-26 | Rollup merge of #104924 - aDotInTheVoid:jsondocck-trait-alias, r=GuillaumeGomez | Guillaume Gomez | -5/+35 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -0/+92 |
| 2022-11-26 | Add a test that makes sense | Nixon Enraght-Moony | -5/+28 |
| 2022-11-26 | Support unit tests for jsondoclint | Nixon Enraght-Moony | -0/+44 |