about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-03-09fix broken collect-license-metadataPietro Albini-2/+2
2023-03-09Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgrbors-27/+25
2023-03-08Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgrbors-0/+40
2023-03-08Rollup merge of #108911 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=n...Matthias Krüger-23/+25
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-4/+0
2023-03-08Auto merge of #108665 - weihanglo:update-cargo, r=weihanglobors-2/+11
2023-03-09Consider target_family as palAyush Singh-0/+3
2023-03-08Improve rustdoc-gui/tester.js code a bitGuillaume Gomez-23/+25
2023-03-08Update cargoWeihang Lo-0/+0
2023-03-08Fortify clippy tests.Camille GILLOT-21/+24
2023-03-08Remove `identity_future` indirectionArpad Borsos-23/+3
2023-03-08move clippy tests back to their intended directoryPietro Albini-0/+40
2023-03-08Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbinibors-0/+4380
2023-03-08Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholkbors-8/+7
2023-03-07Update cargoWeihang Lo-2/+11
2023-03-07Rollup merge of #108793 - clubby789:pythonpath-compiletest, r=compiler-errorsMatthias Krüger-2/+12
2023-03-07Use 3 or 6 compression threads for rust-installerMark Rousskov-5/+16
2023-03-07Add bootstrap support for rust-installerMark Rousskov-4/+3
2023-03-07Directly import rust-installer submoduleMark Rousskov-0/+4370
2023-03-07Bump rust-installerMark Rousskov-0/+0
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-4/+0
2023-03-06Append to PYTHONPATH in compiletestclubby789-2/+12
2023-03-05Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonurMatthias Krüger-4/+4
2023-03-05Merge from rustcBen Kimock-675/+3071
2023-03-05Preparing for merge from rustcBen Kimock-1/+1
2023-03-05Make `x test tidy` less noisyJoshua Nelson-4/+4
2023-03-05Add cpass to incremental testsLukas Markeffsky-15/+35
2023-03-05Rollup merge of #108749 - GuillaumeGomez:clean-up-rustdoc-js-tester, r=notriddleMatthias Krüger-58/+55
2023-03-05Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoidMatthias Krüger-15/+15
2023-03-05Rollup merge of #106440 - jyn514:tidy, r=the8472Matthias Krüger-107/+90
2023-03-05Don't walk the `tests/` directories in checks that always skip itJoshua Nelson-25/+15
2023-03-05Reuse allocations between filesJoshua Nelson-3/+6
2023-03-05Ignore things in .gitignore in tidyJoshua Nelson-84/+74
2023-03-05Auto merge of #108351 - petrochenkov:rmdit, r=cjgillotbors-15/+9
2023-03-05fix inconsistent json outputs from rustdocozkanonur-15/+15
2023-03-04Clean up rustdoc-js tester.js fileGuillaume Gomez-58/+55
2023-03-03Rollup merge of #108674 - flip1995:clippy_backport, r=ManishearthMatthias Krüger-17/+13
2023-03-03change approach to prevent interleaving compiletest messagePietro Albini-1/+1
2023-03-02Rollup merge of #108584 - GuillaumeGomez:rustdoc-search-background, r=notriddleMatthias Krüger-1/+13
2023-03-02Rollup merge of #108022 - CraftSpider:align-bytes, r=oli-obkMatthias Krüger-1/+2
2023-03-02Fix array-size-threshold config deserialization errorAlex Macleod-17/+13
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-15/+9
2023-03-02add the --json flag to compiletestPietro Albini-5/+11
2023-03-02Update rustdoc-js test toolGuillaume Gomez-1/+13
2023-03-02Rollup merge of #108609 - clubby789:e0599-highlight, r=estebankMatthias Krüger-6/+7
2023-03-02Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errorsMatthias Krüger-8/+5
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-8/+5
2023-03-01Highlight whole expression for E0599clubby789-6/+7
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-7/+3
2023-03-01Use LocalDefIdSet instead of FxHashSet for reachable_set query.Michael Woerister-1/+4