index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_expand
/
src
/
module.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-14
expand: Resolve and expand inner attributes on out-of-line modules
Vadim Petrochenkov
-19
/
+39
2021-03-05
expand: Introduce enum for module loading errors and make module loading spec...
Vadim Petrochenkov
-87
/
+85
2021-03-05
expand: Share some code between inline and out-of-line module treatment
Vadim Petrochenkov
-18
/
+18
2021-03-05
expand: Some more consistent naming in module loading
Vadim Petrochenkov
-43
/
+43
2021-03-05
expand: Less path cloning during module loading
Vadim Petrochenkov
-23
/
+29
2021-03-05
expand: Determine module directory path directly instead of relying on span
Vadim Petrochenkov
-8
/
+3
2021-03-05
expand: Move module file path stack from global session to expansion data
Vadim Petrochenkov
-13
/
+9
2021-03-05
expand: Remove obsolete `DirectoryOwnership::UnownedViaMod`
Vadim Petrochenkov
-52
/
+9
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-13
/
+10
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-3
/
+2
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-4
/
+8
2020-09-04
rustc_expand: remove pub visibility for rustfmt
Caleb Cartwright
-2
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+312