about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-05-10Use fewer origins when creating type variables.Nicholas Nethercote-6/+1
2024-05-09always use `GenericArgsRef`lcnr-6/+10
2024-05-09Rollup merge of #124923 - RalfJung:offset-from-errors, r=compiler-errorsMatthias Krüger-0/+36
2024-05-09opt-dist: use xz2 instead of xz crateklensy-1/+1
2024-05-09Auto merge of #124706 - Zalathar:revision-checker, r=jieyouxubors-5/+124
2024-05-09Auto merge of #17208 - Wilfred:log_error_from_threads, r=Veykrilbors-2/+8
2024-05-09interpret/miri: better errors on failing offset_fromRalf Jung-0/+36
2024-05-09Auto merge of #3591 - RalfJung:win-symlink-trouble, r=RalfJungbors-150/+151
2024-05-09do not run symlink tests on Windows hostsRalf Jung-150/+151
2024-05-09make RUSTC_BLESS entirely an internal thingRalf Jung-3/+4
2024-05-09make MIRI_TEST_TARGET entirely an internal thingRalf Jung-143/+175
2024-05-09Auto merge of #3588 - RossSmyth:CliTarget, r=RalfJungbors-30/+80
2024-05-09minor tweaksRalf Jung-6/+5
2024-05-09Tidy check for test revisions that are mentioned but not declaredZalathar-0/+118
2024-05-09Include the line number in tidy's `iter_header`Zalathar-5/+6
2024-05-09Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxuMatthias Krüger-1/+0
2024-05-08fix: Report both IO errors and main_loop errorsWilfred Hughes-2/+8
2024-05-08fix: Report all LSP protocol errors with invalid_dataWilfred Hughes-10/+18
2024-05-08Update documentation for miri-script test changesRoss Smyth-6/+5
2024-05-08Update CI script for the miri-script test changesRoss Smyth-2/+2
2024-05-08Allow test targets to be set via CLI argsRoss Smyth-23/+75
2024-05-08Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errorsMatthias Krüger-8/+5
2024-05-08Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnayMatthias Krüger-201/+178
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-10/+12
2024-05-08Auto merge of #3580 - tiif:feat/malloc0-non-null-pointer, r=RalfJungbors-19/+74
2024-05-09Implement non-null pointer for malloc(0)tiif-19/+74
2024-05-08Use generic `NonZero`.Markus Reiter-65/+65
2024-05-08Simplify `clippy` lint.Markus Reiter-136/+113
2024-05-08Make term search fuel configurableTavo Annus-9/+56
2024-05-08Auto merge of #3589 - RalfJung:io-error, r=RalfJungbors-34/+31
2024-05-08io::Error handling: keep around the full io::Error for longer so we can give ...Ralf Jung-34/+31
2024-05-08miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_specRalf Jung-18/+18
2024-05-08Migrate `run-make/rustdoc-map-file` to rmakeGuillaume Gomez-1/+0
2024-05-08use key-value format in stage0 fileonur-ozkan-43/+105
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-8/+5
2024-05-07Update cargoWeihang Lo-0/+0
2024-05-07remove problems that I do not think we have seen in a whileRalf Jung-13/+0
2024-05-07README: update introductionRalf Jung-39/+31
2024-05-07Use unit of work as fuel instead of timeTavo Annus-42/+48
2024-05-07Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomezMatthias Krüger-0/+2
2024-05-07Auto merge of #17192 - roife:fix-issue-17179, r=lnicolabors-1/+46
2024-05-06rustdoc: allow custom element rustdoc-searchMichael Howell-0/+2
2024-05-06Add time based fuel to term searchTavo Annus-8/+36
2024-05-06Collapse term search exprs before Cartesian product to avoid OOMTavo Annus-20/+43
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-6/+6
2024-05-06Auto merge of #124753 - GuillaumeGomez:migrate-rustdoc-determinism, r=jieyouxubors-12/+31
2024-05-06Implement unsafe attribute parsingLukas Wirth-11/+534
2024-05-06Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubileebors-1/+0
2024-05-06Auto merge of #3579 - RalfJung:libc, r=RalfJungbors-208/+211
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-208/+211