]> git.lizzy.rs Git - rust.git/history - src/types.rs
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and patterns.
[rust.git] / src / types.rs
2022-11-17 Nicholas NethercoteBox `ExprKind::{Closure,MethodCall}`, and `QSelf` in...
2022-07-12 Maybe Waffleimplement rustfmt formatting for `for<>` closure binders
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-16 codehorsemanresolve the conflict in compiler/rustc_session/src...
2022-01-17 kadminAdd term to ExistentialProjection
2022-01-17 kadminAdd term
2022-01-17 kadminadd eq constraints on associated constants
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
2021-09-09 Felix S. Klock IIRevert "Allow formatting `Anonymous{Struct, Union}...
2021-08-27 DeadbeefIntroduce `~const`
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-06-21 Yuki OkushiRollup merge of #86424 - calebcartwright:rustfmt-mod...
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-16 Yuki OkushiUse `AttrVec` for `Arm`, `FieldDef`, and `Variant`
2021-05-17 jedel1043Allow formatting `Anonymous{Struct, Union}` declarations
2021-01-16 Caleb Cartwrightrefactor: remove unneeded clone
2021-01-16 Caleb Cartwrightfix: indentation issue on generic bounds
2021-01-09 Mara BosAccount for new ast::GenericParamKind::Const::default...
2020-12-20 Seiichi UchidaFormat error and typeof types (#4416)
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-07-21 Seiichi Uchidapreparation for potential rustfmt 1.4.19 (#4283)
2020-07-10 Caleb Cartwrightdeps: bump rustc-ap-* to v668
2020-03-31 Caleb Cartwrightbackport new syntax to rustfmt 1.x (#4105)
2020-03-30 Manish GoregaokarMerge pull request #4100 from calebcartwright/rustfmt1x...
2020-03-30 Caleb Cartwrightdeps: bump rustc-ap* to v651
2020-03-28 Caleb Cartwrightrefactor: rename libsyntax --> rustc_ast
2020-03-28 Caleb Cartwrightrefactor: parse & mod resolver for rustc-ap v650
2020-03-26 Caleb Cartwrightdeps: bump to rustc v644
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-10-05 Seiichi UchidaUpdate rustc-ap-* crates to 606.0.0 (#3835)
2019-08-16 Seiichi UchidaUse correct indent when formatting complex fn type...
2019-06-29 Stéphane CampinasMerge pull request #3661 from calebcartwright/associate...
2019-06-28 calebcartwrightfix: handling of associated type bounds
2019-06-25 rChaser53fix internal error for long closure types (#3653)
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 Seiichi UchidaCargo update (#3559)
2019-05-16 Seiichi UchidaMerge pull request #3535 from xiongmao86/issue3417
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-09 Ruben SchmidmeisterRun rustfmt
2019-05-09 Ruben SchmidmeisterEnable unreachable_pub lint
2019-05-09 Seiichi UchidaMerge pull request #3486 from scampi/issue-3197
2019-05-06 Stéphane CampinasMerge pull request #3540 from rchaser53/issue-3539
2019-05-05 rchaser53correct to get wrong BytePos
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-23 rChaser53leave the comment in parentheses of argumentless Fn...
2019-04-17 Seiichi UchidaMerge pull request #3511 from topecongiro/issue3498
2019-04-17 Seiichi UchidaMerge pull request #3510 from topecongiro/issue3509
2019-04-03 Stéphane Campinaskeep comment appearing between parameter's name and...
2019-03-25 Stéphane CampinasMerge pull request #3469 from topecongiro/cargo-fmt
2019-03-25 Stéphane CampinasMerge pull request #3470 from topecongiro/issue-3051
2019-03-25 Seiichi UchidaDo not add a space after empty impl
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-03-14 Seiichi UchidaMerge pull request #3441 from rchaser53/const-generics
2019-03-12 rchaser53implement for const generics
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-14 topecongiroCargo update
2019-02-10 Seiichi UchidaMerge pull request #3335 from h-michael/rust-2018
2019-02-10 Seiichi UchidaMerge pull request #3326 from scampi/issue-3302
2019-02-09 Hirokazu HataFix rust_2018_idioms warnings
2019-02-08 Stéphane CampinasMerge pull request #3328 from topecongiro/edition-2018
2019-02-08 Seiichi UchidaMerge pull request #3332 from rchaser53/issue-3234
2019-02-07 Seiichi UchidaMerge pull request #3325 from topecongiro/rustcap
2019-02-06 Seiichi UchidaFix how we get span of the PathSegment separator
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-01-14 Stéphane CampinasMerge pull request #3225 from scampi/issue-3224
2019-01-07 Nick CameronMerge pull request #3260 from topecongiro/issue-3004
2018-12-19 topecongiroDo not modify original source code inside macro call
2018-12-18 Seiichi UchidaMerge pull request #3240 from Xanewok/parser-panic
2018-12-18 Seiichi UchidaMerge pull request #3250 from scampi/issue3229
2018-12-18 Philipp HanschFix trim_right/trim_left deprecation warnings (#3252)
2018-12-12 Seiichi UchidaMerge pull request #3232 from ForsakenDurian/patch-1
2018-12-08 Nick CameronMerge pull request #3236 from kngwyu/upd-syntax
2018-12-08 kngwyuUpdate rustc-ap-syntax to 306.0
2018-11-19 Nick CameronMerge pull request #3177 from kestred/kstenerson/preser...
2018-11-18 Seiichi UchidaPrefer to break arguments over putting output type...
2018-11-17 Nick CameronMerge pull request #3205 from matthiaskrgr/clippy
2018-11-16 Matthias Krügerfix a few clippy warnings
2018-10-28 Nick CameronMerge pull request #3141 from dfyz/issue-2810
2018-10-28 Nick CameronMerge pull request #3144 from otavio/issues-3143
2018-10-28 Nick CameronMerge pull request #3142 from topecongiro/issue-3139
2018-10-27 Seiichi UchidaDo not remove path disambiugator inside macro
2018-10-26 Nick CameronMerge pull request #3140 from matthiaskrgr/redundant_clones
2018-10-26 Nick CameronMerge pull request #3138 from topecongiro/issue-3137
2018-10-26 Seiichi UchidaSimplify handling parens on generic bound trait
next