about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2020-12-11update MiriRalf Jung-10/+8
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-61/+80
2020-12-09Enable ASan, TSan, UBSan for aarch64-apple-darwin.Corey Farwell-2/+8
2020-12-09Rollup merge of #79803 - jyn514:xsv, r=Mark-SimulacrumTyler Mandry-1/+1
2020-12-09Rollup merge of #79750 - camelid:fix-lint-docs-trimming, r=Mark-SimulacrumTyler Mandry-2/+2
2020-12-08Review feedbackEric Arellano-4/+13
2020-12-07Update cargoEric Huss-0/+0
2020-12-07Dogfood 'str_split_once() with linkcheckerEric Arellano-5/+8
2020-12-07Dogfood 'str_split_once() with TidyEric Arellano-56/+63
2020-12-07Update xsv to prevent random CI failuresJoshua Nelson-1/+1
2020-12-06Fix trimming of lint docsCamelid-2/+2
2020-12-06Retain assembly operands span when lowering AST to HIRTomasz Miąsko-3/+3
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-576/+4334
2020-12-06Handle `Guard::IfLet` in clippyLeSeulArtichaut-1/+24
2020-12-06Implement lowering of if-let guards to MIRLeSeulArtichaut-0/+1
2020-12-06Auto merge of #79737 - Xanewok:update-rls, r=calebcartwrightbors-5/+6
2020-12-06Bump Rustfmt to 1.4.29Igor Matuszewski-5/+5
2020-12-05Auto merge of #79719 - JohnTitor:nomicon, r=Mark-Simulacrumbors-1/+1
2020-12-05Add libc to rustc-workspace-hackIgor Matuszewski-0/+1
2020-12-05Update RLS and RustfmtIgor Matuszewski-5/+5
2020-12-05fix clippy testVishnunarayan K I-3/+2
2020-12-05update MiriRalf Jung-16/+10
2020-12-05Ping me when nomicon's toolstate is brokenYuki Okushi-1/+1
2020-12-04Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPCbors-0/+0
2020-12-04Rollup merge of #79627 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2020-12-03Coverage tests for remaining TerminatorKinds and async, improve AssertRich Kadel-2/+0
2020-12-01Update cargoEric Huss-0/+0
2020-12-01Address review comments.Nixon Enraght-Moony-7/+7
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-10/+62
2020-12-01Rollup merge of #79568 - RalfJung:miri, r=RalfJungMara Bos-8/+16
2020-12-01Rollup merge of #79522 - ehuss:lint-check-validate, r=Mark-SimulacrumMara Bos-470/+522
2020-11-30update MiriRalf Jung-8/+16
2020-11-30Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwcobors-2/+2
2020-11-29lint-docs: Use strip-prefix to simplify.Eric Huss-4/+3
2020-11-29lint-docs: Add some extra detail to the error message.Eric Huss-0/+13
2020-11-29Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514bors-1/+1
2020-11-29Update tests to remove old numeric constantsbstrie-1/+1
2020-11-29Rollup merge of #79443 - GuillaumeGomez:improve-rustdoc-js-error-output, r=jy...Dylan DPC-0/+31
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-18/+57
2020-11-28lint-docs: Move free functions into methods of LintExtractor.Eric Huss-469/+470
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-2/+2
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-3/+3
2020-11-26Improve rustdoc JS tests error outputGuillaume Gomez-0/+31
2020-11-26Remove ForeignMod struct.Camille GILLOT-3/+3
2020-11-26Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearthbors-3104/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-2/+2
2020-11-24Update cargoEric Huss-0/+0
2020-11-24clippy: Remove now obsolete lintlist moduleflip1995-2983/+1
2020-11-24clippy: Let rustc handle describing lintsflip1995-121/+0
2020-11-24Auto merge of #79228 - flip1995:clippyup, r=oli-obkbors-876/+3112