]> git.lizzy.rs Git - rust.git/history - src
In the docs for `hex_literal_case`, show the default as a possible value
[rust.git] / src /
2022-05-08 Pascal SeitzFixes #5260
2022-05-07 cuishuangfix some typos
2022-04-17 hkalbasiMemoize format_expr
2022-04-17 Tom Milligan[review] rename internal function
2022-04-17 Paul GeyPreserve attributes for `imports_granularity=Item`
2022-04-07 Caleb CartwrightBackport 4326
2022-04-07 ExpyronReplace `structopt` dependency by `clap`
2022-04-02 Tharun Rajendranfix(rustfmt): fix struct field formatting with doc...
2022-03-30 David TolnayPreserve semicolon after macro call inside foreign mod
2022-03-29 Caleb CartwrightRevert "Use cargo-fmt in self_tests"
2022-03-28 Caleb CartwrightMerge pull request #5276 from calebcartwright/subtree...
2022-03-28 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-03-21 Yacin TmimiHonor `#[rustfmt::skip::attributes(derive)]` attribute
2022-03-21 123vivekrAdd `short_item_threshold` config option
2022-03-21 Yacin TmimiSearch for struct body span after any generic arguments
2022-03-20 Camille GILLOTTake &mut Diagnostic in emit_diagnostic.
2022-03-18 Caleb CartwrightMerge pull request #5268 from calebcartwright/subtree...
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-17 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-16 codehorsemanresolve the conflict in compiler/rustc_session/src...
2022-03-16 Caleb Cartwrightchore: add utility function for relative span positions
2022-03-16 Yacin TmimiAdd test to verify tracking issue links
2022-03-15 borsAuto merge of #94584 - pnkfelix:inject-use-suggestion...
2022-03-12 Tom Milliganfix: imports_granularity module with path containing...
2022-03-09 Yacin TmimiImprove mod resolution error for mods with multiple...
2022-03-07 Felix S. Klock IIplacate rustfmt in rustfmt.
2022-03-06 cassaundraFix missing struct field separators under certain condi...
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-05 Jack HueyChange syntax for TyAlias where clauses
2022-03-04 Felix S. Klock IIPlacate tidy in submodule.
2022-03-03 Felix S. Klock IIAdjusted diagnostic output so that if there is no ...
2022-03-03 Felix S. Klock IIAssociate multiple with a crate too.
2022-03-03 Felix S. Klock IIrefactor: prepare to associate multiple spans with...
2022-03-01 Yacin TmimiPrevent wrapping markdown headers in doc comments
2022-03-01 Yacin Tmimifallback to dir_path when relative external mod resolut...
2022-02-25 Mark RousskovEnable rustc_pass_by_value for Span
2022-02-24 Caleb Cartwrightfix: unused test imports on non-nightly, prevent regression
2022-02-23 Eduard-Mihai Burtescurustc_errors: take `self` by value in `DiagnosticBuilde...
2022-02-23 Eduard-Mihai Burtescurustc_errors: add `downgrade_to_delayed_bug` to `Diagno...
2022-02-16 Cameron SteffenUse cargo-fmt in self_tests
2022-02-15 Travis FinkenauerAdd context to get_toml_path() error (#5207)
2022-02-11 Yacin TmimiLeverage itemized blocks to support formatting markdown...
2022-02-11 Tharun Rajendranchore(rustfmt): remove executable path from usage strin...
2022-02-11 Gabriel SmithFix incorrect string indentation in macro defs with...
2022-02-07 Frank KingFix doc of generic items formmating error (#5124)
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-24 Eduard-Mihai Burtescurustc_errors: only box the `diagnostic` field in `Diagn...
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-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-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-24 Esteban KuberChange how the fn params span is calculated
2021-11-23 Domfix: do not wrap reference-style doc links
2021-11-20 mujpaoPreserve normalized comments after last list item
2021-11-18 Caleb Cartwrightfix: correct some type alias issues
next