]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-01 Jonas SchievinkFix target check
2022-08-01 Jonas SchievinkSet linker
2022-08-01 Jonas SchievinkPublish extension for 32-bit ARM systems
2022-08-01 borsAuto merge of #12918 - lowr:fix/doctest-names, r=Veykril
2022-08-01 Ryo Yoshidafix: remove whitespaces from doctest names
2022-07-31 borsAuto merge of #12915 - lnicola:promote-subtree, r=lnicola
2022-07-31 borsAuto merge of #12916 - Veykril:nits, r=Veykril
2022-07-31 Lukas WirthGive variables more descriptive names
2022-07-31 Lukas WirthProperly cfg the `max` field of Limit
2022-07-31 Laurențiu NicolaUpdate xtask promote and release instructions
2022-07-30 borsAuto merge of #12913 - Veykril:attr-merge, r=Veykril
2022-07-30 Lukas Wirthfix: Fix ast-id up when merging raw attributes
2022-07-29 borsAuto merge of #12906 - cynecx:fix-completions, r=Veykril
2022-07-29 cynecxfix: complete path of existing record expr
2022-07-28 borsAuto merge of #12904 - lnicola:completion-builtin-filte...
2022-07-28 Laurențiu NicolaBe more explicit when filtering built-in completions
2022-07-28 borsAuto merge of #12903 - lnicola:rainbows, r=Veykril
2022-07-28 Laurențiu NicolaOnly run rainbow highlighting test on 64-bit Unix
2022-07-28 borsAuto merge of #12902 - Veykril:item-scope, r=Veykril
2022-07-28 Lukas Wirthfix: Order ItemScope::entries results
2022-07-28 borsAuto merge of #12901 - Veykril:completion-trait-expr...
2022-07-28 Lukas Wirthfix: Don't complete marker traits in expression position
2022-07-28 borsAuto merge of #12900 - pksunkara:master, r=lnicola
2022-07-28 Pavan Kumar... publish: Use cargo ws rename to rename crates
2022-07-28 borsAuto merge of #12899 - Veykril:compl-qualifier, r=Veykril
2022-07-28 Lukas Wirthfix: Do completions in path qualifier position
2022-07-28 borsAuto merge of #12898 - Veykril:compl-pat-brace, r=Veykril
2022-07-28 Lukas Wirthfix: Fix pattern completions adding unnecessary braces
2022-07-28 borsAuto merge of #12895 - Veykril:compl-anchor, r=Veykril
2022-07-28 Lukas Wirthfix: Calculate completions after type anchors
2022-07-27 borsAuto merge of #12891 - brennanvincent:expander_stack...
2022-07-27 Brennan VincentUse large stack on expander thread
2022-07-27 borsAuto merge of #12890 - Veykril:syntax-blocks, r=Veykril
2022-07-27 Lukas Wirthinternal: Assume condition/iterable is missing if there...
2022-07-27 borsAuto merge of #12830 - hi-rustin:rustin-patch-issue...
2022-07-27 hi-rustinFind original ast node before compute ref match in...
2022-07-27 borsAuto merge of #12887 - Veykril:compl-pref-fix, r=Veykril
2022-07-27 Lukas Wirthfix: Honor ref expressions for compute_ref_match comple...
2022-07-27 borsAuto merge of #12886 - Veykril:sema-cache, r=Veykril
2022-07-27 Lukas Wirthfix: Fix Semantics::original_ast_node not caching the...
2022-07-26 borsAuto merge of #12877 - zachs18:inline-def-in-macro...
2022-07-26 Zachary SRemove FIXME comment for unreachable fallback.
2022-07-26 borsAuto merge of #12881 - Veykril:proc-srv, r=Veykril
2022-07-26 Lukas Wirthfix: Fix server panicking on project loading when proc...
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 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
next