about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-01Move `try_on_disk_cache` out of the giant macroJoshua Nelson-11/+19
2022-09-01Get rid of `make_query` moduleJoshua Nelson-13/+6
2022-09-01Auto merge of #98960 - cjgillot:entry-kind, r=estebankbors-355/+252
2022-09-01Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebankbors-452/+276
2022-09-01Adjust stderr fileOli Scherer-2/+2
2022-09-01tracing::instrument cleanupOli Scherer-247/+117
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-119/+76
2022-09-01Directly use the `instrument` macro instead of its full pathOli Scherer-89/+86
2022-09-01Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrumbors-52/+26
2022-09-01Auto merge of #100958 - mikebenfield:workaround, r=nikicbors-11/+0
2022-09-01Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorinobors-362/+176
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-171/+171
2022-09-01Auto merge of #100537 - petrochenkov:piccheck, r=oli-obkbors-54/+85
2022-09-01Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddybbors-125/+41
2022-08-31Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgrbors-4856/+10129
2022-08-31Rollup merge of #101240 - JohnTitor:JohnTitor-patch-1, r=ehussMatthias Krüger-1/+1
2022-08-31Rollup merge of #101236 - thomcc:winfs-nozero, r=ChrisDentonMatthias Krüger-14/+24
2022-08-31Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r...Matthias Krüger-10/+24
2022-08-31Rollup merge of #101229 - mgeisler:link-try-operator, r=thomccMatthias Krüger-3/+5
2022-08-31Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillotMatthias Krüger-16/+16
2022-08-31Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillotMatthias Krüger-27/+58
2022-08-31Rollup merge of #101140 - Jarcho:clippyup, r=JarchoMatthias Krüger-3973/+9255
2022-08-31Rollup merge of #100844 - evopen:migrate-diag, r=davidtwcoMatthias Krüger-804/+475
2022-08-31Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate...Matthias Krüger-3/+245
2022-08-31Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkovMatthias Krüger-5/+26
2022-08-31Auto merge of #100085 - RalfJung:op-ty-len, r=oli-obkbors-3/+3
2022-08-31Use `CountIsStart` in clippyJason Newcomb-3/+3
2022-08-31Fix a typo on `wasm64-unknown-unknown` docYuki Okushi-1/+1
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-3973/+9255
2022-08-31fix a clippy testRalf Jung-1/+1
2022-08-31interpret: use new OpTy::len for Len rvalueRalf Jung-2/+2
2022-08-31Auto merge of #101238 - RalfJung:rollup-bzcmobj, r=RalfJungbors-221/+672
2022-08-31lint: avoid linting diag functions with diag lintsDavid Wood-10/+24
2022-08-31Rollup merge of #101237 - RalfJung:into-iter-zst, r=thomccRalf Jung-1/+7
2022-08-31Rollup merge of #101216 - ehuss:sanitizer-links, r=JohnTitorRalf Jung-10/+26
2022-08-31Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomezRalf Jung-16/+46
2022-08-31Rollup merge of #100831 - JhonnyBillM:migrate-symbol-mangling-to-diagnostics-...Ralf Jung-5/+68
2022-08-31Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=...Ralf Jung-19/+110
2022-08-31Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwcoRalf Jung-52/+196
2022-08-31Rollup merge of #90946 - GuillaumeGomez:def-id-remove-weird-case, r=ManishearthRalf Jung-118/+219
2022-08-31fix into_iter on ZSTRalf Jung-1/+7
2022-08-31Avoid needless buffer zeroing in `std::sys::windows::fs`Thom Chiovoloni-14/+24
2022-08-31SessionDiagnostic for QueryOverflow errorLi Yuanheng-2/+8
2022-08-31delete leftover commentLi Yuanheng-1/+0
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-811/+415
2022-08-31link related issue to FIXMELi Yuanheng-1/+1
2022-08-31migrate rustc_query_system to use SessionDiagnosticYuanheng Li-46/+108
2022-08-31Correct typoDezhi Wu-4/+4
2022-08-31Fix ci checksDezhi Wu-3/+3
2022-08-31Fix a bunch of typoDezhi Wu-171/+171