| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Move `try_on_disk_cache` out of the giant macro | Joshua Nelson | -11/+19 |
| 2022-09-01 | Get rid of `make_query` module | Joshua Nelson | -13/+6 |
| 2022-09-01 | Auto merge of #98960 - cjgillot:entry-kind, r=estebank | bors | -355/+252 |
| 2022-09-01 | Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebank | bors | -452/+276 |
| 2022-09-01 | Adjust stderr file | Oli Scherer | -2/+2 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -247/+117 |
| 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 #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum | bors | -52/+26 |
| 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 |