about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-03-25Rollup merge of #122982 - Zalathar:bootstrap-coverage-docs, r=onur-ozkanMatthias Krüger-16/+49
2024-03-25Rollup merge of #122858 - nnethercote:tweak-parse_dot_suffix_expr, r=est31Matthias Krüger-48/+50
2024-03-25Auto merge of #122968 - rust-lang:cargo_update, r=Mark-Simulacrumbors-79/+79
2024-03-25Auto merge of #122951 - Nilstrieb:nodejs20, r=Kobzolbors-6/+6
2024-03-25Add more comments to the bootstrap code that handles `tests/coverage`Zalathar-16/+49
2024-03-25Clarify `parse_dot_suffix_expr`.Nicholas Nethercote-16/+19
2024-03-25Change `parse_expr_tuple_field_access`.Nicholas Nethercote-10/+15
2024-03-25Remove `next_token` handling from `parse_expr_tuple_field_access`.Nicholas Nethercote-18/+10
2024-03-25Inline and remove `Parser::parse_expr_tuple_field_access_float`.Nicholas Nethercote-36/+38
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-81/+62
2024-03-24Auto merge of #122658 - cuviper:gccjit-archive, r=Mark-Simulacrumbors-7/+11
2024-03-24Auto merge of #123004 - matthiaskrgr:rollup-s3v4p50, r=matthiaskrgrbors-96/+176
2024-03-24Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=AmanieuMatthias Krüger-2/+6
2024-03-24Rollup merge of #122984 - RalfJung:panic-in-hook, r=AmanieuMatthias Krüger-5/+11
2024-03-24Rollup merge of #122983 - taiki-e:bsd, r=workingjubileeMatthias Krüger-1/+1
2024-03-24Rollup merge of #122977 - cuviper:as_statically_known_str, r=RalfJungMatthias Krüger-5/+9
2024-03-24Rollup merge of #122962 - jieyouxu:stamp-rmake-support-lib, r=onur-ozkanMatthias Krüger-0/+2
2024-03-24Rollup merge of #122949 - ShoyuVanilla:issue-117310, r=lcnrMatthias Krüger-0/+28
2024-03-24Rollup merge of #122937 - Zalathar:unbox, r=oli-obkMatthias Krüger-68/+44
2024-03-24Rollup merge of #122886 - matthiaskrgr:issue90192, r=fee1-deadMatthias Krüger-0/+20
2024-03-24Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwcoMatthias Krüger-11/+36
2024-03-24Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav...Matthias Krüger-4/+19
2024-03-24fix build.David Carlier-5/+3
2024-03-24Auto merge of #122895 - matthiaskrgr:ice-tests-5xxxx-to-9xxxx, r=fmeasebors-0/+346
2024-03-24cargo updategithub-actions-79/+79
2024-03-24Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o...bors-12/+18
2024-03-24std::thread: refine available_parallelism for solaris/illumos.David Carlier-0/+6
2024-03-24panic-in-panic-hook: formatting a message that's just a string is risk-freeRalf Jung-5/+11
2024-03-24Auto merge of #122980 - workingjubilee:rollup-r5i1rke, r=workingjubileebors-237/+484
2024-03-24add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directiveMatthias Krüger-14/+73
2024-03-24Fix build failure on ARM/AArch64/PowerPC/RISC-V FreeBSD/NetBSDTaiki Endo-1/+1
2024-03-24add test for stack overflow with recursive type #98842Matthias Krüger-0/+40
2024-03-24add test for ice #90691 ICE: resolution failed during building vtable represe...Matthias Krüger-0/+41
2024-03-24add test for 88421 ICE: could not fully normalize `&<MyType as std::ops::Inde...Matthias Krüger-0/+36
2024-03-24add test for #88212 ICE when lambda captures unsized localMatthias Krüger-0/+44
2024-03-24add test for ice 83056 "bad input type for cast"Matthias Krüger-0/+26
2024-03-24add test for str as extern "C" arg causes compiler panic #80125Matthias Krüger-0/+50
2024-03-24add test for #64784 Declarative macros can create infinite glob import cyclesMatthias Krüger-0/+15
2024-03-24add test for #52334Matthias Krüger-0/+35
2024-03-24add test for #90192Matthias Krüger-0/+20
2024-03-23Rollup merge of #122969 - cuviper:borrowck-rposition, r=matthewjasperJubilee-11/+9
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-58/+155
2024-03-23Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubileeJubilee-25/+94
2024-03-23Rollup merge of #122797 - alexcrichton:fix-compile-wasm64, r=Mark-SimulacrumJubilee-1/+5
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-8/+8
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-124/+132
2024-03-23Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubileeJubilee-10/+81
2024-03-23Rename `Arguments::as_const_str` to `as_statically_known_str`Josh Stone-5/+9
2024-03-24Auto merge of #122966 - matthiaskrgr:rollup-20k8nsm, r=matthiaskrgrbors-171/+1757
2024-03-23Simplify an iterator search in borrowck diagJosh Stone-11/+9