about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-17Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgrbors-160/+179
2023-04-17Rollup merge of #110433 - ChrisDenton:notfound, r=thomccMatthias Krüger-3/+6
2023-04-17Rollup merge of #110423 - jsoref:spelling-srcdoc, r=NilstriebMatthias Krüger-9/+9
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-28/+28
2023-04-17Rollup merge of #110404 - matthiaskrgr:mapmap, r=NilstriebMatthias Krüger-70/+42
2023-04-17Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472Matthias Krüger-1/+3
2023-04-17Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau...Matthias Krüger-4/+2
2023-04-17Rollup merge of #110038 - compiler-errors:infer-regions-in-transmutability, r...Matthias Krüger-45/+89
2023-04-17Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errorsbors-38/+34
2023-04-17Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obkbors-22/+16
2023-04-16Spelling librustdocJosh Soref-28/+28
2023-04-17Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obkbors-62/+191
2023-04-16Windows: map a few more error codes to ErrorKindChris Denton-3/+6
2023-04-16Auto merge of #109133 - weihanglo:make-cargo-a-workspace, r=ehussbors-2129/+124
2023-04-16Erase regions when confirming transmutability candidateMichael Goulet-45/+89
2023-04-16bootstrap: switch from `stream_cargo` to `try_run_quiet`Weihang Lo-3/+3
2023-04-16chore: remove `rustc-workspace-hack`Weihang Lo-191/+4
2023-04-16chore: remove Cargo features in rustc-workspace-hackWeihang Lo-167/+1
2023-04-16bootstrap: treat src/tools/cargo as a workspace memberWeihang Lo-15/+44
2023-04-16tidy: `check_crate_duplicate` is no longer usefulWeihang Lo-47/+8
2023-04-16chore: allow `cargo` to have its own workspaceWeihang Lo-1716/+74
2023-04-16Spelling src/docJosh Soref-9/+9
2023-04-16Alloc `hir::Lit` in an arena to remove the destructor from `Expr`Nilstrieb-38/+34
2023-04-16Add a message indicating overflow inJohn Bobbo-1/+3
2023-04-16Improve doc comment of AllocExtra's backtraceBen Kimock-1/+2
2023-04-16Add a flag to disable leak backtracesBen Kimock-9/+52
2023-04-16Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-deadbors-114/+91
2023-04-16Report a backtrace for memory leaks under MiriBen Kimock-60/+145
2023-04-16Rollup merge of #110402 - scottmcm:align-tz, r=fee1-deadfee1-dead-7/+4
2023-04-16Rollup merge of #110400 - matthiaskrgr:style_mix, r=fee1-deadfee1-dead-7/+5
2023-04-16Rollup merge of #110398 - matthiaskrgr:clippy_match, r=Nilstrieb,fee1-deadfee1-dead-75/+52
2023-04-16Rollup merge of #110397 - Nilstrieb:speedy-bootstrap-2, r=fee1-dead,jyn514fee1-dead-25/+30
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-70/+42
2023-04-16Remove the loop in `Align::from_bytes`Scott McMurray-7/+4
2023-04-16Auto merge of #110401 - fee1-dead-contrib:rollup-1f2smz2, r=fee1-deadbors-137/+79
2023-04-16Rollup merge of #110396 - Nilstrieb:speedy-bootstrap, r=jyn514fee1-dead-3/+3
2023-04-16Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e...fee1-dead-66/+51
2023-04-16Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obkfee1-dead-68/+25
2023-04-16more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti...Matthias Krüger-7/+5
2023-04-16use matches! macro in more placesMatthias Krüger-75/+52
2023-04-16Move some utils out of `rustc_const_eval`Nilstrieb-25/+30
2023-04-16Use lints via `lint_defs` instead of `lints`Nilstrieb-3/+3
2023-04-16Auto merge of #110391 - est31:remove_allow_unused, r=fee1-deadbors-1/+0
2023-04-16Remove unused unused_macrosest31-1/+0
2023-04-16Auto merge of #110390 - fee1-dead-contrib:rollup-kh2ov9r, r=fee1-deadbors-39/+49
2023-04-16Rollup merge of #110387 - nnethercote:rm-use-rustc_hir-as-ast, r=fee1-deadfee1-dead-7/+7
2023-04-16Rollup merge of #110379 - ehuss:unignore-tests, r=compiler-errorsfee1-dead-30/+39
2023-04-16Rollup merge of #110376 - aDotInTheVoid:doc-comment, r=jyn514fee1-dead-2/+3
2023-04-15Use a `saturating_mul` instead of a `checked_mul`John Bobbo-1/+1
2023-04-16Don't `use rustc_hir as ast`(!)Nicholas Nethercote-7/+7