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_span
/
src
/
hygiene.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-02
Add desugaring mark to while loop
Cameron Steffen
-0
/
+2
2021-10-02
rustc_span: Make hygiene debug printing reproducible
Vadim Petrochenkov
-1
/
+4
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-3
/
+1
2021-08-30
Lower let-else to HIR
Cameron Steffen
-0
/
+2
2021-07-19
Auto merge of #87225 - estebank:cleanup, r=oli-obk
bors
-2
/
+2
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-2
/
+2
2021-07-17
Simplify Expn creation.
Camille GILLOT
-27
/
+25
2021-07-17
Rename expn_info -> expn_data.
Camille GILLOT
-8
/
+8
2021-07-17
Pass ExpnData by reference.
Camille GILLOT
-3
/
+3
2021-07-17
Drop ExpnData::krate.
Camille GILLOT
-19
/
+10
2021-07-17
Drop orig_id.
Camille GILLOT
-33
/
+9
2021-07-17
Encode ExpnId using ExpnHash for incr. comp.
Camille GILLOT
-65
/
+56
2021-07-17
Choose encoding format in caller code.
Camille GILLOT
-72
/
+26
2021-07-17
Use LocalExpnId where possible.
Camille GILLOT
-14
/
+1
2021-07-17
Make the CrateNum part of the ExpnId.
Camille GILLOT
-95
/
+250
2021-07-15
Simplify metadata decoding.
Camille GILLOT
-30
/
+8
2021-07-15
Separate encoding paths.
Camille GILLOT
-52
/
+87
2021-07-14
Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkov
bors
-1
/
+1
2021-07-13
Cache expansion hash.
Camille GILLOT
-163
/
+120
2021-07-13
Move HashStable implementations.
Camille GILLOT
-1
/
+59
2021-07-13
Avoid cloning ExpnData to access Span edition
Mark Rousskov
-1
/
+1
2021-07-11
rustc_span: Reorder some `ExpnData` fields in accordance with comments
Vadim Petrochenkov
-26
/
+25
2021-07-10
rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`
Vadim Petrochenkov
-12
/
+3
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-4
/
+5
2021-07-06
Store macro parent module in ExpnData.
Camille GILLOT
-2
/
+10
2021-06-11
Make DummyHashStableContext dummier.
Camille GILLOT
-5
/
+5
2021-06-11
Hash DefId in rustc_span.
Camille GILLOT
-7
/
+7
2021-05-12
Implement span quoting for proc-macros
Aaron Hill
-3
/
+12
2021-05-02
Use new thread-local const-init
Mark Rousskov
-1
/
+1
2021-04-19
fix few typos
klensy
-1
/
+1
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-24
/
+2
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-18
Remove unwrap_none/expect_none from compiler/.
Mara Bos
-5
/
+9
2021-03-11
Remove useless method.
Camille GILLOT
-6
/
+0
2021-02-13
Use debug log level for developer oriented logs
Tomasz Miąsko
-2
/
+2
2021-01-23
Add disambiugator to ExpnData
Aaron Hill
-5
/
+152
2021-01-07
resolve: Scope visiting doesn't need an `Ident`
Vadim Petrochenkov
-0
/
+4
2021-01-03
Make `ExpnData` fields `krate` and `orig_id` private
Aaron Hill
-2
/
+42
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-2
/
+2
2020-10-27
Show the inline stack of MIR lints that only occur after inlining
Oliver Scherer
-0
/
+3
2020-10-14
Remove unused code from rustc_span
est31
-8
/
+0
2020-09-27
Rollup merge of #77263 - bugadani:cleanup, r=lcnr
Jonas Schievink
-1
/
+1
2020-09-27
Clean up trivial if let
Dániel Buga
-1
/
+1
2020-09-27
Fix typo in ExpnData documentation
Joshua Nelson
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1239