about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-6/+0
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+29
2024-08-14Rollup merge of #129088 - Jaic1:fix-doc, r=GuillaumeGomez许杰友 Jieyou Xu (Joe)-16/+16
2024-08-14Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr许杰友 Jieyou Xu (Joe)-5/+5
2024-08-14Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors许杰友 Jieyou Xu (Joe)-631/+892
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-27/+11
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-9/+33
2024-08-14Add `|` to make the html doc of `Level` rendered correctlyJaic1-16/+16
2024-08-14Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgrbors-37/+54
2024-08-14Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errorsMatthias Krüger-4/+6
2024-08-14Rollup merge of #129061 - compiler-errors:lang-item, r=UrgauMatthias Krüger-24/+26
2024-08-14Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...Matthias Krüger-9/+22
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-216/+300
2024-08-13stabilize `asm_const`Folkert-27/+11
2024-08-13Remove a no-longer-true `assert`Nadrieril-4/+6
2024-08-13Use is_lang_item moreMichael Goulet-24/+26
2024-08-13Use the right type when coercing fn items to pointersMichael Goulet-5/+5
2024-08-13Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkovMatthias Krüger-9/+33
2024-08-13diagnostics: use `DeepRejectCtxt` for checkMichael Howell-9/+28
2024-08-13implement a performant and fuzzed solver cachelcnr-359/+741
2024-08-13Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkanMatthias Krüger-2/+2
2024-08-13Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3Matthias Krüger-55/+12
2024-08-13`#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler errorTobias Bucher-7/+14
2024-08-13Allow to customize `// TODO:` comment for deprecated safe autofixTobias Bucher-9/+26
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-105/+97
2024-08-12Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnrMatthias Krüger-20/+13
2024-08-12Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnrMatthias Krüger-37/+76
2024-08-13derive(SmartPointer): register helper attributesDing Xiang Fei-6/+0
2024-08-12rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args`Rémy Rakic-2/+2
2024-08-12Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-...Guillaume Gomez-4/+6
2024-08-12Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxuGuillaume Gomez-49/+100
2024-08-12Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercoteGuillaume Gomez-73/+125
2024-08-12Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikicGuillaume Gomez-17/+63
2024-08-12Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,JubileeGuillaume Gomez-8/+30
2024-08-12Auto merge of #128371 - andjo403:rangeAttribute, r=nikicbors-14/+82
2024-08-12make the codegen test also cover an ill-behaved arch, and add linksRalf Jung-0/+2
2024-08-12split provisional cache and stack lookuplcnr-118/+104
2024-08-12merge impl blockslcnr-7/+5
2024-08-12move behavior out of shared fnlcnr-16/+9
2024-08-12tracing: debug to tracelcnr-22/+13
2024-08-12simplify match + move `debug!` calllcnr-4/+3
2024-08-12expand fuzzing supportlcnr-9/+56
2024-08-12do not use the global solver cache for proof treeslcnr-209/+74
2024-08-12Streamline some inputs/output traversals.Nicholas Nethercote-6/+3
2024-08-12Give the field in `FnSigTys` a name.Nicholas Nethercote-8/+10
2024-08-12Avoid a `FnPtr` deconstruct-and-recreate.Nicholas Nethercote-4/+5
2024-08-12Remove some unnecessary `skip_binder` calls.Nicholas Nethercote-2/+2
2024-08-12Fix bug in `Parser::look_ahead`.Nicholas Nethercote-4/+6
2024-08-11Remove struct_tail_no_normalizationMichael Goulet-13/+10
2024-08-11Rename normalization functions to rawMichael Goulet-16/+18