summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-05-20derive `Default` trait for `compiletest::common::Config`ozkanonur-1/+7
2023-05-20create new tool rustdoc-gui-testozkanonur-0/+233
2023-05-20Rollup merge of #111606 - jyn514:nightly-diagnostics, r=lcnrDylan DPC-1/+0
2023-05-19Set the timestamp of downloaded stage0 files ...Ximin Luo-2/+2
2023-05-19Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !`Maybe Waffle-6/+4
2023-05-19Override config.toml options from command lineclubby789-47/+303
2023-05-19Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillotbors-0/+1
2023-05-18Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31bors-4/+2
2023-05-18very minor cleanupsjyn-1/+0
2023-05-18Auto merge of #111721 - Dylan-DPC:rollup-9jw6b7k, r=Dylan-DPCbors-3/+16
2023-05-18Document stack-protector optionMarcin S-5/+6
2023-05-18Rollup merge of #111695 - fmease:dont-lump-together-alias-tys, r=compiler-errorsDylan DPC-0/+13
2023-05-18Rollup merge of #111685 - Kobzol:bootstrap-typo, r=clubby789Dylan DPC-3/+3
2023-05-18Auto merge of #110605 - csmoe:open-cgo, r=Kobzolbors-33/+59
2023-05-18Merge from rustcRalf Jung-13/+120
2023-05-18Preparing for merge from rustcRalf Jung-1/+1
2023-05-18Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkinDylan DPC-18/+19
2023-05-18Rollup merge of #111561 - dtolnay:compiletestdirexists, r=Mark-SimulacrumDylan DPC-1/+7
2023-05-18Rollup merge of #111160 - chbaker0:update-serde, r=Mark-SimulacrumDylan DPC-8/+8
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-4/+2
2023-05-17Exclude inherent projections from some alias ty matchesLeón Orell Valerian Liehr-0/+13
2023-05-17Auto merge of #111672 - nikic:llvm-16.0.4, r=cuviperbors-0/+0
2023-05-17Fix typo in bootstrap command descriptionJakub Beránek-3/+3
2023-05-17Rollup merge of #111674 - GuillaumeGomez:add-missing-backslash, r=notriddleDylan DPC-1/+1
2023-05-17Add missing backslash in HTML stringGuillaume Gomez-1/+1
2023-05-17Update to LLVM 16.0.4Nikita Popov-0/+0
2023-05-17Rollup merge of #111648 - Nilstrieb:language-items, r=WaffleLapkinDylan DPC-4/+5
2023-05-17Update cargoWeihang Lo-0/+0
2023-05-16Rollup merge of #111642 - GuillaumeGomez:only-impl-from-bodies, r=notriddleMatthias Krüger-1/+29
2023-05-16Remove `LangItems::require`Nilstrieb-4/+5
2023-05-16Fix dependency tracking for debugger visualizersMichael Woerister-0/+1
2023-05-16Only keep impl blocks from bodiesGuillaume Gomez-1/+29
2023-05-16Auto merge of #111639 - Nilstrieb:rollup-vg149lm, r=Nilstriebbors-2/+1
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-2/+1
2023-05-16Merge from rustcRalf Jung-50/+2939
2023-05-16Preparing for merge from rustcRalf Jung-1/+1
2023-05-16add lib module to `src/tool/compiletest`ozkanonur-1135/+1141
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-18/+19
2023-05-16Auto merge of #111472 - djkoloski:compiletest_cfg_current_target, r=compiler-...bors-5/+84
2023-05-15Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillotMatthias Krüger-2/+2
2023-05-15Rollup merge of #111538 - chenyukang:yukang-fix-110067-version-issue, r=jyn514Matthias Krüger-0/+47
2023-05-15Rollup merge of #111569 - LucasFA:linkchecker-lints, r=ehussMatthias Krüger-19/+16
2023-05-15Rollup merge of #111548 - calebcartwright:by-ref-tokentree2, r=compiler-errorsMatthias Krüger-2/+1
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-2/+2
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-2/+1
2023-05-14Appease lintsLucasFA-19/+16
2023-05-14Auto merge of #104134 - dtolnay:panictemporaries, r=joshtriplettbors-9/+1
2023-05-14Exposes false negative in clippy's diverging_sub_expressionDavid Tolnay-9/+1
2023-05-14Include better context for "already exists" error in compiletestDavid Tolnay-1/+7
2023-05-14Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors-0/+1