about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-23Make algebraic intrinsics into 'const fn' items; Make algebraic functions of ...Gabriel Bjørnager Jensen-0/+25
2025-04-23Make `SmirInterface` pub(crate) and rename `Context` to `SmirContext`Makai-102/+114
2025-04-23Module docsBoxy-0/+5
2025-04-23Rename `compute_x` methodsBoxy-31/+43
2025-04-23Remove `synstructure::Structure::underscore_const` calls.Nicholas Nethercote-24/+4
2025-04-23Rollup merge of #140175 - Kivooeo:new-fix-one, r=compiler-errorsChris Denton-2/+10
2025-04-23Rollup merge of #140160 - oli-obk:lang-items, r=jieyouxuChris Denton-219/+193
2025-04-23Rollup merge of #140147 - xizheyin:issue-138401-1, r=compiler-errorsChris Denton-50/+54
2025-04-23Rollup merge of #140142 - nnethercote:some-graphviz-tweaks-2, r=compiler-errorsChris Denton-73/+59
2025-04-23rc and cr more clear error messageKivooeo-2/+10
2025-04-22Don't warn about `v128` in wasm ABI transitionAlex Crichton-0/+6
2025-04-22make `[u8]` and `[u8;N]` literal patterns usable in deref patternsdianne-9/+34
2025-04-22make `str` literal patterns usable in deref patternsdianne-0/+50
2025-04-22Consider Copy/Clone tooMichael Goulet-1/+18
2025-04-22Don't compute query unless in new solverMichael Goulet-1/+5
2025-04-22Eagerly instantiate coroutine witness in new solverMichael Goulet-23/+31
2025-04-22Properly drain pending obligations for coroutinesMichael Goulet-63/+241
2025-04-22Collect and resolve ambiguous obligations from normalizing in writebackMichael Goulet-10/+84
2025-04-22Rollup merge of #140144 - nnethercote:fix-140098, r=petrochenkovChris Denton-13/+13
2025-04-22Rollup merge of #140104 - Shourya742:2025-04-21-auto-diff-fails-on-impl-block...Chris Denton-8/+6
2025-04-22Rollup merge of #140072 - folkertdev:miri-fn-align, r=RalfJungChris Denton-2/+15
2025-04-22Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkinChris Denton-4/+4
2025-04-22Make sure there's no duplicate indices in the dep graphJohn Kåre Alsaker-1/+5
2025-04-22Tweak edgesJohn Kåre Alsaker-8/+5
2025-04-22Use `IndexVec::from_elem_n`John Kåre Alsaker-10/+7
2025-04-22Add index to the dep graph format and encode via `MemEncoder`John Kåre Alsaker-39/+206
2025-04-22Use `is_lang_item` and `as_lang_item` instead of handrolling their logicOli Scherer-219/+193
2025-04-22add comment for "Other" caseRalf Jung-0/+1
2025-04-22Auto merge of #132833 - est31:stabilize_let_chains, r=fee1-deadbors-29/+54
2025-04-22Rename `open_brace` to `open_delimiters`xizheyin-23/+26
2025-04-22Move make_unclosed_delims_error to lexer/diagonostics.rsxizheyin-27/+28
2025-04-22Handle another negated literal in `eat_token_lit`.Nicholas Nethercote-13/+13
2025-04-22Auto merge of #140138 - ChrisDenton:rollup-zw7jibi, r=ChrisDentonbors-123/+259
2025-04-21Update !DynSend and !DynSync platform implsThalia Archibald-4/+18
2025-04-22Rollup merge of #140094 - Kivooeo:raw-pointer-assignment-suggestion, r=compil...Chris Denton-1/+51
2025-04-22Rollup merge of #140077 - xizheyin:issue-139805, r=jieyouxuChris Denton-112/+198
2025-04-22Rollup merge of #139981 - compiler-errors:name-2, r=nnethercoteChris Denton-10/+10
2025-04-22rustc_target: Adjust RISC-V feature implicationTsukasa OI-5/+5
2025-04-22Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkovbors-490/+444
2025-04-22Remove unnecessary lifetime on `ResultsVisitor`.Nicholas Nethercote-28/+28
2025-04-22Remove unused `ResultsCursor` methods.Nicholas Nethercote-15/+0
2025-04-22Move `StateDiffCollector`'s use point.Nicholas Nethercote-10/+11
2025-04-22improve diagnostic for raw pointer field access using `->`Kivooeo-4/+4
2025-04-21Auto merge of #140127 - ChrisDenton:rollup-2kye32h, r=ChrisDentonbors-35/+12
2025-04-21Rollup merge of #140111 - jogru0:redundant_pattern, r=compiler-errorsChris Denton-1/+1
2025-04-21Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercoteChris Denton-0/+2
2025-04-21Rollup merge of #140047 - matthiaskrgr:clo, r=compiler-errorsChris Denton-7/+5
2025-04-21Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am...Chris Denton-27/+4
2025-04-21Add diagnostics and suggestions for raw pointer arithmetic assignmentsKivooeo-1/+51
2025-04-21Rollup merge of #140121 - blyxyas:code_stats_pub_docs, r=jieyouxuChris Denton-0/+2