]> git.lizzy.rs Git - rust.git/history - src/modules.rs
feat: support parsing asm! args
[rust.git] / src / modules.rs
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse
2021-12-20 Caleb CartwrightMerge pull request #5140 from calebcartwright/subtree...
2021-12-19 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Ident::as_str()`...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-04 Caleb Cartwrightfix: handle external mods imported via external->inline...
2021-10-29 Yacin TmimiRetain trailing comments in module when using rustfmt...
2021-10-28 Matthias Krügerfix a bunch of the other clippy warnings that look...
2021-10-28 Matthias Krügerfix clippy::needless_borrow
2021-10-20 Caleb CartwrightMerge pull request #5036 from calebcartwright/1.4.38...
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
2021-09-11 borsAuto merge of #84373 - cjgillot:resolve-span, r=michael...
2021-09-09 Fabian WolffIgnore automatically derived impls of `Clone` and ...
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-06-21 Yuki OkushiRollup merge of #86424 - calebcartwright:rustfmt-mod...
2021-06-18 Caleb Cartwrightfix(rustfmt): load nested out-of-line mods correctly
2021-05-02 Caleb Cartwrightfix: backport changes for latest rustc api comaptibility
2021-04-03 Caleb Cartwrightdeps: apply rustc module loading changes
2021-04-03 Caleb Cartwrightchore: apply AST HasAttrs->AstLike changes
2021-04-03 Caleb Cartwrightrefactor: apply rustc mod parsing changes
2021-03-19 Yuki OkushiFix a `legacy_derive_helpers` warning
2021-01-28 Sean Kleinfix: Avoid incorrect global 'cfg_if' Symbol interning
2020-09-05 Caleb Cartwrightfix: inner attribute formatting
2020-09-05 mahkohFix module resolution in inner modules with paths ...
2020-09-05 Caleb Cartwrightdeps: bump rustc-ap to v673
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-12 Caleb Cartwrightfix: backport fix for submod parser errors
2020-06-12 Caleb Cartwrightfix: backport mod resolution error handling
2020-06-08 topecongiroSupport module-level rustfmt::skip in sub-modules
2020-05-19 Seiichi UchidaUpdate rustc-ap-* crates to 659.0.0 for rustfmt-1.4...
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightchore: fix src formatting
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 v647
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 Cartwrightchore: fix compile warnings
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 (...
2019-06-08 Stéphane CampinasMerge pull request #3607 from topecongiro/issue-3493
2019-06-07 topecongiroIgnore sub-modules when skip-children is used
2019-06-03 Seiichi UchidaCargo update (#3559)
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-03-17 Seiichi UchidaMerge pull request #3448 from topecongiro/use-new_sub_p...
2019-03-17 topecongiroSupport path-clarity submodule
2019-02-19 Alexander RegueiroVarious cosmetic improvements (#3403)
2019-02-05 Seiichi UchidaMerge pull request #3318 from rchaser53/issue-3314
2019-02-05 Seiichi UchidaMerge pull request #3317 from fyrchik/fix/edition
2019-02-04 Evgeniitransition to Rust 2018
2018-08-27 crw5996Merge branch 'master' of https://github.com/rust-lang...
2018-08-26 Nick CameronMerge pull request #2942 from crw5996/fix-ellipsis-bug
2018-08-26 Nick CameronMerge pull request #2948 from CAD97/patch-2
2018-08-23 Nick CameronMerge pull request #2950 from CAD97/master
2018-08-23 cad97Reformat
2018-08-23 cad97Rename CodeMap/FileMap to SourceMap/SourceFile
2018-08-07 Nick CameronMerge pull request #2899 from topecongiro/chain-with...
2018-08-07 Nick CameronMerge pull request #2901 from topecongiro/issue-2760
2018-08-06 Seiichi UchidaAdd comment
2018-08-06 Seiichi UchidaUse custom path value if one exists when searching...
2018-05-21 Seiichi UchidaMerge pull request #2726 from csmoe/label_break
2018-05-21 Nick CameronUse our own `FileName` struct rather than exporting...
2018-05-06 Nick CameronMerge pull request #2675 from flodiebold/non-modrs...
2018-05-06 Florian DieboldAdd a test for non-mod.rs mods
2018-05-06 Florian DieboldFix handling of modules in non_modrs_mods style
2018-03-02 Nick CameronMerge pull request #2499 from davidalber/add-rust-code...
2018-03-02 Nick CameronGo back to a non-workspace structure
2018-02-12 Chris EmersonMerge remote-tracking branch 'origin/master' into diffl...
2018-02-11 Nick CameronMerge pull request #2431 from davidalber/fix-indent...
2018-02-11 Nick CameronMerge pull request #2419 from topecongiro/core
2018-02-07 topecongiroCreate rustfmt_core crate
2017-12-24 David WoodMerge branch 'master' of https://github.com/rust-lang...
2017-12-23 Seiichi UchidaCargo fmt
2017-12-22 Nick CameronMerge pull request #2298 from davidalber/fix-2269
2017-12-22 Nick CameronMerge pull request #2288 from davidalber/fix-2078
2017-12-21 Nick CameronMerge pull request #2291 from topecongiro/issue-2289
2017-12-21 Nick CameronMerge pull request #2295 from topecongiro/issue-2280
2017-12-21 Nick Cameronfix libsyntax fallout
2017-12-15 Oliver SchneiderMove from String to PathBuf where applicable
2017-12-11 Nick CameronMerge pull request #2173 from topecongiro/assignment...
2017-12-08 Nick CameronMerge pull request #2229 from CAD97/patch-2
2017-12-07 Seiichi UchidaMerge pull request #2240 from davidalber/revisit-2219
2017-12-06 Nick CameronMerge pull request #2221 from topecongiro/rfc/blank...
2017-12-02 Seiichi UchidaCargo fmt and update tests
2017-11-08 Nick CameronMerge pull request #2129 from topecongiro/changelog
2017-11-07 Nick CameronMerge pull request #2121 from topecongiro/clippy-lints
2017-11-06 topecongiroPropagate an error rather than panic
2017-11-06 topecongiroPrefer unreachable! to panic!
2017-07-14 Nick CameronMerge pull request #1785 from topecongiro/rfc/import
next