Files
rust/library/std/src/os
Michael Goulet 0c241e6bdb Rollup merge of #114194 - thomcc:flushinline, r=cuviper
Inline trivial (noop) flush calls

At work I noticed that `writer.flush()?` didn't get optimized away in cases where the flush is obviously a no-op, which I had expected (well, desired).

I went through and added `#[inline]` to a bunch of cases that were obviously noops, or delegated to ones that were obviously noops. I omitted platforms I don't have access to (some tier3). I didn't do this very scientifically, in cases where it was non-obvious I left `#[inline]` off.
2023-08-10 21:17:36 -07:00
..
2022-04-14 01:33:13 -04:00
2023-04-28 08:47:55 -07:00
2022-04-14 01:33:13 -04:00
2022-04-14 01:33:13 -04:00
2023-02-24 15:30:14 +01:00
2022-06-13 20:44:58 -07:00
2022-04-14 01:33:13 -04:00
2023-06-21 14:59:37 -07:00
2023-01-25 15:07:57 +01:00
2023-04-28 08:47:55 -07:00
2022-04-14 01:33:13 -04:00
2023-03-01 06:42:40 +01:00
2022-04-14 01:33:13 -04:00
2022-04-14 01:33:13 -04:00
2022-04-14 01:33:13 -04:00
2021-09-28 11:31:47 +09:00
2023-07-28 18:09:12 -07:00
2023-05-07 18:57:43 +03:00
2023-06-21 14:59:37 -07:00