]> git.lizzy.rs Git - rust.git/history - crates/hir-def
Auto merge of #13386 - Veykril:completions-ref, r=Veykril
[rust.git] / crates / hir-def /
2022-10-10 borsAuto merge of #13386 - Veykril:completions-ref, r=Veykril
2022-10-10 borsAuto merge of #13380 - Veykril:cfg-pat-params, r=Veykril
2022-10-10 borsAuto merge of #13333 - feniljain:fix_assists, r=Veykril
2022-10-10 Lukas WirthHonor cfg attributes on params when lowering their...
2022-10-01 borsAuto merge of #13326 - Veykril:proc-macro-srv-config...
2022-10-01 borsAuto merge of #13324 - Veykril:trait-impl-completion...
2022-09-30 borsAuto merge of #13321 - Veykril:format-str-args, r=Veykril
2022-09-30 borsAuto merge of #13320 - Veykril:ty-alias-hover, r=Veykril
2022-09-27 borsAuto merge of #13301 - Veykril:empty-assist-source...
2022-09-27 borsAuto merge of #13272 - oknozor:master, r=Veykril
2022-09-27 borsAuto merge of #13280 - alanz:errorcode-requestfailed...
2022-09-27 borsAuto merge of #13237 - Veykril:process-changes, r=Veykril
2022-09-27 borsAuto merge of #13300 - Veykril:cfg-false, r=Veykril
2022-09-27 borsAuto merge of #13296 - Strum355:package-information...
2022-09-27 borsAuto merge of #13189 - unexge:unconfigured-diagnostics...
2022-09-27 borsAuto merge of #13295 - rust-lang:sourcegen, r=Veykril
2022-09-27 borsAuto merge of #13275 - Veykril:find-path, r=Veykril
2022-09-26 unexgeUse `Arc<[DefDiagnostic]>` instead of `Arc<Vec<DefDiagn...
2022-09-26 unexgeCollect diagnostics in queries instead of nameres
2022-09-26 unexgeEmit unconfigured code diagnostics for fields
2022-09-26 borsAuto merge of #13248 - harudagondi:unwrap-tuple, r...
2022-09-26 borsAuto merge of #13209 - lowr:feat/inference-for-generato...
2022-09-24 borsAuto merge of #13285 - Veykril:variant-body, r=Veykril
2022-09-24 Lukas WirthProperly support IDE functionality in enum variants
2022-09-22 Lukas WirthFix find_path using the wrong module for visibility...
2022-09-20 borsAuto merge of #13269 - Veykril:repr, r=Veykril
2022-09-20 Lukas WirthFix default enum representation not being isize
2022-09-20 Lukas WirthFix using incorrect type for variants in DefWithBody...
2022-09-20 Lukas WirthParse more repr options
2022-09-20 borsAuto merge of #12966 - OleStrohm:master, r=Veykril
2022-09-18 borsAuto merge of #13253 - Veykril:simplify, r=Veykril
2022-09-18 Lukas WirthSimplify
2022-09-18 borsAuto merge of #13058 - dpaoliello:extraenv, r=Veykril
2022-09-17 borsAuto merge of #13239 - mdx97:mathew/fix-add-reference...
2022-09-16 borsAuto merge of #13243 - Veykril:search-memchr, r=Veykril
2022-09-16 borsAuto merge of #13242 - Veykril:completion-alias, r...
2022-09-15 borsAuto merge of #13235 - Veykril:prelude-handling, r...
2022-09-15 Lukas WirthFix prelude injection
2022-09-13 borsAuto merge of #13221 - mdx97:mdx97/annotations-above...
2022-09-13 borsAuto merge of #13225 - lowr:fix/hir-proj-normalization...
2022-09-13 borsAuto merge of #13227 - Veykril:core-pref, r=Veykril
2022-09-13 Lukas WirthRestructure `find_path` into a separate functions for...
2022-09-12 OleStrohmRebased
2022-09-12 OleStrohmAdded consteval tests
2022-09-12 OleStrohmAlmost there
2022-09-12 OleStrohmImplemented basic enum const eval
2022-09-12 borsAuto merge of #13216 - DesmondWillowbrook:move_format_s...
2022-09-12 borsAuto merge of #13223 - lowr:fix/hir-proj-normalization...
2022-09-12 borsAuto merge of #13215 - Veykril:toggle-inlay, r=Veykril
2022-09-12 borsAuto merge of #13147 - lowr:fix/dyn-ty-inherent-methods...
2022-09-12 borsAuto merge of #13186 - enomado:master, r=Veykril
2022-09-12 borsAuto merge of #13212 - Veykril:no-std-config, r=Veykril
2022-09-09 Lukas WirthAdd config to unconditionally prefer core imports over std
2022-09-09 Ryo YoshidaLower generator expression to HIR
2022-09-08 borsAuto merge of #13158 - jonas-schievink:inlayhint-links...
2022-09-05 borsAuto merge of #13185 - ChayimFriedman2:insert-ws-in...
2022-09-02 borsAuto merge of #13175 - Veykril:resolver, r=Veykril
2022-09-02 Lukas WirthClarify the state of (extern) preludes for block def...
2022-09-02 borsAuto merge of #13174 - Veykril:resolver, r=Veykril
2022-09-02 Lukas WirthLift out the module scope into a field in the Resolver
2022-09-02 borsAuto merge of #13173 - Veykril:synthetic, r=Veykril
2022-09-02 Lukas WirthDon't store SyntheticSyntax in the reverse maps in...
2022-09-02 borsAuto merge of #13167 - iDawer:exhaustive_patterns,...
2022-09-02 iDawerRecord enabled unstable features into DefMap
2022-09-01 borsAuto merge of #13160 - ChayimFriedman2:parse-parenthesi...
2022-09-01 borsAuto merge of #13161 - ChayimFriedman2:pi-is-zero,...
2022-08-31 borsAuto merge of #13134 - Veykril:proc-highlight, r=Veykril
2022-08-31 borsAuto merge of #13156 - Veykril:macro-stmts, r=Veykril
2022-08-31 Lukas WirthRemove unnecessary allocations
2022-08-31 Lukas WirthRemove hir::Expr::MacroStmts
2022-08-31 borsAuto merge of #13120 - Austaras:master, r=jonas-schievink
2022-08-31 borsAuto merge of #13051 - DropDemBits:attrs-and-comments...
2022-08-31 borsAuto merge of #12963 - DesmondWillowbrook:clippy-matche...
2022-08-31 borsAuto merge of #12793 - lowr:fix/12739, r=Veykril
2022-08-31 borsAuto merge of #13149 - lowr:fix/unescape-raw-ident...
2022-08-30 Ryo Yoshidafix: unescape all occurrences of module name in module...
2022-08-29 borsAuto merge of #13056 - DropDemBits:make-refactors,...
2022-08-26 borsAuto merge of #13095 - jonas-schievink:avoid-liveshare...
2022-08-26 borsAuto merge of #13087 - Veykril:config-update, r=Veykril
2022-08-26 borsAuto merge of #13110 - DesmondWillowbrook:issue-11197...
2022-08-25 borsAuto merge of #13116 - Veykril:nohash, r=Veykril
2022-08-25 Lukas WirthMake use of NoHash hashing for FileId and CrateId
2022-08-22 borsAuto merge of #13021 - N3xed:fix-gat-panics, r=flodiebold
2022-08-22 borsAuto merge of #12965 - DesmondWillowbrook:assoc-method...
2022-08-20 Kartavya Vashishthafix: formatting
2022-08-20 Kartavya Vashishtharemove push_diagnostic methods
2022-08-20 Kartavya Vashishthamake impl and trait inactive diagnostics work
2022-08-19 borsAuto merge of #13041 - DorianListens:dscheidt/gen-fn...
2022-08-19 borsAuto merge of #13064 - Veykril:rustfmt-err, r=Veykril
2022-08-18 borsAuto merge of #13039 - davidbarsky:davidbarsky/remove...
2022-08-18 borsAuto merge of #13053 - lowr:fix/pat-sole-Self, r=Veykril
2022-08-18 borsAuto merge of #13036 - sancho20021:10881-inline_type_al...
2022-08-18 borsAuto merge of #13045 - DorianListens:dscheidt/run-test...
2022-08-18 borsAuto merge of #12982 - jridgewell:into_future, r=Veykril
2022-08-18 borsAuto merge of #13049 - lowr:fix/bare-dyn-assoc-type...
2022-08-17 borsAuto merge of #13044 - dzvon:fix-typo, r=Veykril
2022-08-17 Dezhi Wufix: a bunch of typos
2022-08-17 borsAuto merge of #13034 - lowr:fix/regression-from-12993...
2022-08-16 borsAuto merge of #13028 - yue4u:fix/literal-lookup, r...
2022-08-15 borsAuto merge of #13027 - jonas-schievink:fix-mismatch...
next