]> git.lizzy.rs Git - rust.git/history - src/modules/visitor.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / src / modules / visitor.rs
2023-01-24 Caleb CartwrightMerge commit '1d8491b120223272b13451fc81265aa64f7f4d5b...
2023-01-24 Caleb CartwrightMerge pull request #5670 from calebcartwright/subtree...
2023-01-24 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-12-03 Matthias KrügerRollup merge of #104199 - SarthakSingh31:issue-97417...
2022-11-28 Nicholas NethercoteRename `ast::Lit` as `ast::MetaItemLit`.
2022-06-23 Caleb CartwrightMerge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1...
2022-06-13 Caleb CartwrightMerge commit '7b73b60faca71d01d900e49831fcb84553e93019...
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-21 Caleb Cartwrightrefactor: encapsulate cfg_if parsing within parse mod
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-05-15 Caleb CartwrightAdd 'src/tools/rustfmt/' from commit '7872306edf2e11a69...
2020-11-28 Caleb Cartwrightdeps: minor rustc_ast changes for v691
2020-09-05 Caleb Cartwrightdeps: bump rustc-ap to v672
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightrefactor: parse & mod resolver for rustc-ap v650
2020-03-27 Caleb Cartwrightrefactor: backport syntux mod
2020-03-26 Caleb Cartwrightdeps: bump to rustc v644
2020-02-10 Seiichi Uchidarustfmt 1.x bump rustc-ap to v642 (#4043)
2020-02-09 Caleb Cartwrightdeps: update rustc-ap to v642.0.0
2019-10-05 Seiichi UchidaUpdate rustc-ap-* crates to 606.0.0 (#3835)
2019-09-06 Seiichi UchidaUpdate rustc-ap-* crates to 581.0.0 (#3783)
2019-09-02 Caleb Cartwrightfix formatting mods inside cfg_if macro (#3763)
2019-06-09 Seiichi UchidaRelease 1.3.0 (#3611)
2019-06-09 Seiichi UchidaFormat modules defined in cfg_attr (#3604)
2019-06-08 Seiichi UchidaFormat modules defined inside cfg_if macro calls (...