| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -4/+2 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -5/+9 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -5/+3 |
| 2022-11-24 | address review feedback | Pietro Albini | -2/+4 |
| 2022-11-24 | make comment more clear | Pietro Albini | -2/+2 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -4/+2 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -5/+3 |
| 2022-11-24 | Rollup merge of #104778 - lnicola:rust-analyzer-2022-11-23, r=lnicola | Matthias Krüger | -895/+2089 |
| 2022-11-24 | Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errors | Matthias Krüger | -31/+23 |
| 2022-11-23 | Fix rustfmt | Esteban Küber | -1/+1 |
| 2022-11-23 | Fix clippy code | Esteban Küber | -2/+2 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -43/+26 |
| 2022-11-23 | Move `get_associated_type` from `clippy` to `rustc_lint` | Maybe Waffle | -31/+23 |
| 2022-11-23 | :arrow_up: rust-analyzer | Laurențiu Nicola | -895/+2089 |
| 2022-11-23 | Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearth | bors | -0/+1 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Update src/machine.rs | Ben Kimock | -0/+2 |
| 2022-11-23 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-22 | Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -18373/+8247 |
| 2022-11-22 | Document is_user_relevant | Ben Kimock | -0/+1 |
| 2022-11-22 | Clippy: Workaround for let_chains issue | Philipp Krones | -5/+6 |
| 2022-11-22 | update test_dependencies | Ralf Jung | -43/+57 |
| 2022-11-22 | ensure current getrandom works with strict provenance | Ralf Jung | -6/+12 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -9/+9 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -16/+20 |
| 2022-11-21 | Incrementally track which frame to use for diagnostics | Ben Kimock | -160/+148 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -15/+19 |
| 2022-11-21 | Use `as_closure` helper method | Oli Scherer | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -11/+7 |
| 2022-11-21 | Fix clippy's missing substs | Oli Scherer | -13/+19 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -3/+3 |
| 2022-11-21 | Clippy: Don't import GenericParamDefKind | Philipp Krones | -8/+8 |
| 2022-11-21 | Fix declare_clippy_lint crate | Philipp Krones | -1/+6 |
| 2022-11-21 | Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup | Philipp Krones | -18373/+8241 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -9/+9 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez | Matthias Krüger | -15/+4 |
| 2022-11-20 | Move tests | Caio | -1/+1 |
| 2022-11-20 | tweaks | Ralf Jung | -10/+20 |
| 2022-11-20 | some things don't need to be mutable | Ralf Jung | -9/+9 |
| 2022-11-20 | add a weak form of protection that justifies Box noalias | Ralf Jung | -65/+146 |
| 2022-11-20 | Auto merge of #104617 - RalfJung:miri, r=RalfJung | bors | -114/+152 |
| 2022-11-20 | Auto merge of #2683 - RalfJung:align_offset, r=RalfJung | bors | -0/+12 |
| 2022-11-20 | make align_offset always work on no-provenance pointers | Ralf Jung | -0/+12 |
| 2022-11-20 | make miri-seed a regular integer, and also set layout-seed in many-seeds | Ralf Jung | -9/+8 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -91/+95 |
| 2022-11-20 | fix unused warning in a test | Ralf Jung | -1/+1 |
| 2022-11-20 | Merge from rustc | Ralf Jung | -155/+166 |