about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-18fix lockfiledonno2048-6660/+0
2024-04-18reset lockfile to headElisha Hollander-1/+6654
2024-04-17allow the tests to pass tidyElisha Hollander-4/+4
2024-04-17add testsElisha Hollander-0/+17
2024-04-17fix valueElisha Hollander-1/+1
2024-04-17configure for testingElisha Hollander-1/+4
2024-04-17format style.rsElisha Hollander-2/+2
2024-04-17separate regex generationElisha Hollander-7/+7
2024-04-17use a function to generate the regexElisha Hollander-8/+12
2024-04-16restore line-breakElisha Hollander-1/+1
2024-04-16default to no testingElisha Hollander-0/+1
2024-04-16update cargo manifestElisha Hollander-96/+103
2024-04-16update lockfileElisha Hollander-0/+1
2024-04-16use `FxHashMap` Elisha Hollander-2/+4
2024-04-16use one `use` for `std`Elisha Hollander-2/+1
2024-04-16refactorElisha Hollander-17/+20
2024-04-16revert using regexElisha Hollander-11/+41
2024-04-16use regex to check for problemsElisha Hollander-41/+11
2024-04-16remove redundant whitespaceElisha Hollander-1/+1
2024-04-16formatElisha Hollander-22/+28
2024-04-16restore original constsElisha Hollander-1/+1
2024-04-16use `generate_problems`Elisha Hollander-136/+40
2024-04-16format style.rsElisha Hollander-13/+12
2024-04-16add more `PROBLEMATIC_CONSTS`Elisha Hollander-2/+130
2024-04-16Auto merge of #124034 - GuillaumeGomez:rollup-ayztp9l, r=GuillaumeGomezbors-683/+1001
2024-04-16Rollup merge of #124023 - pacak:less-splody, r=jieyouxuGuillaume Gomez-8/+34
2024-04-16Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnrGuillaume Gomez-23/+28
2024-04-16Rollup merge of #123979 - oli-obk:define_opaque_types7, r=compiler-errorsGuillaume Gomez-2/+15
2024-04-16Rollup merge of #123859 - krtab:uneeded_clone, r=cuviperGuillaume Gomez-8/+8
2024-04-16Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDentonGuillaume Gomez-387/+58
2024-04-16Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri...Guillaume Gomez-78/+681
2024-04-16Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkinGuillaume Gomez-177/+177
2024-04-16Auto merge of #124026 - matthiaskrgr:rollup-an6s6gq, r=matthiaskrgrbors-423/+819
2024-04-16Rollup merge of #124024 - RalfJung:interpret-comment, r=oli-obkMatthias Krüger-3/+0
2024-04-16Rollup merge of #124018 - RalfJung:dealloc-memory-kind, r=oli-obkMatthias Krüger-18/+21
2024-04-16Rollup merge of #124017 - oli-obk:define_opaque_types8, r=compiler-errorsMatthias Krüger-1/+1
2024-04-16Rollup merge of #124007 - RalfJung:miri, r=RalfJungMatthias Krüger-145/+347
2024-04-16Rollup merge of #123969 - oli-obk:define_opaque_types6, r=compiler-errorsMatthias Krüger-1/+1
2024-04-16Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68Matthias Krüger-19/+6
2024-04-16Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r...Matthias Krüger-4/+225
2024-04-16Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkovMatthias Krüger-229/+197
2024-04-16Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomezMatthias Krüger-2/+3
2024-04-16Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68Matthias Krüger-1/+18
2024-04-16interpret: remove outdated commentRalf Jung-3/+0
2024-04-16Allow workproducts without object files.Michael Baikov-8/+34
2024-04-16std: fix lint on SGXjoboet-2/+5
2024-04-16interpret: pass MemoryKind to before_memory_deallocationRalf Jung-18/+21
2024-04-16Remove uneeded clones now that TrustedStep implies CopyArthur Carcano-8/+8
2024-04-16Change a diagnostics-path-only `DefineOpaqueTypes` to `Yes`.Oli Scherer-1/+1
2024-04-16Outline default query and hook provider function implementationsDaniPopes-23/+28