about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-07-19Rollup merge of #87259 - Llandy3d:triagebot_shortcuts, r=nikomatsakisGuillaume Gomez-0/+2
2021-07-19Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obkGuillaume Gomez-7/+11
2021-07-19Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddleGuillaume Gomez-0/+13
2021-07-19Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplettGuillaume Gomez-22/+3
2021-07-19Rollup merge of #87227 - bstrie:asm2arch, r=AmanieuGuillaume Gomez-49/+73
2021-07-19Rollup merge of #87210 - notriddle:notriddle/rustdoc-sidebar-headers, r=Guill...Guillaume Gomez-41/+45
2021-07-19Rollup merge of #86230 - GuillaumeGomez:nocapture, r=camelidGuillaume Gomez-1/+86
2021-07-19Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplettbors-0/+1
2021-07-19Auto merge of #87146 - Aaron1011:better-macro-lint, r=petrochenkovbors-59/+226
2021-07-19Auto merge of #86848 - notriddle:notriddle/drop-dyn, r=varkorbors-5/+122
2021-07-18Auto merge of #87004 - JamieCunliffe:pgo-gc-sections, r=Mark-Simulacrumbors-1/+6
2021-07-18Move asm! and global_asm! to core::archbstrie-49/+73
2021-07-18Auto merge of #86950 - tmiasko:personality, r=nagisabors-5/+38
2021-07-18triagebot shortcut configLlandy Riveron Del Risco-0/+2
2021-07-18Extend HIR-based WF checking to associated type defaultsAaron Hill-7/+11
2021-07-18fix(clippy): add missing allow(dyn_drop)Michael Howell-1/+1
2021-07-18Add `#![allow(dyn_drop)]` to test cases with `dyn Drop` in themMichael Howell-3/+5
2021-07-18feat(rustc_lint): add `dyn_drop`Michael Howell-1/+116
2021-07-18Auto merge of #87252 - RalfJung:miri, r=RalfJungbors-9/+12
2021-07-18update MiriRalf Jung-9/+12
2021-07-18Auto merge of #86698 - cjgillot:modc, r=estebankbors-204/+231
2021-07-18Add test to check width of item-infoGuillaume Gomez-0/+10
2021-07-18Fix item info displayGuillaume Gomez-0/+3
2021-07-18Add invalid rust code for testGuillaume Gomez-0/+36
2021-07-18Don't capture child process output at all when --no-capture is usedGuillaume Gomez-4/+10
2021-07-18Add doc for --nocaptureGuillaume Gomez-0/+7
2021-07-18Add test for rustdoc --nocapture optionGuillaume Gomez-0/+18
2021-07-18Add --nocapture option to rustdocGuillaume Gomez-0/+18
2021-07-18Remove deadlock virtual call.Camille GILLOT-11/+9
2021-07-18Move OnDiskCache to rustc_query_impl.Camille GILLOT-197/+226
2021-07-18Auto merge of #87242 - JohnTitor:rollup-t9rmwpo, r=JohnTitorbors-101/+352
2021-07-18Auto merge of #87071 - inquisitivecrystal:inclusive-range, r=estebankbors-7/+62
2021-07-18Rollup merge of #87205 - matthiaskrgr:clippy_cln, r=oli-obkYuki Okushi-3/+2
2021-07-18Rollup merge of #87183 - RalfJung:option-doctest, r=jyn514Yuki Okushi-1/+1
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+44
2021-07-18Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc...Yuki Okushi-75/+91
2021-07-18Rollup merge of #86889 - jyn514:crate-cleanup, r=camelidYuki Okushi-21/+14
2021-07-18Rollup merge of #86843 - FabianWolff:issue-86820, r=lcnrYuki Okushi-0/+106
2021-07-18Rollup merge of #86814 - Aaron1011:inner-doc-recover, r=estebankYuki Okushi-1/+30
2021-07-18Rollup merge of #86763 - JohnTitor:test-63355, r=oli-obkYuki Okushi-0/+64
2021-07-17Add test for `#[allow]` for warnings on attribute macroAaron Hill-0/+69
2021-07-17Only use `assign_id!` for ast nodes that support attributesAaron Hill-5/+8
2021-07-17Add additional missing lint handling logicAaron Hill-11/+20
2021-07-17Add missing `visit_expr_field`Aaron Hill-2/+14
2021-07-17Compute a better `lint_node_id` during expansionAaron Hill-65/+139
2021-07-18Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebankbors-18/+176
2021-07-17x.py fmtDan Gohman-5/+1
2021-07-17Auto merge of #87129 - FabianWolff:issue-75356, r=varkorbors-0/+151
2021-07-17Remove an unnecessary `Mutex` around argument initialization.Dan Gohman-8/+7
2021-07-17Remove args cleanup code.Dan Gohman-14/+0