| Age | Commit message (Expand) | Author | Lines |
| 2022-05-19 | Auto merge of #97114 - klensy:cursor-ref, r=petrochenkov | bors | -2/+2 |
| 2022-05-19 | Rollup merge of #97152 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-05-18 | Update cargo | Eric Huss | -0/+0 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -12/+14 |
| 2022-05-18 | fix rustfmt | klensy | -2/+2 |
| 2022-05-17 | Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomez | bors | -261/+44 |
| 2022-05-17 | rustdoc: make search.js a module | Jacob Hoffman-Andrews | -261/+44 |
| 2022-05-17 | Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor | bors | -2/+2 |
| 2022-05-17 | Rollup merge of #97079 - SparrowLii:successors, r=lcnr | Yuki Okushi | -2/+2 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -2/+1 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -35/+23 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -2/+2 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -2/+1 |
| 2022-05-15 | update miri | Ralf Jung | -6/+8 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -8/+8 |
| 2022-05-14 | Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddle | Yuki Okushi | -1/+1 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+6 |
| 2022-05-13 | remove TestItemNamesVisitor | Miguel Guarniz | -35/+23 |
| 2022-05-13 | Emit an error if there is a JS failure on rustdoc pages | Guillaume Gomez | -1/+1 |
| 2022-05-13 | Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrum | bors | -1/+9 |
| 2022-05-12 | Update cargo | Eric Huss | -0/+0 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -45/+27 |
| 2022-05-12 | compiletest: normalize paths from repository root | David Wood | -10/+9 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -4/+0 |
| 2022-05-11 | Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obk | bors | -1/+9 |
| 2022-05-11 | Bless clippy. | Camille GILLOT | -1/+9 |
| 2022-05-11 | Auto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r=Dylan-DPC | bors | -7/+7 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -14/+3 |
| 2022-05-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+7 |
| 2022-05-11 | Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011 | Yuki Okushi | -3/+1 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -12/+12 |
| 2022-05-11 | Remove some unnecessary invisible delimiter checks. | Nicholas Nethercote | -3/+1 |
| 2022-05-11 | Rollup merge of #96849 - c410-f3r:z-errors, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2022-05-10 | Add test skip support | Collin Baker | -1/+9 |
| 2022-05-10 | update clippy | lcnr | -45/+27 |
| 2022-05-09 | fix clippy | SparrowLii | -12/+14 |
| 2022-05-09 | Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiser | bors | -0/+182 |
| 2022-05-08 | Move some tests to more reasonable places | Caio | -2/+2 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -26/+14 |
| 2022-05-08 | Test `expect` attribute for tool lints, clippy edition (RFC 2383) | xFrednet | -0/+182 |
| 2022-05-08 | Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995 | bors | -0/+1201 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -4/+8 |
| 2022-05-07 | update Miri | Ralf Jung | -9/+7 |
| 2022-05-06 | Lint for significant drops who may have surprising lifetimes #1 | Preston From | -0/+1201 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -6/+6 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -6/+6 |
| 2022-05-05 | Allow unused rules in some places in the compiler, library and tools | est31 | -4/+0 |
| 2022-05-05 | (Partially) Revert "HACK: Move buggy lints to nursery" | flip1995 | -22/+6 |