]> git.lizzy.rs Git - rust.git/history - crates
Auto merge of #12691 - Veykril:proc-macro-diag, r=Veykril
[rust.git] / crates /
2022-07-14 borsAuto merge of #12691 - Veykril:proc-macro-diag, r=Veykril
2022-07-14 borsAuto merge of #12735 - feniljain:fix-completions, r...
2022-07-14 feniljainfix(completion): `super::` completion at crate root...
2022-07-13 borsAuto merge of #12696 - hi-rustin:rustin-patch-fix,...
2022-07-13 borsAuto merge of #12742 - TonalidadeHidrica:fix-obsolete...
2022-07-12 borsAuto merge of #12747 - jonas-schievink:proc-macro-abi...
2022-07-12 Jonas SchievinkUpdate 1.63 proc macro ABI to match rustc
2022-07-11 borsAuto merge of #12745 - jonas-schievink:metavar-exprs...
2022-07-11 Jonas SchievinkImplement `ignore` and `index` metavar expression
2022-07-11 borsAuto merge of #12744 - hi-rustin:rustin-patch-typos...
2022-07-11 hi-rustinFix typos
2022-07-11 TonalidadeHidricaFix obsolete `completion.snippets` config
2022-07-11 TonalidadeHidricaFix obsolete `enableRangeFormatting` config
2022-07-11 TonalidadeHidricaFix `rustcSource` -> `rustc_source`
2022-07-11 TonalidadeHidricaFix config keys regarding imports in docs
2022-07-09 borsAuto merge of #12727 - DorianListens:dscheidt/extract...
2022-07-09 hi-rustinFix test
2022-07-08 Dorian Scheidtfix: Improve suggested names for extracted variables
2022-07-08 borsAuto merge of #12706 - DorianListens:dscheidt/closure...
2022-07-08 Dorian Scheidtfix: Extract Function misses locals used in closures
2022-07-08 borsAuto merge of #12719 - davidlattimore:format-args-no...
2022-07-08 borsAuto merge of #12676 - DorianListens:dscheidt/extract...
2022-07-08 borsAuto merge of #12722 - jonas-schievink:update-urls...
2022-07-08 Jonas SchievinkUpdate remaining GitHub URLs
2022-07-08 David LattimoreRemove unnecessary unsafe from format_args expansion
2022-07-06 borsAuto merge of #12695 - xuhongxu96:fix-12140, r=jonas...
2022-07-06 Hongxu Xufix default type param value position
2022-07-06 borsAuto merge of #12704 - jonas-schievink:smol-paths,...
2022-07-06 Jonas SchievinkUse `SmallVec` to slightly shrink `ModPath` size
2022-07-06 Hongxu Xucheck arg_idx >= n_params only if arg_idx >= n_required...
2022-07-06 Hongxu XuHandle generic args per arg index
2022-07-06 Hongxu XuShow only assoc type args in the correct arg pos
2022-07-05 hi-rustinAdd str_ref_to_string fix
2022-07-05 borsAuto merge of #12694 - hi-rustin:rustin-patch-bors...
2022-07-05 Hongxu XuComplete associated type only in trait generic arg
2022-07-05 hi-rustinFix project root assert
2022-07-05 Lukas Wirthfix: Fix unresolved proc macro diagnostics pointing...
2022-07-05 borsAuto merge of #12690 - Veykril:inert-attrs, r=Veykril
2022-07-05 Lukas Wirthinternal: Update inert attribute list
2022-07-04 borsAuto merge of #12687 - flodiebold:override-docs, r...
2022-07-04 Florian DieboldImprove documentation for buildScripts.overrideCommand...
2022-07-03 borsAuto merge of #12681 - lnicola:bump-deps, r=lnicola
2022-07-03 Laurențiu NicolaBump chalk
2022-07-03 Laurențiu NicolaBump object
2022-07-03 Laurențiu NicolaBump tracing-subscriber
2022-07-03 Laurențiu NicolaBump cargo_metadata
2022-07-03 Laurențiu NicolaBump indexmap
2022-07-03 Laurențiu NicolaBump smallvec
2022-07-03 Laurențiu NicolaBump either
2022-07-03 Laurențiu NicolaBump quote
2022-07-03 Laurențiu NicolaBump crossbeam-channel
2022-07-02 Dorian Scheidtfix: Extract function from trait impl
2022-07-02 borsAuto merge of #12662 - DorianListens:dscheidt/extract...
2022-07-02 Dorian Scheidtfix: Extract Function produces duplicate fn names
2022-07-02 borsAuto merge of #12680 - lowr:fix/12428-regression, r...
2022-07-02 Ryo Yoshidafix: report type mismatch on identifier in destructurin...
2022-07-02 Ryo Yoshidafix: infer lhs first on ordinary assignment expressions
2022-07-02 borsAuto merge of #12627 - yue4u:fix/struct-variant-pattern...
2022-07-02 borsAuto merge of #12679 - a-kenji:fix-typos-hir, r=lnicola
2022-07-02 a-kenjifix: typos in hir-ty
2022-07-02 borsAuto merge of #12678 - Veykril:flyimport, r=Veykril
2022-07-02 Lukas Wirthfix: Trigger flyimport completions in item lists again
2022-07-02 yue4ufix: escape for enum variant
2022-07-02 yue4ufix: variants rendering in pattern path
2022-07-01 borsAuto merge of #12671 - flodiebold:test-for-12669, r...
2022-07-01 Florian DieboldFix case of ignored/broken proc macro
2022-07-01 Florian DieboldAdd tests for #12669
2022-07-01 borsAuto merge of #12636 - xuhongxu96:fix-12148, r=Veykril
2022-07-01 borsAuto merge of #12668 - Veykril:mac-source-map, r=Veykril
2022-07-01 borsAuto merge of #12670 - Veykril:assoc-attrs, r=Veykril
2022-07-01 Lukas WirthFix blocks not considering stmt without semi as tails
2022-07-01 Lukas Wirthfix: Fix attribute macros on assoc items being discarde...
2022-07-01 Lukas WirthFix Expr::MacroStmts using wrong scopes
2022-07-01 Lukas WirthUpdate hir-ty test outputs
2022-07-01 Lukas Wirthfix: Simplify macro statement expansion handling
2022-07-01 borsAuto merge of #12650 - lowr:fix/12591, r=lnicola
2022-07-01 borsAuto merge of #12660 - Veykril:flycheck, r=Veykril
2022-06-30 Lukas Wirthfix: Fix flycheck sending cancel progress with no runni...
2022-06-30 borsAuto merge of #12655 - ChayimFriedman2:debug-bench...
2022-06-30 borsAuto merge of #12634 - iDawer:match-check.witnesses...
2022-06-30 iDawerAdd static assertions for some unreachble paths
2022-06-30 iDawerCorrect wording
2022-06-30 borsAuto merge of #12626 - CuriousCorrelation:fix/empty...
2022-06-30 borsAuto merge of #12428 - lowr:experimental/destructuring...
2022-06-28 borsAuto merge of #12652 - lnicola:openvsx, r=lnicola
2022-06-28 Ryo Yoshidafix: improve whitespace insertion in pretty printer
2022-06-28 borsAuto merge of #12648 - flodiebold:proc-macro-errors...
2022-06-28 Florian Dieboldfix: Report proc macro errors in expressions correctly...
2022-06-27 borsAuto merge of #12643 - Veykril:macro-compl, r=Veykril
2022-06-27 Lukas Wirthfix: Fix completions for locals not working properly...
2022-06-27 borsAuto merge of #12635 - antogilbert:tgt_feat, r=Veykril
2022-06-27 borsAuto merge of #12642 - weirdsmiley:master, r=Veykril
2022-06-27 Manasfix: deduplicate cfg completions
2022-06-27 Antonello PalazziUdate unit tests
2022-06-26 borsAuto merge of #12638 - buffet:fix-typo, r=flodiebold
2022-06-26 buffetFix typo in build.rs
2022-06-26 Hongxu Xucomplete raw identifier with "r#" prefix
2022-06-25 Antonello PalazziCorrect target_feature completion
2022-06-25 iDawerReduce intermediate allocations while printing witnesses
2022-06-24 borsAuto merge of #12520 - Veykril:flycheck-cancel, r=Veykril
next