about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-19conditionally ignore fatal diagnostic in the SilentEmitterYacin Tmimi-4/+19
2024-03-19Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstriebbors-128/+147
2024-03-19Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errorsbors-185/+55
2024-03-19Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual...Oli Scherer-32/+11
2024-03-19Make span_bug panic site useful againOli Scherer-9/+18
2024-03-19Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im...Oli Scherer-24/+19
2024-03-19Make `vtable_align` a rustc_intrinsicOli Scherer-2/+14
2024-03-19Make `const_eval_select` a rustc_intrinsicOli Scherer-71/+95
2024-03-19Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errorsbors-12/+160
2024-03-19Auto merge of #122645 - saethlin:portable-mir-opt-tests, r=Nadrierilbors-13/+3
2024-03-19Auto merge of #122493 - lukas-code:sized-constraint, r=lcnrbors-126/+126
2024-03-19Auto merge of #122375 - rcvalle:rust-cfi-break-tests-into-smaller-files, r=co...bors-606/+759
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-533/+147
2024-03-18address nitsLukas Markeffsky-17/+18
2024-03-18Auto merge of #122713 - matthiaskrgr:rollup-81grkpm, r=matthiaskrgrbors-771/+2568
2024-03-18Rollup merge of #122701 - compiler-errors:allocator-suspend, r=oli-obkMatthias Krüger-4/+62
2024-03-18Rollup merge of #122700 - esp-rs:remove-old-files, r=workingjubileeMatthias Krüger-10/+6
2024-03-18Rollup merge of #122699 - cuviper:relnotes-1.77.0-as, r=ehussMatthias Krüger-1/+1
2024-03-18Rollup merge of #122693 - ehuss:rust-css-header, r=GuillaumeGomezMatthias Krüger-0/+22
2024-03-18Rollup merge of #122687 - lcnr:normalizes-to-emit-nested-goals, r=compiler-er...Matthias Krüger-198/+267
2024-03-18Rollup merge of #122675 - tmfink:doc-clarify, r=scottmcmMatthias Krüger-0/+2
2024-03-18Rollup merge of #122642 - pallix:improve-wording-for-vec-swap_remove, r=AmanieuMatthias Krüger-1/+1
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-253/+755
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-51/+7
2024-03-18Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errorsMatthias Krüger-242/+982
2024-03-18Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=...Matthias Krüger-11/+463
2024-03-18Remove redundant files, rename base risc32 fileScott Mabin-10/+6
2024-03-18Use `hir::Node` helper methods instead of repeat the same impl multiple timesOli Scherer-119/+22
2024-03-18Deduplicate `associated_body` and `body_id`Oli Scherer-66/+33
2024-03-18Detect allocator for box in must_not_suspend lintMichael Goulet-4/+62
2024-03-18Fix a typo in the 1.77.0 relnotesJosh Stone-1/+1
2024-03-18cleanup + reviewlcnr-35/+31
2024-03-18improve commentslcnr-7/+8
2024-03-18Auto merge of #122690 - matthiaskrgr:rollup-43fggl0, r=matthiaskrgrbors-365/+241
2024-03-18Fix heading anchors in doc pages.Eric Huss-0/+22
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-253/+755
2024-03-18move testslcnr-0/+0
2024-03-18Rollup merge of #122689 - Jarcho:missing_try, r=compiler-errorsMatthias Krüger-3/+3
2024-03-18Rollup merge of #122683 - tshepang:missing-test, r=NadrierilMatthias Krüger-0/+23
2024-03-18Rollup merge of #122680 - lqd:nested-await-args, r=compiler-errorsMatthias Krüger-2/+23
2024-03-18Rollup merge of #122649 - cuviper:min-llvm-17, r=nikicMatthias Krüger-170/+20
2024-03-18Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obkMatthias Krüger-104/+92
2024-03-18Rollup merge of #122588 - klensy:imported_source_file, r=michaelwoeristerMatthias Krüger-10/+10
2024-03-18Rollup merge of #122567 - erikdesjardins:noname, r=oli-obkMatthias Krüger-1/+0
2024-03-18Rollup merge of #122480 - oli-obk:const-eval-span-no-opt, r=RalfJungMatthias Krüger-75/+70
2024-03-18Add missing `try_visit` calls in visitors.Jason Newcomb-3/+3
2024-03-18`NormalizesTo` return nested goalslcnr-94/+173
2024-03-18Remove some only- clauses from mir-opt testsBen Kimock-13/+3
2024-03-18Auto merge of #122646 - saethlin:library-frame-pointers, r=onur-ozkanbors-0/+4
2024-03-18add missing test: expected paren or brace in macroTshepang Mbambo-0/+23