| Age | Commit message (Expand) | Author | Lines |
| 2024-04-18 | fix lockfile | donno2048 | -6660/+0 |
| 2024-04-18 | reset lockfile to head | Elisha Hollander | -1/+6654 |
| 2024-04-17 | allow the tests to pass tidy | Elisha Hollander | -4/+4 |
| 2024-04-17 | add tests | Elisha Hollander | -0/+17 |
| 2024-04-17 | fix value | Elisha Hollander | -1/+1 |
| 2024-04-17 | configure for testing | Elisha Hollander | -1/+4 |
| 2024-04-17 | format style.rs | Elisha Hollander | -2/+2 |
| 2024-04-17 | separate regex generation | Elisha Hollander | -7/+7 |
| 2024-04-17 | use a function to generate the regex | Elisha Hollander | -8/+12 |
| 2024-04-16 | restore line-break | Elisha Hollander | -1/+1 |
| 2024-04-16 | default to no testing | Elisha Hollander | -0/+1 |
| 2024-04-16 | update cargo manifest | Elisha Hollander | -96/+103 |
| 2024-04-16 | update lockfile | Elisha Hollander | -0/+1 |
| 2024-04-16 | use `FxHashMap` | Elisha Hollander | -2/+4 |
| 2024-04-16 | use one `use` for `std` | Elisha Hollander | -2/+1 |
| 2024-04-16 | refactor | Elisha Hollander | -17/+20 |
| 2024-04-16 | revert using regex | Elisha Hollander | -11/+41 |
| 2024-04-16 | use regex to check for problems | Elisha Hollander | -41/+11 |
| 2024-04-16 | remove redundant whitespace | Elisha Hollander | -1/+1 |
| 2024-04-16 | format | Elisha Hollander | -22/+28 |
| 2024-04-16 | restore original consts | Elisha Hollander | -1/+1 |
| 2024-04-16 | use `generate_problems` | Elisha Hollander | -136/+40 |
| 2024-04-16 | format style.rs | Elisha Hollander | -13/+12 |
| 2024-04-16 | add more `PROBLEMATIC_CONSTS` | Elisha Hollander | -2/+130 |
| 2024-04-16 | Auto merge of #124034 - GuillaumeGomez:rollup-ayztp9l, r=GuillaumeGomez | bors | -683/+1001 |
| 2024-04-16 | Rollup merge of #124023 - pacak:less-splody, r=jieyouxu | Guillaume Gomez | -8/+34 |
| 2024-04-16 | Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr | Guillaume Gomez | -23/+28 |
| 2024-04-16 | Rollup merge of #123979 - oli-obk:define_opaque_types7, r=compiler-errors | Guillaume Gomez | -2/+15 |
| 2024-04-16 | Rollup merge of #123859 - krtab:uneeded_clone, r=cuviper | Guillaume Gomez | -8/+8 |
| 2024-04-16 | Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton | Guillaume Gomez | -387/+58 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -78/+681 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -177/+177 |
| 2024-04-16 | Auto merge of #124026 - matthiaskrgr:rollup-an6s6gq, r=matthiaskrgr | bors | -423/+819 |
| 2024-04-16 | Rollup merge of #124024 - RalfJung:interpret-comment, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-04-16 | Rollup merge of #124018 - RalfJung:dealloc-memory-kind, r=oli-obk | Matthias Krüger | -18/+21 |
| 2024-04-16 | Rollup merge of #124017 - oli-obk:define_opaque_types8, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-16 | Rollup merge of #124007 - RalfJung:miri, r=RalfJung | Matthias Krüger | -145/+347 |
| 2024-04-16 | Rollup merge of #123969 - oli-obk:define_opaque_types6, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-16 | Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68 | Matthias Krüger | -19/+6 |
| 2024-04-16 | Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r... | Matthias Krüger | -4/+225 |
| 2024-04-16 | Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkov | Matthias Krüger | -229/+197 |
| 2024-04-16 | Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomez | Matthias Krüger | -2/+3 |
| 2024-04-16 | Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68 | Matthias Krüger | -1/+18 |
| 2024-04-16 | interpret: remove outdated comment | Ralf Jung | -3/+0 |
| 2024-04-16 | Allow workproducts without object files. | Michael Baikov | -8/+34 |
| 2024-04-16 | std: fix lint on SGX | joboet | -2/+5 |
| 2024-04-16 | interpret: pass MemoryKind to before_memory_deallocation | Ralf Jung | -18/+21 |
| 2024-04-16 | Remove uneeded clones now that TrustedStep implies Copy | Arthur Carcano | -8/+8 |
| 2024-04-16 | Change a diagnostics-path-only `DefineOpaqueTypes` to `Yes`. | Oli Scherer | -1/+1 |
| 2024-04-16 | Outline default query and hook provider function implementations | DaniPopes | -23/+28 |