about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-05-14Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxubors-1/+0
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-12/+9
2024-05-13Apply nitsMichael Goulet-3/+3
2024-05-13Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat...Matthias Krüger-1/+14
2024-05-13split out AliasTy -> AliasTermMichael Goulet-12/+9
2024-05-13Migrate `run-make/rustdoc-target-spec-json-path` to rmakeGuillaume Gomez-1/+0
2024-05-13Add `library_search_path` to `Rustdoc`Guillaume Gomez-0/+8
2024-05-13Add `target` method to `Rustdoc` typeGuillaume Gomez-0/+6
2024-05-13Auto merge of #125024 - Oneirical:master, r=jieyouxubors-3/+0
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-11Port c-link-to-rust-va-list-fn to RustOneirical-1/+0
2024-05-11make tidy happyOneirical-3/+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