]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-04 bvanjoifix: keep whitespace in extract function handler
2023-01-03 borsAuto merge of #13887 - Veykril:rustc-diag-preferred...
2023-01-03 Lukas WirthOnly set machine-applicable rustc diagnostics as preferred
2023-01-03 borsAuto merge of #13886 - Veykril:inlay-ligatures, r=Veykril
2023-01-03 Lukas WirthUse ZWNJ to prevent VSCode from forming ligatures betwe...
2023-01-03 borsAuto merge of #13885 - Veykril:bin-op-adjust, r=Veykril
2023-01-03 Lukas WirthSkip lifetime elision on fn pointers and fn trait types
2023-01-03 borsAuto merge of #13853 - veber-alex:diag_fix, r=Veykril
2023-01-03 Alex VeberFix diagnostic code
2023-01-02 borsAuto merge of #13882 - Veykril:bin-op-adjust, r=Veykril
2023-01-02 Lukas WirthFix spelling mistake
2023-01-02 Lukas WirthWrite down adjustments introduced by binary operators
2023-01-02 borsAuto merge of #13832 - Veykril:discriminant-hints,...
2023-01-02 borsAuto merge of #13854 - lowr:fix/mbe-glue-punct, r=Veykril
2023-01-02 borsAuto merge of #13877 - lowr:fix/find-path-prefix-shadow...
2023-01-02 Ryo Yoshidafix: prefix prelude items whose name collides in curren...
2023-01-01 borsAuto merge of #13875 - Veykril:private-field-diag,...
2023-01-01 Lukas WirthDiagnose private assoc item accesses
2022-12-31 borsAuto merge of #13871 - lowr:fix/extract-module-merge...
2022-12-31 borsAuto merge of #13870 - Veykril:private-field-diag,...
2022-12-31 Lukas WirthDiagnose private field accesses
2022-12-31 Ryo Yoshidafix: merge multiple intersecting ranges
2022-12-31 borsAuto merge of #13869 - Veykril:exit-points, r=Veykril
2022-12-31 Lukas WirthImprove exit point highlighting for non-loop loops...
2022-12-31 borsAuto merge of #13867 - Veykril:meth-res-fallback, r...
2022-12-31 Lukas WirthAdd test for private method inference fallback
2022-12-31 borsAuto merge of #13868 - lowr:patch/unused-known-names...
2022-12-31 Ryo YoshidaRemove unused known `Name`s
2022-12-30 Lukas WirthFallback to invisible associated functions and constant...
2022-12-30 borsAuto merge of #13866 - Nilstrieb:rustc_safe_intrinsic...
2022-12-30 borsAuto merge of #13861 - danieleades:derive-hash, r=Veykril
2022-12-30 borsAuto merge of #13857 - WaffleLapkin:yeet, r=Veykril
2022-12-30 borsAuto merge of #13856 - WaffleLapkin:typeck_try{}, r...
2022-12-30 borsAuto merge of #13865 - lnicola:nits2, r=Veykril
2022-12-30 NilstriebUse `rustc_safe_intrinsic` attribute to check for intri...
2022-12-30 Laurențiu NicolaRephrase clippy policy
2022-12-30 Laurențiu NicolaAvoid useless format
2022-12-30 Daniel Eadesderive 'Hash'
2022-12-28 Maybe WaffleImplement `do yeet` expression
2022-12-28 Maybe WaffleParse `do yeet` expressions
2022-12-28 Maybe WaffleImplement `try{}` block type inference
2022-12-28 Maybe WaffleActually test closures in `closures_are_borders`
2022-12-28 Maybe WaffleActually test `async{}` blocks in `async_blocks_are_bor...
2022-12-28 Maybe WaffleAllow `break` and co to go through `try{}` blocks
2022-12-28 Maybe Wafflefixup a doc comment
2022-12-27 borsAuto merge of #13841 - nyurik:lints2, r=lnicola
2022-12-27 Ryo Yoshidambe: handle multi-character separator
2022-12-27 Ryo Yoshidambe: treat `<-` as one punct
2022-12-27 Ryo Yoshidambe: split `Op::Leaf` and handle multi-character puncts
2022-12-27 Ryo YoshidaExtract multi-character punct handling into a method
2022-12-25 borsAuto merge of #13840 - lowr:fix/hir-callable-sig-escapi...
2022-12-25 Ryo YoshidaAdd regression test
2022-12-25 Yuri AstrakhanMoar linting: needless_borrow, let_unit_value, ...
2022-12-25 borsAuto merge of #13835 - nyurik:inline_format_args, r...
2022-12-24 Ryo Yoshidafix: handle lifetime variables in `CallableSig` query
2022-12-24 Yuri AstrakhanInline all format arguments where possible
2022-12-24 borsAuto merge of #13830 - nyurik:lints, r=lnicola
2022-12-23 borsAuto merge of #13831 - bvanjoi:fix_bound_type_in_trait_...
2022-12-23 bvanjoifix(completion): remove bound insert of type in trait
2022-12-23 Lukas WirthEnum variant discriminants hints
2022-12-23 Yuri AstrakhanMinor manual cleanu
2022-12-23 borsAuto merge of #13829 - nyurik:explicit-auto-deref,...
2022-12-23 Yuri AstrakhanClippy-fix explicit auto-deref
2022-12-23 borsAuto merge of #13828 - nyurik:rm-dup-clone, r=lnicola
2022-12-23 Yuri AstrakhanRemove non-needed clones
2022-12-22 borsAuto merge of #13820 - Veykril:or-pat-bm-fix, r=Veykril
2022-12-22 borsAuto merge of #13822 - WaffleLapkin:famous, r=Veykril
2022-12-22 Maybe WafflePass `FamousDefs` around in inlay hints
2022-12-22 borsAuto merge of #13817 - WaffleLapkin:hide_adjustment_hin...
2022-12-22 Lukas WirthFix binding mode hints always adding parentheses to...
2022-12-21 Waffle MaybeApply suggestions from code review
2022-12-21 borsAuto merge of #13699 - HKalbasi:inlaylink, r=Veykril
2022-12-21 borsAuto merge of #13818 - Veykril:layout, r=Veykril
2022-12-21 Maybe WaffleMove `is_inside_unsafe` to `Semantics` impl
2022-12-21 Lukas WirthSimplify
2022-12-21 borsAuto merge of #13814 - Veykril:layout, r=Veykril
2022-12-21 Lukas WirthFix tests not using appropriate target data
2022-12-21 Maybe WaffleAdd an option to hide adjustment hints outside of unsaf...
2022-12-21 borsAuto merge of #13771 - noritada:feature/release-notes...
2022-12-21 Maybe WaffleDrive-by cleanup: fully qualify `ast::Expr` in `hir`
2022-12-21 hkalbasiDisable inlay hint location links on vscode < 1.76
2022-12-21 Lukas WirthCalculate the TargetDataLayout correctly for the select...
2022-12-20 hkalbasiImplement location link for type inlay hints
2022-12-20 borsAuto merge of #13806 - WaffleLapkin:typed_blåhaj, r...
2022-12-20 Maybe WaffleSkip adjustment hints if the adjustment doesn't adjust
2022-12-20 Maybe WaffleSave source & target types in `hir`'s `expr_adjustments`
2022-12-20 borsAuto merge of #13764 - WaffleLapkin:badassexprs, r...
2022-12-20 borsAuto merge of #13805 - ntBre:master, r=jonas-schievink
2022-12-20 Brent Westbrookpass `snippet_cap` to `format_literal_label`, return...
2022-12-20 Brent Westbrookreturn immediately from `render_tuple_lit` if `snippet_...
2022-12-20 Maybe WaffleDon't panic in `Expr::needs_parens_in`
2022-12-20 borsAuto merge of #13804 - WaffleLapkin:inlay_hint_mods...
2022-12-20 Maybe WaffleAdd docs to make tidy tests happy :')
2022-12-20 Maybe WaffleMove inlay hints tests into implementation modules
2022-12-20 Maybe WaffleSplit inlay hints into modules
2022-12-20 borsAuto merge of #13800 - lowr:fix/mbe-expr-backwards...
2022-12-20 Ryo Yoshidafix: don't let mbe expr fragments match let exprs and...
2022-12-19 borsAuto merge of #13795 - jonas-schievink:fix-rustfmt...
2022-12-19 Jonas SchievinkUse the correct edition when formatting path deps
2022-12-19 borsAuto merge of #13794 - jonas-schievink:reset-step-limit...
next