]> git.lizzy.rs Git - rust.git/history - crates
:arrow_up: rust-analyzer
[rust.git] / crates /
2022-08-02 Laurențiu Nicola:arrow_up: rust-analyzer
2022-07-26 Amos WengerMerge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22...
2022-07-24 Amos WengerMake macros test order-resistant
2022-07-24 Amos WengerSort when iterating through CrateGraph
2022-07-24 Amos WengerSort in DefMap::dump, since HashMap iteration order...
2022-07-24 Amos Wengerhir-def tests: sort results before comparing, since...
2022-07-24 Amos WengerFix .gitattributes for test_data
2022-07-24 Joshua NelsonSmall fixups
2022-07-24 Amos WengerMove cfg attrs up to the mod definitions to disable...
2022-07-24 Amos WengerDisable all source-gen tests at compile time
2022-07-24 Amos WengerDon't run slow tests in Rust CI, only RA CI
2022-07-23 borsAuto merge of #12859 - matklad:dont-color-the-whole...
2022-07-23 Aleksey Kladovinternal: extract common code for adjusting diagnostic...
2022-07-23 Aleksey Kladovfeat: don't highlight the whole fn on return-type mismatch
2022-07-23 borsAuto merge of #12851 - DorianListens:dscheidt/if-comple...
2022-07-23 Dorian Scheidtfix: Don't add braces to 'if' completion in match guard...
2022-07-23 borsAuto merge of #12854 - RalfJung:generate_new, r=Veykril
2022-07-23 Ralf Jungfix generate_new doc
2022-07-22 borsAuto merge of #12849 - Veykril:no-parse, r=Veykril
2022-07-22 borsAuto merge of #12850 - Veykril:display-fix, r=Veykril
2022-07-22 Lukas Wirthinternal: Don't parse files unnecessarily in scope_for_...
2022-07-22 borsAuto merge of #12847 - Veykril:vscode-downgrade, r...
2022-07-22 borsAuto merge of #12840 - Veykril:be-lazy, r=Veykril
2022-07-22 Lukas WirthUse ItemTree for modules in attrs_query
2022-07-22 borsAuto merge of #12844 - Veykril:highlight-attr, r=Veykril
2022-07-22 Lukas Wirthfix: Improve syntax highlighting in attributes
2022-07-22 borsAuto merge of #12835 - fasterthanlime:sysroot-abi,...
2022-07-22 Amos WengerAdd comment about replacing crossbeam with std scoped...
2022-07-21 Amos WengerUse std::panic::resume_unwind
2022-07-21 Amos WengerMove interner methods to Symbol, return SmolStr directl...
2022-07-21 Amos WengerFix raw ident handling (a little)
2022-07-21 Amos WengerAdd test for idents incl. raw idents
2022-07-21 Amos WengerStringify literals create client-side properly
2022-07-21 Amos WengerAdd test for literals created client-side
2022-07-21 Amos WengerRun proc macro expansion in a separate thread (for...
2022-07-21 Amos WengerUse a thread-local for the symbol interner (1/2)
2022-07-21 Amos WengerMove version string to RustcInfo, read '.rustc' section...
2022-07-21 Amos WengerPass tidy checks
2022-07-21 Amos WengerAssert that sysroot ABI version matches exactly
2022-07-21 borsAuto merge of #12841 - Veykril:query-fix, r=Veykril
2022-07-21 Lukas Wirthfix: Fix `trait_impls_in_deps_query` being called direc...
2022-07-21 Lukas WirthUse ItemTree for crate root attr_query collection
2022-07-21 Lukas Wirthinternal: Use itemtree for variant and field attribute...
2022-07-21 Lukas WirthSimplify
2022-07-21 borsAuto merge of #12827 - Veykril:be-lazy, r=Veykril
2022-07-21 Lukas WirthSimplify
2022-07-21 Lukas WirthRemove AstIdMap from Expander as it is seldom needed
2022-07-20 Amos Wengerimplement literal_from_str (poorly)
2022-07-20 Amos WengerAdd literal/ident conversion, tests pass
2022-07-20 Amos Wengerstub missing APIs
2022-07-20 Amos WengerFix imports, delete removed interfaces
2022-07-20 Amos WengerMove token_stream to separate module
2022-07-20 Amos WengerAdd sysroot-abi feature, copy 1.64 ABI fo rnow
2022-07-20 borsAuto merge of #12834 - fasterthanlime:proc-macro-test...
2022-07-20 Amos WengerAdd PROC_MACRO_TEST_TOOLCHAIN environment variable
2022-07-20 borsAuto merge of #12833 - fasterthanlime:literal-tests...
2022-07-20 borsAuto merge of #12831 - fasterthanlime:proc-macro-test...
2022-07-20 Amos WengerUpdate crates/proc-macro-test/build.rs
2022-07-20 Amos WengerUpdate crates/proc-macro-test/build.rs
2022-07-20 Amos WengerAdd proc-macro-srv integration test that clones literals
2022-07-20 Amos WengerDon't copy the Cargo.lock
2022-07-20 Amos Wengerproc-macro-test build script: wipe before, be more...
2022-07-20 Amos WengerBuild proc-macro-test-impl out-of-tree
2022-07-20 borsAuto merge of #12829 - fasterthanlime:in-rust-tree...
2022-07-20 Amos WengerRemove in-rust-tree feature
2022-07-20 Amos WengerRemove check_merge_commits test altogether
2022-07-20 borsAuto merge of #12828 - fasterthanlime:proc-macro-srv...
2022-07-20 Amos WengerAllow merge commits when 'in-rust-tree' feature is...
2022-07-20 Amos WengerRename proc macro server from 'Rustc' to 'RustAnalyzer'
2022-07-20 borsAuto merge of #12826 - fasterthanlime:in-tree-warnings...
2022-07-20 Lukas Wirthinternal: Don't eagerly construct `AstIdMap`s
2022-07-20 Amos WengerRun cargo fmt
2022-07-20 Amos WengerFix last few warnings manually
2022-07-20 Amos WengerRun cargo fix --edition-idioms
2022-07-20 Amos WengerEnable extra warnings required by rust-lang/rust
2022-07-20 borsAuto merge of #12825 - Veykril:trait-assoc-search,...
2022-07-20 Lukas Wirthfix: Fix search for associated trait items being incons...
2022-07-20 borsAuto merge of #12646 - lowr:fix/11897, r=lowr
2022-07-20 Ryo YoshidaAdd comments
2022-07-20 borsAuto merge of #12811 - TopGunSnake:12790, r=Veykril
2022-07-20 borsAuto merge of #12821 - SpecialMike:fix-partial-eq-defau...
2022-07-20 Michael ChisolmFix generated `PartialEq::ne`
2022-07-20 borsAuto merge of #12800 - hi-rustin:rustin-patch-issue...
2022-07-19 TopGunSnakeInverted the match logic to skip comments, attribute...
2022-07-19 borsAuto merge of #12789 - DorianListens:dscheidt/unused...
2022-07-19 borsAuto merge of #12817 - fasterthanlime:expect-test-1...
2022-07-19 Amos WengerUpgrade to expect-test@1.4.0
2022-07-19 borsAuto merge of #12809 - lnicola:empty-diagnostics, r...
2022-07-19 Laurențiu NicolaWork around Code bug with empty diagnostics
2022-07-19 TopGunSnakeAdded case for const
2022-07-19 TopGunSnakeCleaned up trailing whitespace for tidy::files_are_tidy
2022-07-19 TopGunSnakeAdded coverage for trait, mod, impl, and enum cases.
2022-07-19 TopGunSnakeAdd test case and token finder to address 12790
2022-07-18 borsAuto merge of #12796 - mmirate:patch-1, r=Veykril
2022-07-18 Dorian Scheidtfix: Prevent panic in Remove Unused Parameter assist
2022-07-18 borsAuto merge of #12807 - Veykril:completion-item-details...
2022-07-18 Lukas WirthAdd simple support for completion item details
2022-07-18 borsAuto merge of #11819 - rust-lang:dependabot/npm_and_yar...
2022-07-18 borsAuto merge of #12804 - jonas-schievink:config-watcher...
2022-07-18 borsAuto merge of #12549 - bitgaoshu:goto_where_trait_m_imp...
next