about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-05-19Auto merge of #97114 - klensy:cursor-ref, r=petrochenkovbors-2/+2
2022-05-19Rollup merge of #97152 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2022-05-18Update cargoEric Huss-0/+0
2022-05-18Auto merge of #96863 - SparrowLii:let, r=michaelwoeristerbors-12/+14
2022-05-18fix rustfmtklensy-2/+2
2022-05-17Auto merge of #92570 - jsha:rustdoc-search-refactor, r=GuillaumeGomezbors-261/+44
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-261/+44
2022-05-17Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitorbors-2/+2
2022-05-17Rollup merge of #97079 - SparrowLii:successors, r=lcnrYuki Okushi-2/+2
2022-05-17Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwcobors-2/+1
2022-05-17Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillotbors-35/+23
2022-05-17Change `Successors` to `impl Iterator<Item = BasicBlock>`SparrowLii-2/+2
2022-05-16Add a query for checking whether a function is an intrinsic.Oli Scherer-2/+1
2022-05-15update miriRalf Jung-6/+8
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-8/+8
2022-05-14Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddleYuki Okushi-1/+1
2022-05-13Add bound_fn_sigJack Huey-2/+2
2022-05-13Add bound_type_ofJack Huey-6/+6
2022-05-13remove TestItemNamesVisitorMiguel Guarniz-35/+23
2022-05-13Emit an error if there is a JS failure on rustdoc pagesGuillaume Gomez-1/+1
2022-05-13Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrumbors-1/+9
2022-05-12Update cargoEric Huss-0/+0
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-45/+27
2022-05-12compiletest: normalize paths from repository rootDavid Wood-10/+9
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-4/+0
2022-05-11Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obkbors-1/+9
2022-05-11Bless clippy.Camille GILLOT-1/+9
2022-05-11Auto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r=Dylan-DPCbors-7/+7
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-14/+3
2022-05-11:arrow_up: rust-analyzerLaurențiu Nicola-7/+7
2022-05-11Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011Yuki Okushi-3/+1
2022-05-10Introduce EarlyBinderJack Huey-12/+12
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-3/+1
2022-05-11Rollup merge of #96849 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-2/+2
2022-05-10Add test skip supportCollin Baker-1/+9
2022-05-10update clippylcnr-45/+27
2022-05-09fix clippySparrowLii-12/+14
2022-05-09Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiserbors-0/+182
2022-05-08Move some tests to more reasonable placesCaio-2/+2
2022-05-08Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillotbors-26/+14
2022-05-08Test `expect` attribute for tool lints, clippy edition (RFC 2383)xFrednet-0/+182
2022-05-08Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995bors-0/+1201
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-4/+8
2022-05-07update MiriRalf Jung-9/+7
2022-05-06Lint for significant drops who may have surprising lifetimes #1Preston From-0/+1201
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-6/+6
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-1/+1
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-6/+6
2022-05-05Allow unused rules in some places in the compiler, library and toolsest31-4/+0
2022-05-05(Partially) Revert "HACK: Move buggy lints to nursery"flip1995-22/+6