| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -119/+76 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -89/+86 |
| 2022-09-01 | Auto merge of #100958 - mikebenfield:workaround, r=nikic | bors | -11/+0 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -362/+176 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -171/+171 |
| 2022-09-01 | Auto merge of #100537 - petrochenkov:piccheck, r=oli-obk | bors | -54/+85 |
| 2022-09-01 | Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb | bors | -125/+41 |
| 2022-08-31 | Auto merge of #101249 - matthiaskrgr:rollup-wahnoz8, r=matthiaskrgr | bors | -4856/+10129 |
| 2022-08-31 | Rollup merge of #101240 - JohnTitor:JohnTitor-patch-1, r=ehuss | Matthias Krüger | -1/+1 |
| 2022-08-31 | Rollup merge of #101236 - thomcc:winfs-nozero, r=ChrisDenton | Matthias Krüger | -14/+24 |
| 2022-08-31 | Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r... | Matthias Krüger | -10/+24 |
| 2022-08-31 | Rollup merge of #101229 - mgeisler:link-try-operator, r=thomcc | Matthias Krüger | -3/+5 |
| 2022-08-31 | Rollup merge of #101165 - ldm0:drain_to_iter, r=cjgillot | Matthias Krüger | -16/+16 |
| 2022-08-31 | Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillot | Matthias Krüger | -27/+58 |
| 2022-08-31 | Rollup merge of #101140 - Jarcho:clippyup, r=Jarcho | Matthias Krüger | -3973/+9255 |
| 2022-08-31 | Rollup merge of #100844 - evopen:migrate-diag, r=davidtwco | Matthias Krüger | -804/+475 |
| 2022-08-31 | Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate... | Matthias Krüger | -3/+245 |
| 2022-08-31 | Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkov | Matthias Krüger | -5/+26 |
| 2022-08-31 | Auto merge of #100085 - RalfJung:op-ty-len, r=oli-obk | bors | -3/+3 |
| 2022-08-31 | Use `CountIsStart` in clippy | Jason Newcomb | -3/+3 |
| 2022-08-31 | Fix a typo on `wasm64-unknown-unknown` doc | Yuki Okushi | -1/+1 |
| 2022-08-31 | Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup | Jason Newcomb | -3973/+9255 |
| 2022-08-31 | fix a clippy test | Ralf Jung | -1/+1 |
| 2022-08-31 | interpret: use new OpTy::len for Len rvalue | Ralf Jung | -2/+2 |
| 2022-08-31 | Auto merge of #101238 - RalfJung:rollup-bzcmobj, r=RalfJung | bors | -221/+672 |
| 2022-08-31 | lint: avoid linting diag functions with diag lints | David Wood | -10/+24 |
| 2022-08-31 | Rollup merge of #101237 - RalfJung:into-iter-zst, r=thomcc | Ralf Jung | -1/+7 |
| 2022-08-31 | Rollup merge of #101216 - ehuss:sanitizer-links, r=JohnTitor | Ralf Jung | -10/+26 |
| 2022-08-31 | Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomez | Ralf Jung | -16/+46 |
| 2022-08-31 | Rollup merge of #100831 - JhonnyBillM:migrate-symbol-mangling-to-diagnostics-... | Ralf Jung | -5/+68 |
| 2022-08-31 | Rollup merge of #100753 - LuisCardosoOliveira:translation-migrate-session, r=... | Ralf Jung | -19/+110 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -52/+196 |
| 2022-08-31 | Rollup merge of #90946 - GuillaumeGomez:def-id-remove-weird-case, r=Manishearth | Ralf Jung | -118/+219 |
| 2022-08-31 | fix into_iter on ZST | Ralf Jung | -1/+7 |
| 2022-08-31 | Avoid needless buffer zeroing in `std::sys::windows::fs` | Thom Chiovoloni | -14/+24 |
| 2022-08-31 | SessionDiagnostic for QueryOverflow error | Li Yuanheng | -2/+8 |
| 2022-08-31 | delete leftover comment | Li Yuanheng | -1/+0 |
| 2022-08-31 | use derive proc macro to impl SessionDiagnostic | Yuanheng Li | -811/+415 |
| 2022-08-31 | link related issue to FIXME | Li Yuanheng | -1/+1 |
| 2022-08-31 | migrate rustc_query_system to use SessionDiagnostic | Yuanheng Li | -46/+108 |
| 2022-08-31 | Correct typo | Dezhi Wu | -4/+4 |
| 2022-08-31 | Fix ci checks | Dezhi Wu | -3/+3 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -171/+171 |
| 2022-08-31 | Add regression test for implementations displayed on reference primitive type | Guillaume Gomez | -0/+37 |
| 2022-08-31 | Print only blanket implementations on reference primitive type | Guillaume Gomez | -67/+133 |
| 2022-08-31 | Link “? operator” to relevant chapter in The Book | Martin Geisler | -3/+5 |
| 2022-08-31 | Auto merge of #9397 - Jarcho:trait_dup_order, r=dswij | bors | -17/+33 |
| 2022-08-31 | Auto merge of #101225 - matthiaskrgr:rollup-9s1chas, r=matthiaskrgr | bors | -922/+1639 |
| 2022-08-31 | Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwco | Matthias Krüger | -33/+52 |
| 2022-08-31 | Rollup merge of #101171 - thomcc:fix-winfs-ub, r=ChrisDenton | Matthias Krüger | -28/+55 |