about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-13/+17
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-60/+21
2024-05-12Inline MemCategorization into ExprUseVisitorMichael Goulet-3/+3
2024-05-12Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde...Guillaume Gomez-2/+47
2024-05-12Migrate `rustdoc-scrape-examples-ordering` to `rmake`Guillaume Gomez-6/+6
2024-05-12Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrumbors-74/+148
2024-05-11Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey...Matthias Krüger-1/+0
2024-05-11Add `extern_` method to `Rustdoc`Guillaume Gomez-0/+15
2024-05-11Add `python_command` and `source_path` functionsGuillaume Gomez-0/+9
2024-05-11Add `crate_name` method to `Rustdoc` and `Rustc`Guillaume Gomez-0/+14
2024-05-11Add `crate_type` method to `Rustdoc`Guillaume Gomez-0/+7
2024-05-11move comments position in `src/stage0`onur-ozkan-4/+7
2024-05-11use shared stage0 parser from `build_helper`onur-ozkan-102/+111
2024-05-11Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrumbors-0/+1
2024-05-11Add windows_i686_gnullvm to the listMark Rousskov-0/+1
2024-05-11Migrate `run-make/rustdoc-shared-flags` to rmakeGuillaume Gomez-1/+0
2024-05-11Auto merge of #3598 - RalfJung:heap, r=RalfJungbors-38/+74
2024-05-11separate windows heap functions from C heap shimsRalf Jung-33/+56
2024-05-11alloc: update comments around malloc() alignmentRalf Jung-8/+21
2024-05-11Merge from rustcThe Miri Cronjob Bot-354/+496
2024-05-11Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-10Update cargoWeihang Lo-0/+0
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-1/+2
2024-05-10rename 'extern-so' to 'native-lib'Ralf Jung-333/+283
2024-05-10Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoeristerMatthias Krüger-12/+11
2024-05-10Rollup merge of #124888 - GuillaumeGomez:migrate-rustdoc-output-path, r=jieyouxuMatthias Krüger-1/+0
2024-05-10Rollup merge of #124797 - beetrees:primitive-float, r=davidtwcoMatthias Krüger-6/+6
2024-05-10Migrate `run-make/rustdoc-output-path` to rmakeGuillaume Gomez-1/+0
2024-05-10Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgrbors-13/+12
2024-05-10Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnrMatthias Krüger-6/+1
2024-05-10Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errorsMatthias Krüger-6/+10
2024-05-10Rollup merge of #124927 - klensy:xz3, r=KobzolMatthias Krüger-1/+1
2024-05-10Auto merge of #124953 - compiler-errors:own-params, r=lcnrbors-11/+11
2024-05-09Make builtin_deref just return a TyMichael Goulet-12/+11
2024-05-09Rename Generics::params to Generics::own_paramsMichael Goulet-11/+11
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-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