]> git.lizzy.rs Git - rust.git/history - src
Ensure that doc url hash IDs are scrolled to on page load
[rust.git] / src /
2021-08-08 Caleb Cartwrightfix: don't drop drop generic args on assoc ty constraints
2021-08-07 Caleb Cartwrightfix: handle GAT types in impls with self bounds
2021-07-28 klensyBump deps
2021-07-28 EllenUnyeet const param defaults
2021-07-28 Outvi Vfix: make --edition 2021 visible in --help
2021-07-26 Caleb Cartwrightchore: disable clippy::matches_like_macro lint
2021-07-26 Matthias Krügerfix a bunch of clippy warnings
2021-07-26 Caleb Cartwrightfix: correct arm leading pipe check (#4880)
2021-07-26 Michael MurphyAdjusting help message (#4865)
2021-07-26 Casey RodarmorImprove pasta copyability of `merge_imports` deprecatio...
2021-07-26 Ruby LazuliAllow `--edition 2021` to be passed to rustfmt
2021-07-26 Caleb CartwrightMerge pull request #4920 from calebcartwright/subtree...
2021-07-17 Camille GILLOTUse LocalExpnId where possible.
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-01 Joshua NelsonDocument rustfmt on nightly-rustc
2021-06-21 Yuki OkushiRollup merge of #86424 - calebcartwright:rustfmt-mod...
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-18 Caleb Cartwrightfix(rustfmt): load nested out-of-line mods correctly
2021-06-16 Yuki OkushiUse `AttrVec` for `Arm`, `FieldDef`, and `Variant`
2021-06-10 Ryan LevickAdd support for using qualified paths with structs...
2021-05-17 jedel1043Allow formatting `Anonymous{Struct, Union}` declarations
2021-05-13 Andy WangRename `RealFileName::Named` to `LocalPath`
2021-05-13 Andy WangOnly deal with LocalPath in conversion
2021-05-13 Andy WangRename span_to_string to span_to_diagnostic_string
2021-05-02 Caleb Cartwrightfix: backport changes for latest rustc api comaptibility
2021-04-22 Yuki OkushiUpgrade `annotate-snippets` to 0.8 (#4762)
2021-04-22 ChinYing-LiRecognize when a block comment has been ended inside...
2021-04-22 Caleb Cartwrightrefactor: remove panics on misconfigured widths
2021-04-22 Caleb Cartwrighttests: augment heuristics tests
2021-04-22 Caleb Cartwrightrefactor: apply heuristic config changes in lib
2021-04-22 Caleb Cartwrightfeat(config): expose all width heurstic options
2021-04-22 Joshua NelsonFix errors when `parallel_compiler` is enabled
2021-04-22 Joshua NelsonUse `rustc_private` instead of crates.io dependencies
2021-04-03 Caleb Cartwrightchore: fmt and cleanup
2021-04-03 Caleb Cartwrightdeps: apply rustc-ap-* v712 changes
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-04-03 Caleb Cartwrightchore: apply pattern parsing changes
2021-04-03 Caleb Cartwrightchore: add span creation util function
2021-03-19 Yuki OkushiFix a `legacy_derive_helpers` warning
2021-02-19 Joshua NelsonFix some clippy warnings
2021-02-18 David Bar-OnAdd the use of rewrite_assign_rhs_with_comments to 1.x
2021-02-18 David Bar-OnFix for issue 4603 about extra macro body indentation...
2021-02-18 Joshua NelsonFix warnings
2021-02-07 Caleb Cartwrightdeps: apply rustc-ap v705 changes to itemkind variants
2021-02-04 Caleb Cartwrightdeps: bump rustc-ap crates to v701.0.0
2021-01-29 Caleb Cartwrightfix: don't insert trailing comma on struct lit rest...
2021-01-28 Caleb Cartwrightchore: backport some empty block check fixes
2021-01-28 Caleb Cartwrightrefactor: cleanup block check for statements
2021-01-28 vallentinFixed semicolon getting moved into comment (fixes ...
2021-01-28 Michael MorganAdd imports_granularity="Item".
2021-01-28 Sean Kleinfix: Avoid incorrect global 'cfg_if' Symbol interning
2021-01-28 Ayaz HafizInclude const generic type bounds in their spans
2021-01-28 Seiichi UchidaUse the span after generics and where clause (#4208)
2021-01-28 hafizInclude constness in impl blocks (#4215)
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-16 Caleb Cartwrightrefactor: remove unneeded clone
2021-01-16 Caleb Cartwrightfix: indentation issue on generic bounds
2021-01-09 Caleb Cartwrightfix: maintain redundant semis on items in statement pos
2021-01-09 Mara BosAccount for new ast::GenericParamKind::Const::default...
2021-01-09 Mara BosFixes for new rustc changes.
2021-01-09 Mara BosAdd support for edition 2021.
2020-12-20 Seiichi UchidaFormat error and typeof types (#4416)
2020-12-20 Stéphane CampinasFix rewrite of closures with a return type
2020-12-20 Caleb Cartwrightfix: don't strip nonexistent comma in derive
2020-12-01 David TolnayPreserve polarity on negative non-trait impl
2020-11-29 WhizSidComment between typebounds (#4474)
2020-11-29 Caleb Cartwrightfix: backport some imports for cherry-picked commit
2020-11-29 WhizSidFixed comment dropped between & and type issue (#4482)
2020-11-29 WhizSidFixed 'Comment removed between type name and =' issue...
2020-11-29 Caleb Cartwrightfix: apply rustc-ap updates to backported commit
2020-11-29 hafizPick up comments between visibility modifier and item...
2020-11-29 Caleb Cartwrighttests: backport an additional test case
2020-11-29 Adam H. Leventhalfixes #4115, #4029, #3898
2020-11-29 hafizCompare code block line indentation with config whitesp...
2020-11-29 Ayaz HafizDon't drop blocks on foreign functions
2020-11-29 Ayaz HafizProperly format function signature in extern blocks
2020-11-28 Caleb Cartwrightchore: run rustfmt against source
2020-11-28 Caleb Cartwrightfeat: support underscore expressions
2020-11-28 Caleb Cartwrightrefactor: update cfg_if attr parsing
2020-11-28 Caleb Cartwrightfeat: support struct/slice destructuring
2020-11-28 Caleb Cartwrightdeps: minor rustc_ast changes for v691
2020-11-28 Caleb Cartwrightdeps: bump rustc-ap to v687
2020-11-26 meiomorphismfix: don't force a newline after an empty where clause
2020-11-19 MattOption to create groups for std, external crates, and...
2020-11-16 Caleb Cartwrightfix: don't drop leading comments in extern
2020-11-14 WhizSidFixed 'Incorrect comment indent inside if/else' issue...
2020-11-14 Ayaz HafizCorrectly create artificial span for formatting closure...
2020-11-12 Caleb Cartwrightfeat: don't insert semi in macro_rules arm body
2020-11-06 Caleb Cartwrightfix: remove ignored depr attribute which now errors
2020-11-06 Caleb Cartwrightfix: remove comment from cherry-pick that v1.x doesn...
2020-11-06 Aaron HillDon't flatten a block containing a single macro call
2020-11-03 Caleb Cartwrightfeat: v2 support for nested tuples w/o spaces
2020-11-03 Caleb Cartwrighttests: adjust some cherry-picekd tests
2020-11-03 Caleb Cartwrightfix: resolve some parser related bugs
2020-11-03 Caleb Cartwrighttests: add test for panic on new_parser_from_file
2020-11-03 Caleb Cartwrightfix(parser): better unclosed delims handling
2020-11-03 Caleb Cartwrightdeps: bump rustc-ap to v686
next