]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-25 borsAuto merge of #13638 - DesmondWillowbrook:hover-rest...
2022-11-25 Kartavya Vashishthafix formatting
2022-11-25 Kartavya Vashishthaadd hover tests
2022-11-25 Kartavya Vashishthafix token method call
2022-11-25 Kartavya Vashishthaadd back [] in hover documentation
2022-11-25 Kartavya VashishthaCorrect node traversal to look at parent instead
2022-11-24 borsAuto merge of #13670 - Veykril:derive-helper, r=Veykril
2022-11-24 Lukas WirthAdd deriveHelper to semanticTokenTypes section of packa...
2022-11-24 borsAuto merge of #13652 - jhgg:hir-expand/fix-compile...
2022-11-24 borsAuto merge of #13592 - MihailMihov:trait_impl_assist...
2022-11-24 borsAuto merge of #13669 - Veykril:jod-child, r=Veykril
2022-11-24 Lukas WirthProperly implement Drop for JodGroupChild
2022-11-24 borsAuto merge of #13661 - iredelmeier:fix-null-checkonsave...
2022-11-24 borsAuto merge of #13576 - Bben01:supress_missing_impl_insi...
2022-11-24 borsAuto merge of #13667 - Veykril:detached-files-sysroot...
2022-11-24 Lukas WirthHandle sysroot config in detached-files workspaces
2022-11-21 Isobel RedelmeierFix: Handle empty `checkOnSave/target` values
2022-11-21 Mihail MihovCombine `generate_impl` and `generate_trait_impl` into...
2022-11-21 Mihail MihovReduce trigger range of `generate_impl` assist and...
2022-11-21 Mihail MihovAdd assist to generate trait impl's
2022-11-21 Bben01Suppress "Implement default members" inside contained...
2022-11-20 borsAuto merge of #13653 - VannTen:fix/doc-typo-vim-lsp...
2022-11-20 borsAuto merge of #13649 - ZZzzaaKK:master, r=lnicola
2022-11-20 Max GautierFix typo on 'configuration' anchor
2022-11-20 Jake Heinzhir-expand: fix compile_error! expansion not unquoting...
2022-11-20 ZZzzaaKKImprove grammar of architecture.md
2022-11-19 Kartavya Vashishthafix formatting
2022-11-19 Kartavya Vashishtharefactor hover
2022-11-19 borsAuto merge of #13290 - poliorcetics:multiple-targets...
2022-11-19 borsAuto merge of #13641 - DesmondWillowbrook:fix-move...
2022-11-19 borsAuto merge of #13642 - bvanjoi:fix-13292, r=Veykril
2022-11-19 bvanjoifix(assists): remove `item_const` which had default...
2022-11-19 Kartavya Vashishtharun cargo fmt
2022-11-19 borsAuto merge of #13639 - Veykril:macro-diags, r=Veykril
2022-11-19 Lukas Wirthfix: Fix nested macro diagnostics pointing at macro...
2022-11-19 Kartavya Vashishthafix: format expression parsing edge-cases
2022-11-19 Kartavya Vashishthafix formatting
2022-11-19 Kartavya Vashishthasimplify ancestor climbing to not consider macros
2022-11-19 Kartavya Vashishthafeat: adds hover hint to ".." in record pattern
2022-11-18 Lukas Wirthfix: Fix proc-macro-srv search paths for Arch Linux
2022-11-18 borsAuto merge of #13633 - Veykril:vscode-full-diagnostics...
2022-11-18 Lukas WirthFix tests checking the data value
2022-11-18 Lukas Wirthfeat: Allow viewing the full compiler diagnostic in...
2022-11-18 borsAuto merge of #13632 - Veykril:scip, r=Veykril
2022-11-18 Lukas WirthMake it more obvious which SCIP features we do not...
2022-11-17 borsAuto merge of #13629 - jonas-schievink:remove-dbg-selec...
2022-11-17 Jonas SchievinkMake "Remove dbg!()" assist work on selections
2022-11-16 borsAuto merge of #13625 - lowr:fix/proc-macro-src-test...
2022-11-16 Ryo YoshidaUpdate proc-macro-srv tests
2022-11-16 borsAuto merge of #13624 - lowr:fix/unsize-array-inference...
2022-11-16 Ryo Yoshidafix: resolve inference variable before applying adjustments
2022-11-15 borsAuto merge of #13615 - mati865:miow-update, r=jonas...
2022-11-15 borsAuto merge of #13623 - jonas-schievink:strip-trait...
2022-11-15 Jonas SchievinkStrip comments and attributes off of all trait item...
2022-11-15 borsAuto merge of #13622 - jonas-schievink:fix-gat-completi...
2022-11-15 Jonas SchievinkFix GAT completion not including generic parameters
2022-11-13 Mateusz MikułaUpdate several crates to bring support for the new...
2022-11-11 borsAuto merge of #13607 - Veykril:proc-macro-error, r...
2022-11-11 Lukas Wirthinternal: Add version info to unsupported proc macro...
2022-11-11 borsAuto merge of #13606 - Veykril:trait-alias, r=Veykril
2022-11-11 Lukas Wirthfix: Add trait alias grammar to rust.ungram
2022-11-11 borsAuto merge of #13605 - Veykril:empty-ws-error, r=Veykril
2022-11-11 Lukas Wirthfix: Fix r-a eagerly showing no discovered workspace...
2022-11-11 Alexis (Poliorcetics... feat: Support passing multiple targets to cargo (for...
2022-11-11 Alexis (Poliorcetics... chore: Align config property
2022-11-11 borsAuto merge of #13604 - Veykril:hover-attr, r=Veykril
2022-11-11 Lukas Wirthfix: Fix hover in attributed items not preferring simil...
2022-11-11 borsAuto merge of #13602 - lowr:fix/nameres-transitive...
2022-11-11 borsAuto merge of #13548 - lowr:fix/tt-punct-spacing, r...
2022-11-11 borsAuto merge of #13603 - Veykril:no-workspaces, r=Veykril
2022-11-11 Lukas WirthSend status notification if there are no found workspaces
2022-11-11 Ryo YoshidaFix tests that depended on loose visibility restriction
2022-11-11 Ryo YoshidaResolve invisible defs in `fix_visibility` assist
2022-11-11 Ryo Yoshidafix: check visibility of each segment in path resolution
2022-11-10 Ryo YoshidaTest `TokenTree`s' equality modulo `Punct`s' spacing
2022-11-10 Ryo YoshidaIgnore outermost non-delimited `Subtree` when reversing...
2022-11-09 borsAuto merge of #13590 - Veykril:proc-macro-rustc-src...
2022-11-09 Lukas WirthAdd proc-macro dependency to rustc_private crates
2022-11-08 borsAuto merge of #13584 - jonas-schievink:fix-signature...
2022-11-08 Jonas SchievinkDon't canonicalize self type when querying FnOnce signature
2022-11-08 borsAuto merge of #13582 - lnicola:nest-cargo-toml, r=lnicola
2022-11-08 Laurențiu NicolaNest Cargo.lock under Cargo.toml in Code
2022-11-08 borsAuto merge of #13581 - Veykril:unit-struct-compl, r...
2022-11-08 Lukas Wirthfix: Fix item completions not working properly after...
2022-11-07 borsAuto merge of #13573 - Veykril:invalid-file-range,...
2022-11-07 Lukas Wirthinternal: error instead of panic on invalid file range
2022-11-07 borsAuto merge of #13572 - Veykril:cancellable, r=Veykril
2022-11-07 Lukas Wirthinternal: Use Cancellable in favor of Result for clarity
2022-11-07 borsAuto merge of #13571 - Veykril:unique-references, r...
2022-11-07 Lukas WirthDeduplicate reference search results
2022-11-07 borsAuto merge of #13568 - noritada:fix/len-of-byte-string...
2022-11-07 borsAuto merge of #13570 - Veykril:dedup-crates-for, r...
2022-11-07 Lukas WirthRemove code duplication
2022-11-07 Noritada KobayashiAdd test code for unescaping byte strings
2022-11-07 borsAuto merge of #13545 - Veykril:adjustment-hints, r...
2022-11-07 borsAuto merge of #13569 - Veykril:rust-version, r=Veykril
2022-11-07 Noritada KobayashiClarify the intent
2022-11-07 Lukas WirthBump Cargo rust-version fields to latest stable
2022-11-07 Lukas WirthDon't trigger adjustment hints in all inlay hint tests
2022-11-07 borsAuto merge of #13565 - Veykril:sysroot, r=Veykril
next