about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2021-01-01first pass at default values for const genericsJulian Knodt-1/+6
2021-01-01Auto merge of #80539 - JohnTitor:ui-test-root-cleanup, r=petrochenkovbors-1/+1
2020-12-31Merge remote-tracking branch 'origin/master' into frewsxcv-sanCorey Farwell-1182/+3323
2021-01-01Reduce `ROOT_ENTRY_LIMIT` to 1500Yuki Okushi-1/+1
2020-12-31Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrumbors-0/+0
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-30Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obkYuki Okushi-2/+2
2020-12-29Remove unnecessary semicolon from Clippy testAaron Hill-2/+2
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-27/+11
2020-12-28bump rust-installer submodulePietro Albini-0/+0
2020-12-26lint-docs: Warn on missing lint when documenting.Eric Huss-6/+16
2020-12-25Rollup merge of #80280 - pierwill:x-readme, r=Mark-SimulacrumDylan DPC-0/+7
2020-12-24Auto merge of #80322 - ehuss:update-cargo, r=ehussbors-0/+2
2020-12-24Auto merge of #80249 - calebcartwright:update-rustfmt, r=Mark-Simulacrumbors-5/+5
2020-12-23Add libz-sys to rustc-workspace-hack.Eric Huss-0/+2
2020-12-23Update cargoEric Huss-0/+0
2020-12-23Auto merge of #80328 - flip1995:clippyup, r=Mark-Simulacrumbors-171/+47
2020-12-23Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbinibors-0/+1
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-171/+47
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+1
2020-12-21Add installation commands to `x` tool READMEpierwill-0/+7
2020-12-20update rustfmt to v1.4.30Caleb Cartwright-5/+5
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-1049/+3201
2020-12-19Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnrbors-1/+1
2020-12-19More rebindsJack Huey-1/+1
2020-12-18Auto merge of #80081 - ehuss:update-cargo, r=Mark-Simulacrumbors-0/+0
2020-12-18Update cargoEric Huss-0/+0
2020-12-17Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakisbors-2/+2
2020-12-17Rollup merge of #80026 - JohnTitor:separator-insensitive, r=Mark-SimulacrumYuki Okushi-1/+2
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-1/+25
2020-12-16compiletest: add split dwarf compare modeDavid Wood-0/+14
2020-12-15Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obkbors-3/+3
2020-12-15Rollup merge of #80025 - JohnTitor:tidy-error, r=Mark-SimulacrumGuillaume Gomez-23/+20
2020-12-15Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandryGuillaume Gomez-15/+17
2020-12-14Convenience funcs for `some_option.unwrap_or(...)`Rich Kadel-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-16/+18
2020-12-14expand-yaml-anchors: Make the output directory separator-insensitiveYuki Okushi-1/+2
2020-12-14Replace some `println!` with `tidy_error!` to simplifyYuki Okushi-23/+20
2020-12-14Check the number of entries in UI testYuki Okushi-1/+43
2020-12-12Auto merge of #79969 - petrochenkov:outestidy, r=Mark-Simulacrumbors-1/+4
2020-12-12tidy: Re-enable check for inline unit testsVadim Petrochenkov-1/+4
2020-12-12Ignore .css files in the diffJoshua Nelson-1/+2
2020-12-12If tidy isn't installed, only give one error, not manyJoshua Nelson-19/+22
2020-12-12Don't abort rustdoc tests if `tidy` isn't installedJoshua Nelson-11/+16
2020-12-12Auto merge of #79937 - RalfJung:miri, r=RalfJungbors-10/+8
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+1
2020-12-11Move binder for dyn to each list itemJack Huey-2/+2
2020-12-11update MiriRalf Jung-10/+8
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-61/+80