about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-26lint and remove unused diagnosticEllis Hoag-9/+4
2022-09-24remove commentEllis Hoag-1/+0
2022-09-24fix lifetime errorEllis Hoag-31/+11
2022-09-24rebase and update trait namesEllis Hoag-52/+42
2022-09-24impl SessionDiagnostic for LayoutError and Spanned<T>Ellis Hoag-3/+50
2022-09-24Add monomorphization errorsEllis Hoag-153/+318
2022-09-24lint typeEllis Hoag-1/+1
2022-09-24Add wrapper type for ExitCode for use in RanlibFailureEllis Hoag-2/+24
2022-09-24remove IntoDiagnosticArg impl for OptionEllis Hoag-11/+2
2022-09-24Lint against untranslatable diagnostics in rustc_codegen_gccEllis Hoag-0/+2
2022-09-24Add LayoutSizeOverflowEllis Hoag-2/+14
2022-09-24Add LTONotSupportedEllis Hoag-1/+9
2022-09-24Add UnwindingInlineAsmEllis Hoag-2/+13
2022-09-24Add LinkageConstOrMutTypeEllis Hoag-4/+13
2022-09-24Add RanlibFailureEllis Hoag-1/+24
2022-09-24Auto merge of #102234 - matthiaskrgr:rollup-5cb20l1, r=matthiaskrgrbors-102/+310
2022-09-24Rollup merge of #102226 - RalfJung:miri-sysroot-build, r=oli-obkMatthias Krüger-1/+1
2022-09-24Rollup merge of #102210 - notriddle:notriddle/did-you-mean, r=cjgillotMatthias Krüger-0/+61
2022-09-24Rollup merge of #102204 - fee1-dead-contrib:manually-drop-trivially-drop, r=o...Matthias Krüger-0/+3
2022-09-24Rollup merge of #102203 - notriddle:notriddle/source-sidebar, r=GuillaumeGomezMatthias Krüger-5/+0
2022-09-24Rollup merge of #102186 - ink-feather-org:const_try_trait, r=fee1-deadMatthias Krüger-21/+104
2022-09-24Rollup merge of #102109 - petrochenkov:addids, r=oli-obkMatthias Krüger-12/+75
2022-09-24Rollup merge of #102088 - oli-obk:cleanups, r=bjorn3Matthias Krüger-1/+4
2022-09-24Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcmMatthias Krüger-62/+62
2022-09-24Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcmbors-1/+8
2022-09-24Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrumbors-682/+496
2022-09-24Auto merge of #102223 - matthiaskrgr:rollup-wb1qdhk, r=matthiaskrgrbors-106/+226
2022-09-24bootstrap/miri: switch to non-deprecated env var for setting the sysroot folderRalf Jung-1/+1
2022-09-24Rollup merge of #102218 - ehuss:rustc-flags, r=JohnTitorMatthias Krüger-0/+11
2022-09-24Rollup merge of #102199 - GuillaumeGomez:improve-rustdoc-gui-tests, r=notriddleMatthias Krüger-6/+12
2022-09-24Rollup merge of #102188 - flba-eb:doc_missed_at_rename, r=jyn514Matthias Krüger-2/+2
2022-09-24Rollup merge of #102176 - ojeda:add-llvm-dis-to-ci-llvm, r=Mark-SimulacrumMatthias Krüger-1/+2
2022-09-24Rollup merge of #102175 - oli-obk:miri_subtree_cleanup, r=jyn514Matthias Krüger-22/+22
2022-09-24Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-deadMatthias Krüger-3/+66
2022-09-24Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomezMatthias Krüger-13/+28
2022-09-24Rollup merge of #102082 - andrewpollack:uid-ignore, r=tmandryMatthias Krüger-0/+1
2022-09-24Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandryMatthias Krüger-0/+1
2022-09-24Rollup merge of #102044 - ChrisDenton:BCrypt-system-rand, r=thomccMatthias Krüger-53/+29
2022-09-24Rollup merge of #101780 - chriswailes:android-platform, r=joshtriplettMatthias Krüger-6/+52
2022-09-24Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcmbors-62/+88
2022-09-23Document some missing command-line argumentsEric Huss-0/+11
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-91/+72
2022-09-23Respond to document review feedbackChris Wailes-3/+3
2022-09-24Bless miri.Camille GILLOT-1/+1
2022-09-23diagnostics: avoid syntactically invalid suggestion in if conditionalsMichael Howell-0/+61
2022-09-23Constify Residual behind const_tryonestacked-2/+5
2022-09-23Make `ManuallyDrop` satisfy `~const Destruct`Deadbeef-0/+3
2022-09-23Remove unused `ConstFn(Once)Closure` structs.onestacked-125/+0
2022-09-23rustdoc: remove no-op CSS rule `#source-sidebar { z-index: 1 }`Michael Howell-1/+0
2022-09-23rustdoc: remove no-op mobile CSS `#source-sidebar { z-index: 11 }`Michael Howell-4/+0