rust/library/std/src/io
Lamb 3a77bb86ff Compute most of Public/Exported access level in rustc_resolve
Mak DefId to AccessLevel map in resolve for export

hir_id to accesslevel in resolve and applied in privacy
using local def id
removing tracing probes
making function not recursive and adding comments

Move most of Exported/Public res to rustc_resolve

moving public/export res to resolve

fix missing stability attributes in core, std and alloc

move code to access_levels.rs

return for some kinds instead of going through them

Export correctness, macro changes, comments

add comment for import binding

add comment for import binding

renmae to access level visitor, remove comments, move fn as closure, remove new_key

fmt

fix rebase

fix rebase

fmt

fmt

fix: move macro def to rustc_resolve

fix: reachable AccessLevel for enum variants

fmt

fix: missing stability attributes for other architectures

allow unreachable pub in rustfmt

fix: missing impl access level + renaming export to reexport

Missing impl access level was found thanks to a test in clippy
2022-01-09 21:33:14 +00:00
..
buffered Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
cursor Make some std::io functions const 2020-11-06 17:48:26 +01:00
error Add test for io::Error::new_const. 2021-03-21 20:22:26 +01:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
readbuf implement review suggestions 2021-11-02 22:47:28 -07:00
stdio stdio_locked: updates based on feedback 2021-07-02 15:56:56 -05:00
util read_buf 2021-11-02 22:47:20 -07:00
copy.rs fix test failure from trying to assume_init too much 2021-11-02 22:47:27 -07:00
cursor.rs read_buf 2021-11-02 22:47:20 -07:00
error.rs add io::Error::other constructor 2021-12-14 20:00:59 -05:00
impls.rs read_buf 2021-11-02 22:47:20 -07:00
mod.rs Compute most of Public/Exported access level in rustc_resolve 2022-01-09 21:33:14 +00:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
readbuf.rs fix typo: intialized -> initialized 2021-12-26 18:37:11 -08:00
stdio.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
tests.rs read_buf 2021-11-02 22:47:20 -07:00
util.rs add safety comments 2021-11-02 22:47:26 -07:00