| Age | Commit message (Expand) | Author | Lines |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -1/+1 |
| 2022-10-01 | Change is_some_and to take by value | Cameron Steffen | -1/+1 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -268/+261 |
| 2022-10-01 | bless a miri test | Maybe Waffle | -1/+1 |
| 2022-10-01 | bless clippy | Maybe Waffle | -231/+231 |
| 2022-10-01 | clippy: adopt to the new lint API | Maybe Waffle | -36/+29 |
| 2022-09-30 | Stabilize map_first_last | est31 | -1/+0 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -4/+9 |
| 2022-09-29 | Rollup merge of #102468 - RalfJung:tidy, r=jyn514 | Michael Howell | -18/+15 |
| 2022-09-29 | more clear function and variable names | Ralf Jung | -17/+14 |
| 2022-09-29 | make tidy dependency error less confusing | Ralf Jung | -1/+1 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -4/+9 |
| 2022-09-28 | Adding target_rustcflags to TargetCfg | Andrew Pollack | -2/+4 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -3/+2 |
| 2022-09-27 | Update cargo | Weihang Lo | -0/+0 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -3/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -35/+35 |
| 2022-09-27 | Auto merge of #2562 - pvdrz:miri-num-cpus, r=RalfJung | bors | -8/+33 |
| 2022-09-26 | Rollup merge of #102321 - aDotInTheVoid:rdj-prim-impls, r=GuillaumeGomez | Michael Howell | -7/+6 |
| 2022-09-26 | update readme | Christian Poveda | -2/+5 |
| 2022-09-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -7/+6 |
| 2022-09-26 | `/// FIXME: docs` | Christian Poveda | -2/+2 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -4/+15 |
| 2022-09-25 | use rustc-build-sysroot instead of xargo | Ralf Jung | -219/+166 |
| 2022-09-25 | force-install tools on stale cache, to make sure we get the latest of all dep... | Ralf Jung | -2/+2 |
| 2022-09-25 | clarify a comment | Ralf Jung | -0/+1 |
| 2022-09-25 | CI: use cargo sparse registry | Ralf Jung | -0/+3 |
| 2022-09-24 | remove macOS work-around that is no longer needed | Ralf Jung | -8/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -85/+85 |
| 2022-09-24 | Auto merge of #2537 - saethlin:dont-back-up-too-far, r=RalfJung | bors | -19/+77 |
| 2022-09-24 | Auto merge of #2563 - RalfJung:nodep, r=RalfJung | bors | -1/+1 |
| 2022-09-24 | run all extern-so tests consistently without dependencies | Ralf Jung | -1/+1 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -12/+12 |
| 2022-09-24 | Bless miri. | Camille GILLOT | -1/+1 |
| 2022-09-23 | add flag to specify the number of cpus | Christian Poveda | -6/+28 |
| 2022-09-23 | Fix clippy's const fn stability check for CURRENT_RUSTC_VERSION | Nilstrieb | -1/+12 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -3/+3 |
| 2022-09-23 | Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr | bors | -16/+41 |
| 2022-09-23 | Bless clippy. | Camille GILLOT | -11/+11 |
| 2022-09-23 | Rollup merge of #102148 - RalfJung:miri-test, r=oli-obk | Matthias Krüger | -0/+24 |
| 2022-09-23 | Rollup merge of #102134 - flba-eb:master, r=bjorn3 | Matthias Krüger | -16/+17 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -2/+2 |
| 2022-09-23 | add the --sequential flag to compiletest | Pietro Albini | -1/+9 |
| 2022-09-23 | replace --remote with the --bind flag in remote-test-server | Pietro Albini | -11/+21 |
| 2022-09-23 | make remote-test-server cli parsing more consistent | Pietro Albini | -8/+4 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+2 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -1/+4 |
| 2022-09-23 | GC: factor out visiting all machine values | Ralf Jung | -81/+104 |
| 2022-09-23 | Detect panic strategy using `rustc --print cfg` | Florian Bartels | -16/+17 |