]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-29 hkalbasiGenerate rust type from json
2022-07-28 hkalbasiadd debug impl for AnyDiagnostic
2022-07-25 borsAuto merge of #12871 - fasterthanlime:sync-from-rust...
2022-07-25 Amos Wengerrevert nightly rustfmt formatting that accidentally...
2022-07-25 Amos WengerMerge remote-tracking branch 'origin/master' into sync...
2022-07-25 borsAuto merge of #12856 - Veykril:multi-proc-srv, r=Veykril
2022-07-25 borsAuto merge of #12868 - lowr:follow-up-on-12832, r=lnicola
2022-07-25 Ryo YoshidaReplace `debug_assert!` with `stdx::always!`
2022-07-24 Amos WengerMake macros test order-resistant
2022-07-24 borsAuto merge of #12861 - DorianListens:dscheidt/complete...
2022-07-24 Amos WengerSort when iterating through CrateGraph
2022-07-24 Dorian Scheidtfix: Autocomplete for struct fields includes receiver
2022-07-24 Amos WengerSort in DefMap::dump, since HashMap iteration order...
2022-07-24 borsAuto merge of #12863 - lowr:fix/missing-fields-on-destr...
2022-07-24 Amos Wengerhir-def tests: sort results before comparing, since...
2022-07-24 Ryo Yoshidafix: consider assignee expressions in record fields...
2022-07-24 Ryo YoshidaAdd info whether it's assignee expr to relevant HIR...
2022-07-24 borsAuto merge of #12832 - lowr:fix/impl-default-members...
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-24 Ryo YoshidaAdd `ellipsis` to HIR `RecordLit`
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 Lukas WirthBetter error messages when the proc-macro-server fails...
2022-07-23 Lukas WirthSpawn a proc-macro-srv instance per workspace
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 Wirthfix: Fix error tooltip message for VSCode status bar...
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 Lukas WirthRevert 03a62c180e6a7300d0d7b8c4d680b749c101bcbb
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 Ryo Yoshidafix: don't replace default members' body
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`
next