about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-17Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDentonbors-0/+1
2024-07-17Auto merge of #127760 - jieyouxu:rmake-support-reorganize, r=Kobzolbors-904/+1063
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-82/+80
2024-07-17run_make_support: use `fs` internally, but `rfs` to tests许杰友 Jieyou Xu (Joe)-21/+30
2024-07-17tests: update rustdoc test for renamed `assert_dirs_are_equal`许杰友 Jieyou Xu (Joe)-2/+2
2024-07-17run_make_support: rename `assert_recursive_eq` to `assert_dirs_are_equal`许杰友 Jieyou Xu (Joe)-3/+3
2024-07-17run_make_support: moved some helpers into `string` module许杰友 Jieyou Xu (Joe)-46/+54
2024-07-17run_make_support: move some helpers from assertion to path许杰友 Jieyou Xu (Joe)-53/+53
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-239/+225
2024-07-17run_make_support: coalesce fs helpers into single `fs` module许杰友 Jieyou Xu (Joe)-117/+104
2024-07-17Auto merge of #127851 - tgross35:rollup-i39um74, r=tgross35bors-97/+121
2024-07-17run_make_support: rename `cygpath_windows` to `get_windows_path` and move und...许杰友 Jieyou Xu (Joe)-42/+45
2024-07-17run_make_support: rename `env_checked` -> `env`许杰友 Jieyou Xu (Joe)-11/+10
2024-07-17run_make_support: move `build_native_static_lib` under `external_deps`许杰友 Jieyou Xu (Joe)-50/+30
2024-07-17run_make_support: make `set_host_rpath` private and move into `util`许杰友 Jieyou Xu (Joe)-24/+28
2024-07-17run_make_support: move `handle_failed_output` into `util` module许杰友 Jieyou Xu (Joe)-24/+31
2024-07-17run_make_support: move `assert_recursive_eq` into `assertion_helpers`许杰友 Jieyou Xu (Joe)-27/+28
2024-07-17tests: update rustdoc test for renamed `assert_recursive_eq`许杰友 Jieyou Xu (Joe)-2/+2
2024-07-17run_make_support: rename `recursive_diff` to `assert_recursive_eq`许杰友 Jieyou Xu (Joe)-3/+3
2024-07-17run_make_support: move assertions and helpers into own module许杰友 Jieyou Xu (Joe)-134/+150
2024-07-17run_make_support: move `run_in_tmpdir` and `test_while_readonly` to `scoped_r...许杰友 Jieyou Xu (Joe)-54/+75
2024-07-17run_make_support: move fs helpers to own module许杰友 Jieyou Xu (Joe)-65/+75
2024-07-17run_make_support: move path-related helpers into own module许杰友 Jieyou Xu (Joe)-34/+75
2024-07-17run_make_support: move artifact name helpers into `artifact_names` module许杰友 Jieyou Xu (Joe)-76/+87
2024-07-17run_make_support: move `ar` into own module许杰友 Jieyou Xu (Joe)-14/+30
2024-07-17run_make_support: cleanup and document some lib.rs reexports许杰友 Jieyou Xu (Joe)-1/+10
2024-07-17run_make_support: move external deps to `external_deps` module许杰友 Jieyou Xu (Joe)-24/+49
2024-07-17run_make_support: move `env_var{,_os}` into `env_checked` module许杰友 Jieyou Xu (Joe)-25/+27
2024-07-17run_make_support: move target checks into `targets` module许杰友 Jieyou Xu (Joe)-36/+59
2024-07-17run_make_support: move `impl_common_helpers` into own `macros` module许杰友 Jieyou Xu (Joe)-122/+125
2024-07-17Auto merge of #127602 - onur-ozkan:calling-order, r=Kobzolbors-1/+33
2024-07-17maintain the given order on step executiononur-ozkan-1/+33
2024-07-17Rollup merge of #127850 - jieyouxu:bootstrap-llvm-config, r=onur-ozkanTrevor Gross-1/+1
2024-07-17Rollup merge of #127847 - ChrisDenton:vacation, r=jhprattTrevor Gross-1/+1
2024-07-17Rollup merge of #127813 - ChrisDenton:win-futex, r=joboetTrevor Gross-5/+8
2024-07-17Rollup merge of #127763 - ChrisDenton:safe-unsafe-unsafe, r=tgross35Trevor Gross-90/+111
2024-07-17bootstrap: open llvm_config as r+w许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17jhpratt on vacationChris Denton-1/+1
2024-07-17Prevent double reference in generic futexChris Denton-5/+8
2024-07-17Auto merge of #127838 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-07-17Narrow the scope of the ReadFile unsafe blockChris Denton-11/+12
2024-07-17forbid(unsafe_op_in_unsafe_fn) in sys/os_strChris Denton-2/+2
2024-07-17Auto merge of #127840 - tgross35:rollup-jfkg1dq, r=tgross35bors-98/+127
2024-07-16Rollup merge of #127836 - workingjubilee:forbid-unsafe-ops-in-xous-uefi, r=tg...Trevor Gross-1/+4
2024-07-16Rollup merge of #127833 - risc0:erik/zkvm-deny-unsafe, r=workingjubileeTrevor Gross-1/+2
2024-07-16Rollup merge of #127807 - ChrisDenton:win-parking, r=joboetTrevor Gross-26/+39
2024-07-16Rollup merge of #127792 - workingjubilee:read-unaligned-is-dwarfier, r=joboetTrevor Gross-14/+12
2024-07-16Rollup merge of #127512 - eggyal:newline-terminate-print-linkargs, r=compiler...Trevor Gross-1/+2
2024-07-16Rollup merge of #127444 - Sky9x:cstr-bytes-iter, r=dtolnayTrevor Gross-2/+15
2024-07-16Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviperTrevor Gross-41/+45