]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-24 feniljainrefactor: remove repetitive string interpolation and...
2022-10-24 feniljainfeat: add config for inserting must_use in `generate_en...
2022-10-18 borsAuto merge of #13433 - rust-lang:revert-13354-try-stuff...
2022-10-18 Lukas WirthRevert "feat: Diagnose some incorrect usages of the...
2022-10-17 borsAuto merge of #13428 - Veykril:fmt-stuck, r=Veykril
2022-10-17 Lukas Wirthfix: Fix formatting requests hanging when r-a is still...
2022-10-17 borsAuto merge of #13427 - Veykril:cancel-check, r=Veykril
2022-10-17 Lukas WirthMake flycheck workdone progress reports cancellable
2022-10-17 borsAuto merge of #13426 - Veykril:client-refactor, r=Veykril
2022-10-17 Lukas WirthCleanup output channels
2022-10-17 Lukas WirthDowngrade vscode types dependency
2022-10-17 Lukas WirthImplement stop and start server commands
2022-10-17 Lukas WirthMake more things private
2022-10-17 Lukas WirthProperly reload changed configs for server start
2022-10-17 Lukas WirthRefactor language client handling
2022-10-17 borsAuto merge of #13302 - Veykril:auto-publish, r=Veykril
2022-10-17 borsAuto merge of #13423 - Veykril:vscode-vars, r=Veykril
2022-10-17 borsAuto merge of #13399 - DropDemBits:assists-format-args...
2022-10-16 Lukas WirthSubstitute some VSCode variables in the VSCode client
2022-10-16 borsAuto merge of #13397 - zyctree:zyctree-patch-2, r=lnicola
2022-10-16 zyctreeupdate link in syntax.md
2022-10-16 zyctreeupdate link in syntax.md
2022-10-16 borsAuto merge of #13354 - Veykril:try-stuff, r=Veykril
2022-10-16 Lukas WirthDiagnose incorrect usages of the question mark operator
2022-10-16 borsAuto merge of #13408 - lowr:patch/bump-chalk-0.86,...
2022-10-16 Ryo YoshidaBump chalk to 0.86
2022-10-16 borsAuto merge of #13421 - rust-lang:Veykril-patch-1, r...
2022-10-16 Lukas WirthUpdate guide.md to reflect support for proc-macros
2022-10-16 borsAuto merge of #13402 - HKalbasi:patch-1, r=Veykril
2022-10-16 borsAuto merge of #13420 - volsa:master, r=Veykril
2022-10-15 Volkan Sagcanfix #13105: Ignore auto-import assist on parameter...
2022-10-15 borsAuto merge of #13419 - lnicola:bump-setup-node, r=lnicola
2022-10-15 Laurențiu NicolaBump actions/setup-node
2022-10-15 borsAuto merge of #13418 - lnicola:bump-deps, r=lnicola
2022-10-15 Laurențiu NicolaAdd new license
2022-10-15 Laurențiu NicolaBump the rest of the deps
2022-10-15 Laurențiu NicolaBump notify
2022-10-15 Laurențiu NicolaBump proc-macro2
2022-10-15 Laurențiu NicolaBump pulldown-cmark-to-cmark
2022-10-15 Laurențiu NicolaBump mimalloc
2022-10-15 Laurențiu NicolaBump rowan
2022-10-15 Laurențiu NicolaBump url
2022-10-15 Laurențiu NicolaBump libc
2022-10-15 Laurențiu NicolaBump dashmap
2022-10-15 Laurențiu NicolaBump home
2022-10-15 Laurențiu NicolaBump tracing
2022-10-15 Laurențiu NicolaBump smallvec
2022-10-15 Laurențiu NicolaBump anyhow, arbitrary, itertools, semver, serde
2022-10-14 borsAuto merge of #13415 - lnicola:ovsx-timeout, r=lnicola
2022-10-14 Laurențiu NicolaSet a timeout when publishing to OVSX
2022-10-14 borsAuto merge of #13414 - lnicola:bump-cache, r=lnicola
2022-10-14 Laurențiu NicolaBump Swatinem/rust-cache to move off Node 12
2022-10-14 borsAuto merge of #13413 - rust-lang:revert-13367-fix-probl...
2022-10-14 Jonas SchievinkRevert "fix: in VSCode, correctly resolve relative...
2022-10-14 borsAuto merge of #13401 - lnicola:opt-tests, r=lnicola
2022-10-13 Laurențiu NicolaRun analysis-stats on CI
2022-10-12 HKalbasifix formatting
2022-10-12 HKalbasiCast runnableEnv items to string
2022-10-12 Laurențiu NicolaAvoid format! in favor of to_string
2022-10-12 Laurențiu NicolaSet opt-level = 1 on dev profile
2022-10-12 DropDemBitsMigrate assists to format args captures, part 2
2022-10-11 borsAuto merge of #13358 - btwotwo:feature/env-vars-autocom...
2022-10-11 btwotwoFormatting
2022-10-11 btwotwoFix formatting for cargo vars list
2022-10-11 btwotwoRename `get_outer_macro` to `macro_call_for_string_token`
2022-10-11 btwotwoRemove extra parameter, access Db through semantics
2022-10-11 borsAuto merge of #13382 - lowr:fix/reorder-dyn-bounds...
2022-10-11 zyctreeUpdate docs/dev/syntax.md
2022-10-11 Ryo Yoshidafix: reorder dyn bounds on render
2022-10-11 zyctreefix link in syntax.md
2022-10-10 borsAuto merge of #13357 - Veykril:minicore, r=Veykril
2022-10-10 borsAuto merge of #13329 - Veykril:rustc-proc-macro, r...
2022-10-10 borsAuto merge of #13392 - Veykril:spec-pref, r=Veykril
2022-10-10 Lukas WirthPrefer similar tokens when expanding macros speculatively
2022-10-10 borsAuto merge of #13391 - dvdsk:update-manual, r=lnicola
2022-10-10 dvdskUpdate manual now stable can be installed with rustup
2022-10-10 borsAuto merge of #13386 - Veykril:completions-ref, r=Veykril
2022-10-10 borsAuto merge of #13380 - Veykril:cfg-pat-params, r=Veykril
2022-10-10 borsAuto merge of #13385 - Veykril:progress, r=Veykril
2022-10-10 Lukas WirthRefactor completions expansion
2022-10-10 Lukas WirthDon't report build-scripts and proc-macros are metadata...
2022-10-10 borsAuto merge of #13384 - Veykril:macro-fallbacks, r=Veykril
2022-10-10 Lukas WirthExpand unmatched mbe fragments to reasonable default...
2022-10-10 borsAuto merge of #13333 - feniljain:fix_assists, r=Veykril
2022-10-10 Lukas WirthUse $crate instead of std for panic builtin_fn_macro
2022-10-10 borsAuto merge of #13303 - jplatte:convert-named-struct...
2022-10-10 borsAuto merge of #13367 - matklad:fix-problem-matchers...
2022-10-10 Lukas WirthHonor cfg attributes on params when lowering their...
2022-10-10 borsAuto merge of #13377 - DropDemBits:doc-link-underline...
2022-10-10 borsAuto merge of #13376 - DropDemBits:strip-generic-bounds...
2022-10-10 DropDemBitsUnderline only the intra-doc link instead of the whole...
2022-10-10 DropDemBitsHave `to_generic_args` return `ast::GenericArgList`
2022-10-09 DropDemBitsAdd `{TypeParam, ConstParam}::remove_default`
2022-10-09 DropDemBitsAdd `GenericParamList::to_generic_args`
2022-10-08 Aleksey Kladovfix: in VSCode, correctly resolve relative paths to...
2022-10-08 Laurențiu NicolaBump once_cell
2022-10-08 borsAuto merge of #13366 - matklad:xflags, r=lnicola
2022-10-08 Aleksey Kladovinternal: :arrow_up: xflags
2022-10-07 borsAuto merge of #13362 - WaffleLapkin:go_to_def_fix_doc_i...
2022-10-07 Maybe WaffleFix go-to-def for `#[doc = include_str!("path")]`
next