]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Laurențiu NicolaAvoid format! in favor of to_string
2022-10-12 Laurențiu NicolaSet opt-level = 1 on dev profile
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 Ryo Yoshidafix: reorder dyn bounds on render
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")]`
2022-10-06 btwotwoPass context to env vars completion
2022-10-06 btwotwoRestrict auto-completion for only built-in macros
2022-10-06 btwotwoMake helper method less specific
2022-10-06 btwotwoFormatting
2022-10-06 btwotwoRemove unnecessary dereference
2022-10-06 btwotwoUse helper method in is_format_string
2022-10-06 btwotwoReplace if with option, add detail for each env variabl...
2022-10-06 btwotwoAdd tests for env var completion
2022-10-06 btwotwoAdd const list of cargo-defined env variables with...
2022-10-06 btwotwoAdd helper method to get a macro name from passed string
2022-10-06 btwotwoUse expanded version of text for env var completion
2022-10-06 btwotwoAdd stub for cargo environment variables auto completion
2022-10-06 borsAuto merge of #13353 - wildbook:fix_type_inference_pani...
2022-10-06 Lukas Wirthinternal: Allow minicore flags specification to be...
2022-10-06 borsAuto merge of #13356 - WaffleLapkin:go_to_def_shadow_in...
2022-10-06 Maybe WaffleFix go-to-def for shadowed `include*!`
2022-10-05 WildbookFix assertion failure in type inference (#13352)
2022-10-04 borsAuto merge of #13344 - lowr:patch/change-generic-param...
2022-10-04 Ryo Yoshidafix: use `BoundVar`s from current generic scope
2022-10-04 borsAuto merge of #13342 - rust-lang:revert-13328-rustc...
2022-10-04 Lukas WirthRevert "Add proc-macro dependency to rustc crates"
2022-10-03 borsAuto merge of #13339 - lowr:patch/change-generic-param...
2022-10-03 Ryo Yoshidafix: treat enum variants as generic item on their own
2022-10-03 borsAuto merge of #13335 - lowr:patch/change-generic-param...
2022-10-03 borsAuto merge of #13338 - Veykril:flycheck, r=Veykril
2022-10-03 Lukas WirthPrioritize restart messages in flycheck
2022-10-02 Ryo YoshidaRemove hack
2022-10-02 Ryo YoshidaAdapt to the new generic parameter/argument order
2022-10-02 Ryo YoshidaChange generic parameter/argument order
2022-10-02 Ryo Yoshidarefactor: use `cast()` instead of interning `GenericArg...
2022-10-01 borsAuto merge of #13328 - Veykril:rustc-proc-macro, r...
2022-10-01 Lukas WirthAdd proc-macro dependency to rustc crates
2022-10-01 borsAuto merge of #13327 - Veykril:proc-macro-srv-config...
2022-10-01 Lukas WirthAdd config for supplying sysroot path
2022-10-01 borsAuto merge of #13326 - Veykril:proc-macro-srv-config...
2022-10-01 Lukas WirthDo not use the sysroot proc-macro server when a server...
2022-10-01 borsAuto merge of #13324 - Veykril:trait-impl-completion...
2022-10-01 Lukas WirthFix trait impl item completions using macro file text...
next