]> git.lizzy.rs Git - rust.git/history - crates
Re-try build script building with --keep-going
[rust.git] / crates /
2022-07-26 borsAuto merge of #12878 - fasterthanlime:standalone-pms...
2022-07-26 Amos WengerFind standalone proc-macro-srv on windows too
2022-07-26 borsAuto merge of #12864 - Veykril:derive-helpers, r=Veykril
2022-07-26 Lukas WirthAllow name querying for derive helpers
2022-07-26 Lukas WirthRecord derive helper attributes, resolve them in IDE...
2022-07-26 Lukas Wirthfeat: Downmap tokens inside derive helpers
2022-07-26 borsAuto merge of #12858 - fasterthanlime:proc-macro-srv...
2022-07-25 Zachary Sfix: Insert spaces when inlining a function defined...
2022-07-25 Amos WengerAllow specifying sysroot OR sysroot_src
2022-07-25 Amos WengerFix mix up in comments
2022-07-25 Amos WengerGate and rename binary, use it if it's in the sysroot
2022-07-25 Amos WengerRemember the difference between 'sysroot root' and...
2022-07-25 Amos WengerName the binary 'proc-macro-srv'
2022-07-25 Amos WengerReturn result directly
2022-07-25 Amos WengerAdd doc comment to pass tidy check
2022-07-25 Amos WengerAdd a proc-macro-srv-cli crate
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 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 Ryo Yoshidafix: don't replace default members' body
2022-07-20 borsAuto merge of #12826 - fasterthanlime:in-tree-warnings...
next