about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-08-06Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726bors-4/+2
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-51/+60
2022-08-04Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize`Michael Goulet-4/+2
2022-08-03Auto merge of #100065 - ehuss:update-cargo, r=ehussbors-0/+0
2022-08-03Update cargoEric Huss-0/+0
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-51/+60
2022-08-02Update rlsEric Huss-0/+0
2022-08-02Update cargoEric Huss-0/+0
2022-08-02Rollup merge of #100070 - mqudsi:99768_revisited, r=RalfJungMatthias Krüger-4/+3
2022-08-02Rollup merge of #100049 - lnicola:rust-analyzer-2022-08-02, r=lnicolaMatthias Krüger-241/+765
2022-08-02Rollup merge of #99933 - alex:parallel-html-checking, r=Mark-SimulacrumMatthias Krüger-21/+26
2022-08-02Clarify Cargo.toml commentsMahmoud Al-Qudsi-4/+3
2022-08-02Rollup merge of #100053 - flip1995:clippy_backport, r=xFrednetMatthias Krüger-3/+5
2022-08-02Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-deadMatthias Krüger-2/+2
2022-08-02move [`assertions_on_result_states`] to restrictiontabokie-3/+5
2022-08-02:arrow_up: rust-analyzerLaurențiu Nicola-241/+765
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-14/+17
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-1/+1
2022-08-01Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgrbors-3/+3
2022-08-01Auto merge of #99884 - nnethercote:lexer-improvements, r=matkladbors-4/+4
2022-08-01fix: better error when python not found in xCallum Leslie-3/+3
2022-08-01Shrink `Token`.Nicholas Nethercote-4/+4
2022-07-31Always include a position span in rustc_parse_format::ArgumentAlex Macleod-2/+2
2022-07-31Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillotDylan DPC-1/+1
2022-07-30Use LocalDefId for closures moreCameron Steffen-1/+1
2022-07-30Auto merge of #99948 - Dylan-DPC:rollup-ed5136t, r=Dylan-DPCbors-3/+4
2022-07-30Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillotDylan DPC-3/+4
2022-07-30Auto merge of #99887 - nnethercote:rm-TreeAndSpacing, r=petrochenkovbors-39/+63
2022-07-30Auto merge of #99768 - klensy:bump-deps-07-22, r=Mark-Simulacrumbors-2/+6
2022-07-29parallelize HTML checking toolAlex Gaynor-21/+26
2022-07-29Avoid ICE when fetching LocalDefIdMiguel Guarniz-1/+2
2022-07-29Change enclosing_body_owner to return LocalDefIdMiguel Guarniz-1/+1
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-1/+1
2022-07-29Remove `TreeAndSpacing`.Nicholas Nethercote-39/+63
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-1/+1
2022-07-28Auto merge of #99865 - flip1995:clippyup, r=Manishearthbors-297/+1526
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-297/+1526
2022-07-28Auto merge of #99780 - Nilstrieb:mir-opt-test-line-no, r=oli-obkbors-0/+1
2022-07-28fix memchr features in workspace-hackklensy-0/+4
2022-07-28Auto merge of #99756 - fasterthanlime:ra-sync-and-pms-component, r=Mark-Simul...bors-210/+624
2022-07-28update few depsklensy-2/+2
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+1
2022-07-27Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkovGuillaume Gomez-3/+3
2022-07-27Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnrGuillaume Gomez-0/+2
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+2
2022-07-27Auto merge of #99778 - ehuss:update-cargo, r=ehussbors-0/+0
2022-07-26Update cargoEric Huss-0/+0
2022-07-26Clippy fallout.Camille GILLOT-1/+1
2022-07-26Replace LifetimeRes::Anonymous by LifetimeRes::Infer.Camille GILLOT-2/+2