Commit 4f3a276
committed
Auto merge of rust-lang#126185 - matthiaskrgr:rollup-72dn1s2, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#126137 (tests: Add ui/higher-ranked/trait-bounds/normalize-generic-arg.rs)
- rust-lang#126146 (std::unix::process adding few specific freebsd signals to be able to id.)
- rust-lang#126155 (Remove empty test suite `tests/run-make-fulldeps`)
- rust-lang#126168 (std::unix::os current_exe implementation simplification for haiku.)
- rust-lang#126175 (Use --quiet flag when installing pip dependencies)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
13 files changed
+69
-42
lines changed- library/std/src/sys/pal/unix
- process
- src
- bootstrap/src/core
- build_steps
- ci
- docker/host-x86_64/x86_64-gnu-debug
- github-actions
- doc/rustc/src/platform-support
- tools/tidy/src
- tests
- run-make-fulldeps
- ui
- feature-gates
- higher-ranked/trait-bounds
13 files changed
+69
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| 465 | + | |
465 | 466 | | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
474 | 473 | | |
475 | | - | |
| 474 | + | |
476 | 475 | | |
477 | 476 | | |
478 | 477 | | |
479 | | - | |
| 478 | + | |
| 479 | + | |
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1056 | 1060 | | |
1057 | 1061 | | |
1058 | 1062 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1487 | 1487 | | |
1488 | 1488 | | |
1489 | 1489 | | |
1490 | | - | |
1491 | | - | |
1492 | | - | |
1493 | | - | |
1494 | | - | |
1495 | | - | |
1496 | 1490 | | |
1497 | 1491 | | |
1498 | 1492 | | |
| |||
1973 | 1967 | | |
1974 | 1968 | | |
1975 | 1969 | | |
1976 | | - | |
1977 | | - | |
1978 | | - | |
| 1970 | + | |
1979 | 1971 | | |
1980 | 1972 | | |
1981 | 1973 | | |
| |||
1987 | 1979 | | |
1988 | 1980 | | |
1989 | 1981 | | |
1990 | | - | |
| 1982 | + | |
1991 | 1983 | | |
1992 | 1984 | | |
1993 | 1985 | | |
| |||
2007 | 1999 | | |
2008 | 2000 | | |
2009 | 2001 | | |
2010 | | - | |
| 2002 | + | |
2011 | 2003 | | |
2012 | 2004 | | |
2013 | 2005 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | 335 | | |
337 | 336 | | |
338 | 337 | | |
| |||
828 | 827 | | |
829 | 828 | | |
830 | 829 | | |
831 | | - | |
832 | 830 | | |
833 | 831 | | |
834 | 832 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | | - | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments