about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-11-24Auto merge of #103693 - HKalbasi:master, r=oli-obkbors-4/+2
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-5/+9
2022-11-24Auto merge of #104321 - Swatinem:async-gen, r=oli-obkbors-5/+3
2022-11-24address review feedbackPietro Albini-2/+4
2022-11-24make comment more clearPietro Albini-2/+2
2022-11-24move some layout logic to rustc_target::abi::layouthkalbasi-4/+2
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-5/+3
2022-11-24Rollup merge of #104778 - lnicola:rust-analyzer-2022-11-23, r=lnicolaMatthias Krüger-895/+2089
2022-11-24Rollup merge of #104742 - WaffleLapkin:forbidden-SUPER-deref, r=compiler-errorsMatthias Krüger-31/+23
2022-11-23Fix rustfmtEsteban Küber-1/+1
2022-11-23Fix clippy codeEsteban Küber-2/+2
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-43/+26
2022-11-23Move `get_associated_type` from `clippy` to `rustc_lint`Maybe Waffle-31/+23
2022-11-23:arrow_up: rust-analyzerLaurențiu Nicola-895/+2089
2022-11-23Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearthbors-0/+1
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-0/+1
2022-11-22Update src/machine.rsBen Kimock-0/+2
2022-11-23Update cargoWeihang Lo-0/+0
2022-11-22Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995bors-18373/+8247
2022-11-22Document is_user_relevantBen Kimock-0/+1
2022-11-22Clippy: Workaround for let_chains issuePhilipp Krones-5/+6
2022-11-22update test_dependenciesRalf Jung-43/+57
2022-11-22ensure current getrandom works with strict provenanceRalf Jung-6/+12
2022-11-22Auto merge of #103578 - petrochenkov:nofict, r=nagisabors-9/+9
2022-11-22Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgrbors-16/+20
2022-11-21Incrementally track which frame to use for diagnosticsBen Kimock-160/+148
2022-11-22Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-1/+1
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-15/+19
2022-11-21Use `as_closure` helper methodOli Scherer-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-11/+7
2022-11-21Fix clippy's missing substsOli Scherer-13/+19
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-3/+3
2022-11-21Clippy: Don't import GenericParamDefKindPhilipp Krones-8/+8
2022-11-21Fix declare_clippy_lint cratePhilipp Krones-1/+6
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-18373/+8241
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-9/+9
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+1
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-1/+1
2022-11-21Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomezMatthias Krüger-15/+4
2022-11-20Move testsCaio-1/+1
2022-11-20tweaksRalf Jung-10/+20
2022-11-20some things don't need to be mutableRalf Jung-9/+9
2022-11-20add a weak form of protection that justifies Box noaliasRalf Jung-65/+146
2022-11-20Auto merge of #104617 - RalfJung:miri, r=RalfJungbors-114/+152
2022-11-20Auto merge of #2683 - RalfJung:align_offset, r=RalfJungbors-0/+12
2022-11-20make align_offset always work on no-provenance pointersRalf Jung-0/+12
2022-11-20make miri-seed a regular integer, and also set layout-seed in many-seedsRalf Jung-9/+8
2022-11-20Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errorsbors-91/+95
2022-11-20fix unused warning in a testRalf Jung-1/+1
2022-11-20Merge from rustcRalf Jung-155/+166