about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-12rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-3/+2
2022-12-12Auto merge of #105252 - bjorn3:codegen_less_pair_values, r=nagisabors-35/+30
2022-12-12Auto merge of #105592 - matthiaskrgr:rollup-1cazogq, r=matthiaskrgrbors-34/+35
2022-12-12Rollup merge of #105569 - compiler-errors:resolve-bug-better, r=TaKO8KiMatthias Krüger-15/+34
2022-12-12Rollup merge of #104997 - c410-f3r:moar-errors, r=petrochenkovMatthias Krüger-19/+1
2022-12-12Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors-171/+244
2022-12-12Auto merge of #105485 - nnethercote:fix-lint-perf-regressions, r=cjgillotbors-72/+182
2022-12-11Auto merge of #105579 - matthiaskrgr:rollup-vw5dlqc, r=matthiaskrgrbors-18/+150
2022-12-11Move testsCaio-19/+1
2022-12-11Rollup merge of #105560 - GuillaumeGomez:extend-rustdoc-hashtag-prep-line, r=...Matthias Krüger-0/+8
2022-12-11Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviperMatthias Krüger-1/+15
2022-12-11Rollup merge of #105521 - tshepang:keep-heading-separate, r=nagisaMatthias Krüger-1/+2
2022-12-11Rollup merge of #105472 - spastorino:make-encoder-use-queries, r=oli-obkMatthias Krüger-12/+4
2022-12-11Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8KiMatthias Krüger-3/+62
2022-12-11Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisaMatthias Krüger-0/+51
2022-12-11Rollup merge of #101648 - Timmmm:home_dir_docs, r=joshtriplettMatthias Krüger-1/+8
2022-12-12Speed up the "builtin lints only" case.Nicholas Nethercote-7/+51
2022-12-12Reinstate `{Early,Late}LintPassObjects`.Nicholas Nethercote-40/+106
2022-12-12Rename `run_early_passes` as `lint_callback`.Nicholas Nethercote-28/+28
2022-12-11Auto merge of #103647 - lqd:osx-x64-lto, r=Mark-Simulacrumbors-2/+2
2022-12-11bug! with a better error message for failing Instance::resolveMichael Goulet-15/+34
2022-12-11Auto merge of #103591 - lqd:win-lto, r=Mark-Simulacrumbors-1/+2
2022-12-11Auto merge of #102900 - abrachet:master, r=bjorn3bors-0/+14
2022-12-11Extend rustdoc hashtag prepended line testGuillaume Gomez-0/+8
2022-12-11Auto merge of #105508 - eduardosm:ptr-methods-inline-always, r=Mark-Simulacrumbors-4/+4
2022-12-11llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-1/+15
2022-12-11Auto merge of #105554 - matthiaskrgr:rollup-ir60gc7, r=matthiaskrgrbors-220/+438
2022-12-11Rollup merge of #105547 - JohnTitor:issue-104582, r=compiler-errorsMatthias Krüger-0/+30
2022-12-11Rollup merge of #105546 - JohnTitor:issue-44454, r=compiler-errorsMatthias Krüger-0/+115
2022-12-11Rollup merge of #105539 - GuillaumeGomez:hashtag-prepended-lines-non-rust, r=...Matthias Krüger-3/+41
2022-12-11Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-deadMatthias Krüger-98/+24
2022-12-11Rollup merge of #105532 - poliorcetics:document-remap-order, r=JohnTitorMatthias Krüger-0/+3
2022-12-11Rollup merge of #105411 - estebank:short-names, r=oli-obkMatthias Krüger-119/+225
2022-12-11Auto merge of #105457 - GuillaumeGomez:prevent-auto-blanket-impl-retrieval, r...bors-0/+45
2022-12-11Add some regression tests for #44454Yuki Okushi-0/+115
2022-12-11Auto merge of #105543 - matthiaskrgr:rollup-s9zj0pq, r=matthiaskrgrbors-164/+125
2022-12-11Add regression test for #104582Yuki Okushi-0/+30
2022-12-11Rollup merge of #105542 - compiler-errors:confirm-nits, r=jackh726Matthias Krüger-59/+61
2022-12-11Rollup merge of #105534 - Nilstrieb:i-will-review-your-code, r=wesleywiserMatthias Krüger-0/+1
2022-12-11Rollup merge of #105530 - Nilstrieb:rustdoc-highlight-less-lifetimes, r=Guill...Matthias Krüger-24/+24
2022-12-11Rollup merge of #105511 - luqmana:rustix-upgrade, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-12-11Rollup merge of #105460 - mkroening:compiler-builtins-0.1.85, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-12-11Rollup merge of #105459 - jyn514:proc-macro-default, r=Mark-SimulacrumMatthias Krüger-10/+0
2022-12-11Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-SimulacrumMatthias Krüger-66/+34
2022-12-10fix rebaseEsteban Küber-2/+2
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-117/+223
2022-12-10Some method confirmation code nitsMichael Goulet-59/+61
2022-12-10Add test for non-rust code block hashtag prepended linesGuillaume Gomez-0/+37
2022-12-10Don't take into account hashtag prepended lines if not in rust code blockGuillaume Gomez-3/+4
2022-12-10Auto merge of #105416 - nnethercote:more-linting-tweaks, r=cjgillotbors-58/+80