about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-05-12Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnrbors-68/+33
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-12Auto merge of #125040 - ickk:patch-1, r=notriddlebors-1/+1
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-12fix hidden title in command-line-arguments docsickk-1/+1
2024-05-12Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrumbors-582/+627
2024-05-11Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey...Matthias Krüger-1/+0
2024-05-11Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume...Matthias Krüger-0/+62
2024-05-11Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-SimulacrumMatthias Krüger-1/+1
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-12/+15
2024-05-11remove outdated stage0.json partsonur-ozkan-456/+0
2024-05-11use shared stage0 parser from `build_helper`onur-ozkan-140/+119
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-11Rollup merge of #125005 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-1166/+1182
2024-05-11Rollup merge of #124969 - onur-ozkan:test-tests-remap, r=Mark-SimulacrumMatthias Krüger-0/+23
2024-05-11Always hide private fields in aliased typeUrgau-0/+62
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-801/+1236
2024-05-11Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-11Auto merge of #124996 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-05-10Update cargoWeihang Lo-0/+0
2024-05-11Auto merge of #124993 - jieyouxu:rollup-u02aso7, r=jieyouxubors-0/+5
2024-05-11Rollup merge of #124899 - RalfJung:bootstrap-dry, r=onur-ozkan许杰友 Jieyou Xu (Joe)-0/+5
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-1/+3
2024-05-10rename 'extern-so' to 'native-lib'Ralf Jung-333/+283
2024-05-10add "tidy-alphabetical" check on "tests" remap listonur-ozkan-0/+2
2024-05-10remap missing path `tests/crashes` to `tests`onur-ozkan-0/+1
2024-05-10check if `x test tests` missing any test directoryonur-ozkan-0/+20
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-10Auto merge of #124774 - the8472:subnanosecond-benches, r=jhprattbors-4/+4
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-10fix typoRalf Jung-1/+1
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-15/+15