]> git.lizzy.rs Git - rust.git/history - src/stmt.rs
fix: correct span for structs with const generics
[rust.git] / src / stmt.rs
2020-10-24 hafizPreserve comments in empty statements (#4180)
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-26 Caleb Cartwrightdeps: bump to rustc v647
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-06-16 Seiichi UchidaFormat the last expression-statement as expression...