]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-02-07 Frank KingFix doc of generic items formmating error (#5124)
2022-02-04 Stéphane CampinasAdd tests for the One and Crate variants
2022-02-04 Stéphane CampinasFix import_granularity option when the use tree has...
2022-02-04 Yacin TmimiRetain trailing separator when extracting the last...
2022-02-02 Stéphane CampinasHandle non-ascii character at boundary (#5089)
2022-01-29 Yacin TmimiPrevent adding trailing whitespace when rewriting ast...
2022-01-29 Szymon GibałaFix formatting of comments in empty structs (#5171)
2022-01-23 Caleb CartwrightMerge pull request #5186 from calebcartwright/subtree...
2022-01-23 Caleb Cartwrightchore: bump toolchain, update test
2022-01-23 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-01-17 kadminAdd term to ExistentialProjection
2022-01-17 kadminAdd term
2022-01-17 kadminadd eq constraints on associated constants
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-15 Caleb Cartwrightfix(rustfmt): resolve generated file formatting issue
2022-01-12 Tomasz MiąskoRemove LLVM-style inline assembly from rustfmt
2022-01-09 LambCompute most of Public/Exported access level in rustc_r...
2022-01-05 Matthias Krügersome minor clippy fixes
2022-01-02 Seiichi UchidaUse <stdin> when emitting stdin as filename (#4298)
2022-01-02 TimFix newlines in JSON output (#4262)
2022-01-02 Caleb Cartwrightrefactor: update json emitter to better handle errors...
2022-01-02 Chris EmersonFix --check -l with stdin. (#3910)
2022-01-02 Chris EmersonMake `--check` work when running from stdin. (#3896)
2022-01-01 Yacin TmimiImprove out of line module resolution
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-29 David LattimoreDo not flatten match arm block with leading attributes
2021-12-29 Caleb Cartwrightfeat: support parsing asm! args
2021-12-29 Caleb Cartwrightchore: bump toolchain
2021-12-28 Caleb Cartwrightchore: reduce some vis. for updated unreachable_pub...
2021-12-24 Yacin TmimiRetain qualified path when rewriting struct literals
2021-12-24 David TolnayFix static async closure qualifier order
2021-12-21 Caleb Cartwrightchore: cleanup unused imports
2021-12-21 Caleb Cartwrightrefactor: encapsulate cfg_if parsing within parse mod
2021-12-21 Caleb Cartwrightrefactor: extract final rustc_parse touchpoint from...
2021-12-21 Caleb Cartwrightrefactor: move lazy_static parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: move macro arg parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse
2021-12-20 Caleb CartwrightMerge pull request #5140 from calebcartwright/subtree...
2021-12-20 Caleb Cartwrightchore: bump toolchain
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-12-15 Nicholas NethercoteRemove `SymbolStr`.
2021-12-14 Yacin TmimiPrevent duplicate comma when formatting struct pattern...
2021-12-14 Matthias Krügerclippy fixes
2021-12-08 Yacin TmimiBackport: Do not touch module with #![rustfmt::skip...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 Caleb CartwrightMerge pull request #5121 from calebcartwright/subtree...
2021-12-03 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-12-02 Yacin TmimiDetermine when new comment lines are needed for itemize...
2021-11-29 Yacin TmimiUpdate nightly only test with #[nightly_only_test]...
2021-11-29 Caleb Cartwrightrefactor: maintain more AST info when formatting a RHS
2021-11-27 Yacin TmimiConditionally compile tests based on CFG_RELEASE_CHANNE...
2021-11-27 Yacin TmimiRun Windows, Linux, and Mac CI tests with nightly and...
2021-11-27 mujpaoAdd more tests for comments in lists
2021-11-26 Fabian KellerUpdate README.md
2021-11-24 Esteban KuberChange how the fn params span is calculated
2021-11-23 Domfix: do not wrap reference-style doc links
2021-11-20 Johannes LinkeAdd a few missing tracking issues in Configurations...
2021-11-20 mujpaoPreserve normalized comments after last list item
2021-11-18 Caleb Cartwrightfix: correct some type alias issues
2021-11-18 Caleb Cartwrighttests: add cases for type alias issues
2021-11-17 Caleb Cartwrightrefactor: cleanup duplicative Impl handling code
2021-11-09 Wu Yu WeiLink tracking issues in Configurations.md (#4096)
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-08 Caleb CartwrightMerge pull request #5070 from calebcartwright/rustup...
2021-11-08 Caleb Cartwrightchore: bump toolchain
2021-11-07 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-11-07 Caleb Cartwrightrefactor: dedupe associated item visitation
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
2021-11-06 Caleb Cartwrightrefactor: dedupe & simplify ty alias formatting
2021-11-06 mujpaoPut empty trait braces on same line if possible
2021-11-06 Dmitry MurzinUpdate IntelliJ Integration (#4238)
2021-11-04 Caleb Cartwrightfix: handle external mods imported via external->inline...
2021-11-04 Caleb Cartwrightci: drop appveyor
2021-11-03 r00ster Remove grave accent that shouldn't be there
2021-11-01 Peter HallUse a custom env var for log settings intead of default...
2021-10-31 Yacin TmimiPrevent trailing whitespace in where clause bound predicate
2021-10-30 JonathanDocument RUSTFMT environment variable (#4464)
2021-10-30 chansukeFix MSRV
2021-10-30 enterpriseyREADME grammar fix (#3926)
2021-10-30 Caleb Cartwrightrefactor: minor parser cleanup
2021-10-29 Yacin TmimiRetain trailing comments in module when using rustfmt...
2021-10-29 Seiichi UchidaRemove legacy-rustfmt.toml (#4169)
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-26 Yacin TmimiAdd rustdoc CI check
2021-10-24 Caleb CartwrightMerge pull request #5043 from calebcartwright/another...
2021-10-24 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2021-10-23 MartinezAdd One option to group_imports (#4966)
2021-10-21 Caleb Cartwrightfix doc issue in rustfmt
2021-10-20 Caleb Cartwrightensure cargo-fmt tests are excluded from root workspace
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-10-20 Caleb Cartwrightchore: bump version and changelog
2021-10-20 Caleb CartwrightMerge pull request #5036 from calebcartwright/1.4.38...
2021-10-20 Caleb Cartwrightchore: bump toolchain, fix conflict
2021-10-20 Caleb CartwrightMerge branch 'master' into 1.4.38-subtree
2021-10-19 Yacin TmimiReplace match expression with match! macro
2021-10-17 Yacin TmimiHandle DefinitiveListTactic::SpecialMacro when writing...
2021-10-17 Caleb Cartwrightci: fix release asset upload job
next