summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-07-06Ignore in-proc-macros itemsblyxyas-1/+2
2023-07-06Move redundant_clone to nurseryAlex Macleod-33/+35
2023-07-06Auto merge of #10865 - Centri3:let_with_type_underscore_tracing, r=Jarchobors-10/+65
2023-07-06[`default_constructed_unit_structs`]: do not lint type aliasesy21-7/+62
2023-06-08[beta-1.71] cargo backportWeihang Lo-0/+0
2023-05-27Add support for nested panics to miriAmanieu d'Antras-32/+53
2023-05-27Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar...bors-1136/+1381
2023-05-26Auto merge of #111858 - clubby789:fluent-alphabetical, r=jyn514,compiler-errorsbors-0/+74
2023-05-25Ensure Fluent messages are in alphabetical orderclubby789-0/+74
2023-05-25Rollup merge of #111950 - cjgillot:expn-noinline, r=oli-obkMichael Goulet-5/+8
2023-05-25Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelixbors-38/+51
2023-05-25Manually add inlined frames in the interpreter stacktrace.Camille GILLOT-5/+8
2023-05-24Auto merge of #110936 - loongarch-rs:promote-tier2, r=Mark-Simulacrumbors-0/+2
2023-05-23Auto merge of #111890 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-05-23Update cargoWeihang Lo-0/+0
2023-05-23Promote loongarch64-unknown-linux-gnu to Tier 2 with host toolsWANG Rui-0/+2
2023-05-23Update to latest clippyOli Scherer-16/+16
2023-05-23Merge from rustcOli Scherer-1156/+2683
2023-05-23Preparing for merge from rustcOli Scherer-1/+1
2023-05-23Rollup merge of #111756 - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-deadDylan DPC-31/+31
2023-05-23Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obkDylan DPC-6/+4
2023-05-21Use a signal handler to observe ctrl+c and cleanly drop the measureme profilerBen Kimock-0/+56
2023-05-21Rename `forget_ref` lint to `forgetting_references`Urgau-7/+7
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-8/+8
2023-05-21Rename `forget_copy` lint to `forgetting_copy_types`Urgau-8/+8
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-11/+11
2023-05-20Auto merge of #111799 - flip1995:clippyup, r=Manishearthbors-1114/+2623
2023-05-20Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyupPhilipp Krones-1114/+2623
2023-05-20Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrumbors-0/+2
2023-05-20derive `Default` trait for `compiletest::common::Config`ozkanonur-1/+7
2023-05-20create new tool rustdoc-gui-testozkanonur-0/+233
2023-05-19Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`Maybe Waffle-6/+4
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+1
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-4/+2
2023-05-18Rollup merge of #111695 - fmease:dont-lump-together-alias-tys, r=compiler-errorsDylan DPC-0/+13
2023-05-18Merge from rustcRalf Jung-11/+90
2023-05-18Preparing for merge from rustcRalf Jung-1/+1
2023-05-18Rollup merge of #111561 - dtolnay:compiletestdirexists, r=Mark-SimulacrumDylan DPC-1/+7
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-4/+2
2023-05-17Exclude inherent projections from some alias ty matchesLeón Orell Valerian Liehr-0/+13
2023-05-17Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC-4/+5
2023-05-17Update cargoWeihang Lo-0/+0
2023-05-16Remove `LangItems::require`Nilstrieb-4/+5
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-0/+1
2023-05-16Auto merge of #111639 - Nilstrieb:rollup-vg149lm, r=Nilstriebbors-2/+1
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-2/+1
2023-05-16Merge from rustcRalf Jung-32/+60
2023-05-16Preparing for merge from rustcRalf Jung-1/+1
2023-05-16add lib module to `src/tool/compiletest`ozkanonur-1135/+1141
2023-05-16Auto merge of #111472 - djkoloski:compiletest_cfg_current_target, r=compiler-...bors-5/+84