]> git.lizzy.rs Git - rust.git/history - crates
internal: Record all macro definitions in ItemScope
[rust.git] / crates /
2022-06-17 Lukas WirthIntroduce NameRefKind for completions
2022-06-16 Lukas WirthSend a DidCancel event when restarting flychecks
2022-06-16 borsAuto merge of #12554 - XFFXFF:fix_11959, r=Veykril
2022-06-16 XFFXFFthe offset used for the completion cursor should always...
2022-06-16 borsAuto merge of #12517 - xuhongxu96:master, r=Veykril
2022-06-16 XFFXFFthe scope of the return type is not the body of the...
2022-06-16 Hongxu Xudisable private editable in TEST_CONFIG by default
2022-06-15 borsAuto merge of #12545 - jeremyBanks:shebangs, r=Veykril
2022-06-15 Jeremy Banksfix: inserted imports must come after a shebang if...
2022-06-15 Jeremy Banksadd failing test: inserts_after_shebang
2022-06-15 Lukas WirthPolish
2022-06-15 borsAuto merge of #12544 - Veykril:proc-error, r=Veykril
2022-06-15 Lukas WirthUpdate test outputs
2022-06-15 Lukas WirthUse the correct crates proc-macro loading error message
2022-06-15 Lukas WirthDiagnose unresolved attribute proc-macros
2022-06-15 Lukas WirthShow proc-macro loading errors in unresolved-proc-macro...
2022-06-15 borsAuto merge of #12541 - Veykril:vs-reload, r=Veykril
2022-06-15 Lukas Wirthfix: Clear proc-macro changed flag when reloading workspace
2022-06-14 Hongxu Xurevert hir-def lib.rs
2022-06-14 Hongxu Xucheck if the container is trait and inherit the visibility
2022-06-14 Hongxu Xuremove inherit_visibility test case in item_tree
2022-06-14 Hongxu Xuimplement inherited_visibility in collector
2022-06-14 Hongxu Xuremove inherited_visibility in lower.rs
2022-06-14 Hongxu Xuadd test cases to complete fn generated by macro in...
2022-06-14 borsAuto merge of #12529 - Veykril:vs-reload, r=Veykril
2022-06-14 borsAuto merge of #12528 - Veykril:proc-diag, r=Veykril
2022-06-14 Lukas Wirthfix: Check for the correct proc-macro settings in missi...
2022-06-13 Lukas Wirthinternal: Bring back JodChild into flychecking for...
2022-06-13 borsAuto merge of #12519 - Veykril:hover-assoc, r=Veykril
2022-06-13 Lukas Wirthfeat: On assoc item name hover, render trait decl docs
2022-06-12 borsAuto merge of #12515 - Veykril:rustc-proc-macros, r...
2022-06-12 Lukas Wirthfix: Pass the build data to rustc_private crates
2022-06-12 borsAuto merge of #12514 - Veykril:proc-mac-err, r=Veykril
2022-06-12 Lukas WirthMore precise proc-macro errors
2022-06-12 borsAuto merge of #12513 - Veykril:ty-utils, r=Veykril
2022-06-12 Lukas Wirthinternal: Simplify `hir_ty::utils`
2022-06-12 borsAuto merge of #12509 - Veykril:ty-utils, r=Veykril
2022-06-12 Lukas Wirthinternal: Remove `Generics::type_iter` in favor of...
2022-06-12 borsAuto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold
2022-06-12 borsAuto merge of #12508 - Veykril:req-retry, r=Veykril
2022-06-12 Lukas Wirthfix: Don't respond to cancelled requests when retrying...
2022-06-11 borsAuto merge of #12504 - rust-lang:Veykril-patch-1, r...
2022-06-11 Lukas Wirthfix: Fix config patching for callable snippets
2022-06-11 borsAuto merge of #12481 - XFFXFF:add_label_to_loop, r...
2022-06-10 borsAuto merge of #12449 - Veykril:version, r=Veykril
2022-06-10 XFFXFFrestrict the assist so that it only appears if the...
2022-06-10 XFFXFFchange 'loop to 'l, as 'loop is not a valid label name
2022-06-10 XFFXFFmake generated test pass and make tidy happy
2022-06-10 XFFXFFadd more tests and some doc
2022-06-10 XFFXFFMake add_label_to_loop basically work
2022-06-10 borsAuto merge of #12490 - yue4u:fix/show-enum-in-fresh...
2022-06-10 borsAuto merge of #12464 - harpsword:fix-inline-variable...
2022-06-10 borsAuto merge of #12477 - hasali19:auto-reload, r=Veykril
2022-06-10 borsAuto merge of #12473 - yue4u:fix/no-enum-parens-in...
2022-06-10 borsAuto merge of #12502 - Veykril:deps, r=Veykril
2022-06-10 Lukas Wirthinternal: Bump Dependencies
2022-06-10 borsAuto merge of #12501 - Veykril:dashmap, r=Veykril
2022-06-10 Lukas Wirthinternal: Update dashmap and freeze its version
2022-06-09 yue4ufeat: append :: after
2022-06-08 borsAuto merge of #12487 - lukechu10:master, r=lnicola
2022-06-08 borsAuto merge of #12493 - bjorn3:fix_warnings, r=lnicola
2022-06-08 Luke ChuHide param inlay hint when argument is fn-like macro...
2022-06-08 bjorn3Fix a couple of weak warnings found by rust-analyzer...
2022-06-08 borsAuto merge of #12492 - bjorn3:proc_macro_abi_1_63,...
2022-06-08 bjorn3Add doc comment
2022-06-08 bjorn3Rustfmt
2022-06-08 bjorn3Add proc macro ABI for rustc 1.63
2022-06-08 yue4ufix: show non-std enum in a fresh use tree completion
2022-06-07 borsAuto merge of #12480 - KOLANICH-tools:unneeded_destr_as...
2022-06-06 KOLANICHRemove the unneeded destructuring assignment in `run...
2022-06-05 borsAuto merge of #12475 - Veykril:trait-impl-completion...
2022-06-05 Lukas Wirthfix: Fix trait impl completions using wrong insert...
2022-06-05 yue4ufix: avoid adding enum parens in use
2022-06-05 borsAuto merge of #12472 - Veykril:output-ch, r=Veykril
2022-06-05 borsAuto merge of #12471 - Veykril:reload-restart, r=Veykril
2022-06-05 borsAuto merge of #12470 - Veykril:output-ch, r=Veykril
2022-06-05 borsAuto merge of #12466 - lnicola:worker-thread-stack...
2022-06-04 borsAuto merge of #12468 - Veykril:cancelled-diags, r=Veykril
2022-06-04 Lukas Wirthminor: Don't log cancelled diagnostics
2022-06-04 borsAuto merge of #12467 - Veykril:assist-fix, r=Veykril
2022-06-04 Lukas Wirthfix: Fix match to if let assist for wildcard pats
2022-06-04 Laurențiu NicolaIncrease worker thread stack and name them
2022-06-04 borsAuto merge of #12465 - Veykril:buildscripts, r=Veykril
2022-06-04 Lukas WirthOnly record build script outputs when the output has...
2022-06-04 harpswordfeat: fix inline variable produce mismatched type
2022-06-03 borsAuto merge of #12461 - Veykril:completions, r=Veykril
2022-06-03 Lukas WirthRemove some of the unnecessary helpfer functions from...
2022-06-03 Lukas WirthSimplify
2022-06-03 Lukas WirthMove trait_impl completion analysis into CompletionContext
2022-06-03 borsAuto merge of #12459 - Veykril:completions, r=Veykril
2022-06-03 borsAuto merge of #12457 - Veykril:logging, r=Veykril
2022-06-03 borsAuto merge of #12460 - Veykril:move-guard, r=Veykril
2022-06-03 Lukas Wirthminor: Reduce move-guard trigger range
2022-06-03 Lukas Wirthinternal: Don't log default build script outputs
2022-06-03 Lukas WirthDeduplicate
2022-06-03 Lukas WirthRemove prev-sibling completion machinery
2022-06-03 Lukas WirthMore precise where keyword completions
2022-06-03 Lukas WirthRemove dead code
2022-06-03 Lukas WirthFix visibility mods not being completed for field defs
2022-06-03 Lukas Wirthinternal: Move most remaining keyword completions to...
next