about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-3/+7
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+3
2022-09-06Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillotbors-108/+102
2022-09-05Auto merge of #101460 - rust-lang:update-cargo, r=ehussbors-0/+0
2022-09-05Update cargoWeihang Lo-0/+0
2022-09-05Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...bors-586/+677
2022-09-05use `propagate_through_exprs` instead of `propagate_through_expr`Takayuki Maeda-6/+2
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-4/+3
2022-09-05refactor: remove unnecessary variablesTakayuki Maeda-76/+67
2022-09-05separate the receiver from arguments in HIR under /clippyTakayuki Maeda-558/+662
2022-09-05Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwcoDylan DPC-6/+6
2022-09-05Make `hir::PathSegment::res` non-optional.Nicholas Nethercote-4/+3
2022-09-04Address feedback from PR #101401Sage Mitchell-4/+8
2022-09-04Make `char::is_lowercase` and `char::is_uppercase` constSage Mitchell-10/+16
2022-09-04Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPCbors-8/+0
2022-09-02Auto merge of #101333 - matthiaskrgr:rollup-qpf1otj, r=matthiaskrgrbors-17/+20
2022-09-02clippy: BindingAnnotation changeCameron Steffen-103/+95
2022-09-02rustfmt: BindingAnnotation changeCameron Steffen-5/+7
2022-09-02Rollup merge of #101215 - est31:rustdoc_version_placeholder, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-09-02Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-SimulacrumMatthias Krüger-16/+19
2022-09-02update MiriRalf Jung-10/+8
2022-09-02Rollup merge of #101166 - GuillaumeGomez:error-index-mdbook, r=notriddleGuillaume Gomez-140/+194
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+1
2022-09-02Auto merge of #101248 - RalfJung:miri, r=RalfJungbors-8/+10
2022-09-02Also replace the version placeholder in rustc_attrest31-1/+1
2022-09-01update MiriRalf Jung-8/+10
2022-09-01Move error code book into a sub folderGuillaume Gomez-59/+40
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-0/+1
2022-09-01Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddybbors-55/+4
2022-08-31Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgrbors-3973/+9254
2022-08-31update few crates to drop old depsklensy-8/+0
2022-08-31Generate error index with mdbook instead of raw HTML pagesGuillaume Gomez-139/+212
2022-08-31Use `CountIsStart` in clippyJason Newcomb-3/+3
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-3973/+9254
2022-08-31fix a clippy testRalf Jung-1/+1
2022-08-31Rollup merge of #101197 - lnicola:rust-analyzer-2022-08-30, r=lnicolaYuki Okushi-845/+1985
2022-08-30Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJungbors-1/+1
2022-08-30:arrow_up: rust-analyzerLaurențiu Nicola-845/+1985
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-16/+21
2022-08-29Fix tests due to stricter invalid_value5225225-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-16/+21
2022-08-29Auto merge of #101147 - weihanglo:update-cargo, r=Mark-Simulacrumbors-0/+0
2022-08-29Auto merge of #98626 - oli-obk:tracing, r=lcnrbors-0/+1
2022-08-29Update cargoWeihang Lo-0/+0
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-0/+1
2022-08-29Auto merge of #101143 - matthiaskrgr:rollup-g8y5k0g, r=matthiaskrgrbors-4/+4
2022-08-29Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obkMatthias Krüger-4/+4
2022-08-29Auto merge of #100908 - lnicola:rust-analyzer-2022-08-23, r=lnicolabors-625/+2091
2022-08-29Use `&'hir Ty` everywhere.Nicholas Nethercote-2/+2
2022-08-29Use `&'hir Expr` everywhere.Nicholas Nethercote-4/+4