]> git.lizzy.rs Git - rust.git/history - src
discard trailing blank comments
[rust.git] / src /
2018-08-16 Stéphane Campinasdiscard trailing blank comments
2018-08-16 Stéphane Campinasfix the identification of a block comment.
2018-08-13 Nick CameronMerge pull request #2912 from topecongiro/fix-slice...
2018-08-12 Seiichi UchidaRemove a wildcard parttern from slice patterns
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-08-06 Nick CameronMerge pull request #2900 from topecongiro/combine-attrs
2018-08-06 Nick CameronMerge pull request #2897 from topecongiro/issue-2896
2018-08-06 Nick CameronMerge pull request #2892 from topecongiro/issue-2884
2018-08-06 Nick CameronMerge pull request #2890 from topecongiro/use-builder...
2018-08-05 Seiichi UchidaCombine list-like attributes
2018-08-05 Seiichi UchidaFix chain with many try operators
2018-08-05 Seiichi UchidaPut comment between chain elements on its original...
2018-08-05 Seiichi UchidaFactor out functions that extract comments around items
2018-08-05 Seiichi UchidaAdd FIXME comment
2018-08-05 Seiichi UchidaFormat
2018-08-05 Seiichi UchidaDo not handle comment when converting try
2018-08-05 Seiichi UchidaAdd a space before comment that comes after a block...
2018-08-05 Seiichi UchidaVeto putting a chain with comment in a single line
2018-08-05 Seiichi UchidaDo not combine short parent and comment
2018-08-05 Seiichi UchidaFormat comment between chain elements
2018-08-05 Seiichi UchidaAdd Comment to ChainItemKind
2018-08-05 Seiichi UchidaMake children list in-order
2018-08-05 Seiichi UchidaGet correct span
2018-08-05 Seiichi UchidaAdd Span field to ChainItem
2018-08-05 Seiichi UchidaNormalize chain elements
2018-08-05 Seiichi UchidaMerge pull request #2895 from topecongiro/issue-2787
2018-08-05 Seiichi UchidaIgnore comment in wrap_str
2018-08-04 Seiichi UchidaFix parsing '#'-hiding of rustdoc
2018-08-04 Seiichi UchidaExplicitly handle semicolon after the item in statement...
2018-08-03 Seiichi UchidaRemove pub(self)
2018-08-03 Nick CameronMerge pull request #2889 from topecongiro/issue-2888
2018-08-03 Seiichi UchidaFix imports
2018-08-03 Seiichi UchidaUse builder pattern for ListFormatting
2018-08-03 Seiichi UchidaRegard digits as an upper case character
2018-07-31 Nick CameronMerge pull request #2879 from RReverser/master
2018-07-31 Nick CameronMerge pull request #2873 from aloucks/auto-detect-newli...
2018-07-31 Ingvar StepanyanUse is_nightly helper instead of duplicate code
2018-07-31 Ingvar StepanyanFix check for unstable features
2018-07-31 Aaron LoucksIncrease capacity for newline conversion buffer
2018-07-31 Nick CameronEmit 0 exit code for --version and similar operations
2018-07-30 Nick CameronWarn the user if using an unstable option without ...
2018-07-30 Nick CameronMerge pull request #2874 from cavedweller/master
2018-07-30 Benjamin Brittainfix nits
2018-07-29 Nick CameronMerge pull request #2872 from aaudiber/raw-ident-struct...
2018-07-29 Ben BrittainAdd tests for async & async move
2018-07-29 Ben BrittainFormat Async block and async fn
2018-07-29 Aaron LoucksAuto-detect newline style by default
2018-07-29 Andrew AudibertSupport raw identifiers in struct expressions
2018-07-27 Nick CameronMerge pull request #2864 from topecongiro/issue-2863
2018-07-27 Nick CameronMerge pull request #2862 from topecongiro/issue-2852
2018-07-26 Seiichi UchidaModify the rule for reordering impl items
2018-07-25 Seiichi UchidaPreserve parens in trait bounds
2018-07-25 Nick CameronMerge pull request #2861 from topecongiro/issue-2859
2018-07-25 Nick CameronMerge pull request #2834 from topecongiro/issue-2830
2018-07-24 Seiichi UchidaVeto converting delimiters inside nested macro
2018-07-24 Seiichi UchidaPut lifetimes after trait when they gets orphaned
2018-07-24 Seiichi UchidaKeep the inside macro context in nested macro call
2018-07-24 Nick CameronMerge pull request #2860 from topecongiro/rustc-ap...
2018-07-24 Seiichi UchidaRemove span from rewrite_generics's parameter
2018-07-24 Seiichi UchidaFormat exitential type
2018-07-24 Nick CameronRemove `Summary`
2018-07-24 Nick CameronMerge pull request #2838 from nrc/chains
2018-07-24 Nick CameronReformatting after rebase
2018-07-24 Nick Cameronchains: fix visual indent chain layout
2018-07-24 Nick Cameronchains: treat some string lits as blocks
2018-07-24 Nick Cameronformatting
2018-07-24 Nick Cameronchains: prefer to use the next line for an expression...
2018-07-24 Nick Cameronchains: minor fixups
2018-07-24 Nick Cameronchains: share code between block and visual formatters
2018-07-24 Nick Cameronchains: refactor formatting of chain items
2018-07-24 Nick Cameronchains: factor into objects
2018-07-24 Nick Cameronchains: more refactoring of visual formatting
2018-07-24 Nick Cameronchains: refactor block formatting
2018-07-24 Nick Cameronchains: further simplification
2018-07-24 Nick Cameronchains: refactoring
2018-07-24 Nick Cameronchains: simplify visual formatting a bit
2018-07-24 Nick Cameronfactor out treatment of 1-length chains
2018-07-24 Nick Cameronchains: split handling of chains in block and visual...
2018-07-24 Nick CameronChanges to chains with block indent
2018-07-24 Nick CameronRefactoring: factor `format_lines` and `format_project...
2018-07-24 Nick CameronReorganise formatting.rs
2018-07-24 Nick CameronRefactoring: factor out `format_file` and `FormatHandler`
2018-07-23 Nick CameronRefactoring: move `format_project` and `Timer` out...
2018-07-23 Nick CameronRefactoring: return a summary from `format_project`
2018-07-23 Nick CameronRefactoring: summary
2018-07-23 Nick CameronRefactoring: move code around in formatting
2018-07-23 Nick Cameronfactor out a `Session` object
2018-07-23 Nick CameronMove non-public API from lib.rs to its own module
2018-07-20 Nick CameronMerge pull request #2853 from nrc/match-comment
2018-07-20 Nick CameronMerge pull request #2854 from topecongiro/rustc-ap...
2018-07-20 Seiichi UchidaFix breaking changes
2018-07-20 Nick CameronTrigger an internal error if we skip formatting due...
2018-07-20 Nick CameronCheck for comments after the `=>` in a match arm
2018-07-18 Nick CameronSet rustfmt-format_macro_matchers to false by default
2018-07-18 Nick CameronAdd config options for formatting macro matchers and...
2018-07-17 Nick Cameron`replace_with_system_newlines` doesn't need to be public
2018-07-17 Nick CameronMerge pull request #2847 from mbebenita/max-width
next