]> git.lizzy.rs Git - rust.git/history - src/config
Keep a parent LocalDefId in SpanData.
[rust.git] / src / config /
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-05-13 Andy WangOnly deal with LocalPath in conversion
2021-04-22 Caleb Cartwrightrefactor: remove panics on misconfigured widths
2021-04-22 Caleb Cartwrighttests: augment heuristics tests
2021-04-22 Caleb Cartwrightfeat(config): expose all width heurstic options
2021-04-22 Joshua NelsonFix errors when `parallel_compiler` is enabled
2021-01-28 Michael MorganAdd imports_granularity="Item".
2021-01-17 Geoffry SongDisable deprecated_option_merge_imports tests on non...
2021-01-17 Geoffry SongRename `merge_imports` to `imports_granularity` and...
2021-01-09 Mara BosAdd support for edition 2021.
2020-11-19 MattOption to create groups for std, external crates, and...
2020-10-24 Michael MüllerFix overriding license header bug (#4488)
2020-09-24 Caleb Cartwrightfeat: support config. of leading match arm pipe
2020-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-07-15 Caleb Cartwrightchore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
2020-06-13 Seiichi UchidaMerge pull request #4253 from calebcartwright/rustfmt...
2020-06-12 David TolnaySwitch to std::error::Error for errors (#3948)
2020-06-11 Caleb Cartwrightdeps: apply upstream rustc-* changes
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-09-24 Caleb Cartwrightfix: handling of empty str for license template path...
2019-09-08 Seiichi UchidaUpdate deps (#3788)
2019-09-05 CreepySkeletonAdd --config command line option (#3767)
2019-08-19 Caleb Cartwrightadd new flag to list names of misformatted files (...
2019-08-16 Caleb Cartwrightadd json emit mode (#3735)
2019-08-13 Caleb Cartwrighttests: fix failing default config unit test (#3743)
2019-08-06 topecongiroRelease 1.4.4
2019-08-02 topecongiroRelease 1.4.3
2019-07-31 topecongiroRelease v1.4.2
2019-07-30 topecongiroRelease v1.4.1
2019-07-28 topecongiroRelease 1.4.0
2019-07-17 Seiichi UchidaImplement closing-block procedure without relying on...
2019-07-16 Seiichi UchidaAdd #[ignore] to test that runs external process (...
2019-07-15 topecongiroRelease 1.3.3
2019-07-15 Seiichi UchidaFix bugs related to file-lines (#3684)
2019-07-06 topecongiroRelease 1.3.2
2019-06-30 topecongiroRelease 1.3.1
2019-06-12 Stéphane Campinasimplement Display for enums with attribute config_type...
2019-06-09 topecongiroRename config_proc_macro to rustfmt-config_proc_macro
2019-06-09 Seiichi UchidaRelease 1.3.0 (#3611)
2019-06-08 Stéphane CampinasMerge pull request #3607 from topecongiro/issue-3493
2019-06-03 Stéphane Campinasstabilise fn_args_density (#3581)
2019-05-22 Seiichi UchidaImplement Serialize on IgnoreList (#3565)
2019-05-18 Ruben SchmidmeisterMerge branch 'master' into normalize-multiline-doc...
2019-05-18 Seiichi UchidaMerge pull request #3558 from bash/unstable-tests
2019-05-17 Ruben SchmidmeisterMove macro to separate module
2019-05-17 Ruben SchmidmeisterRe-use nightly channel macro
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
2019-05-10 xiongmao86Revert "Revert "Change config option from format_doc_co...
2019-05-10 Stéphane CampinasMerge pull request #3546 from bash/unreachable-pub
2019-05-10 Stéphane CampinasMerge pull request #3526 from bash/refactor-apply-newli...
2019-05-10 Seiichi UchidaMerge pull request #3545 from euclio/serde-derive
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-05-09 Andy Russelluse `derive` feature over `serde_derive` crate
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-05-08 xiongmao86Revert "Change config option from format_doc_comments...
2019-05-06 xiongmao86Change config option from format_doc_comments to format...
2019-05-02 Ruben SchmidmeisterMerge remote-tracking branch 'origin/master' into refac...
2019-04-29 Seiichi UchidaMerge pull request #3484 from topecongiro/config_derive
2019-04-27 topecongiroAdd doc comment
2019-04-27 topecongiroUse config_type proc macro
2019-04-24 Ruben SchmidmeisterExtract applying of newline style into own mod
2019-04-24 Seiichi UchidaMerge pull request #3523 from topecongiro/issue-3515
2019-04-24 Seiichi UchidaMerge pull request #3522 from topecongiro/issue-3521
2019-04-24 topecongiroAdd a path to rustfmt.toml to GitIgnore as root path
2019-04-22 topecongiroAdd a path to the parent dir of rustfmt.toml as a prefix
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-16 Stéphane CampinasMerge pull request #3506 from rchaser53/issue-3505
2019-04-14 rChaser53Allow specifying glob pattern to ignore config option...
2019-04-11 Stéphane CampinasMerge pull request #3504 from matthiaskrgr/clippy_2
2019-04-11 Matthias Krügerfix clippy warnings
2019-03-29 Seiichi UchidaMerge pull request #3480 from sinkuu/cleanup
2019-03-29 Shotaro YamadaRemove redundant scopes
2019-03-29 Shotaro YamadaUse str::repeat
2019-03-24 Seiichi UchidaMerge pull request #3467 from topecongiro/issue-3465
2019-03-24 Seiichi UchidaMerge pull request #3459 from scampi/issue-3442
2019-03-24 Seiichi UchidaMerge pull request #3468 from topecongiro/refactor...
2019-03-24 topecongiroMove some code out of create_config
2019-03-17 Seiichi UchidaMerge pull request #3453 from scampi/issue-3423
2019-03-14 Seiichi UchidaUpdate rustc-ap-* crates to 407.0.0 (#3447)
2019-02-23 Stéphane CampinasMerge pull request #3409 from rchaser53/issue-3343
2019-02-23 rchaser53add config inline_attribute_width
2019-02-19 Alexander RegueiroVarious cosmetic improvements (#3403)
2019-02-15 Stéphane CampinasMerge pull request #3334 from rchaser53/issue-3227
2019-02-14 Seiichi UchidaMerge pull request #3401 from topecongiro/rustcap
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
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
2019-02-03 Seiichi UchidaMerge pull request #3311 from rchaser53/issue-3295
2019-01-29 Seiichi UchidaMerge pull request #3298 from topecongiro/issue-3272
2019-01-27 Seiichi UchidaMerge pull request #3293 from scampi/issue-3241
2019-01-27 Seiichi UchidaMerge pull request #3280 from m-ou-se/global-config
2019-01-27 Mara BosAlso look in home directory for global config.
2019-01-27 Mara BosLook for a global rustfmt.toml.
2018-11-30 Seiichi UchidaMerge pull request #3223 from scampi/issue3213
2018-11-29 Stéphane Campinasend expressions like return/continue/break with a semicolon
next