| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Abort on arity mismatch | Nadrieril | -7/+15 |
| 2024-03-03 | Auto merge of #121763 - clubby789:llvm-old-comment, r=cjgillot | bors | -6/+3 |
| 2024-03-03 | Auto merge of #121936 - RalfJung:miri, r=RalfJung | bors | -343/+607 |
| 2024-03-03 | Auto merge of #121937 - GuillaumeGomez:rollup-9684vg3, r=GuillaumeGomez | bors | -7/+219 |
| 2024-03-03 | Rollup merge of #121934 - RalfJung:tree-wraparound, r=oli-obk | Guillaume Gomez | -1/+18 |
| 2024-03-03 | Rollup merge of #121933 - Iansa9:thread-name-wasm-fix, r=Nilstrieb | Guillaume Gomez | -0/+4 |
| 2024-03-03 | Rollup merge of #121917 - GuillaumeGomez:pattern-complexity_limit.rs, r=Nadri... | Guillaume Gomez | -6/+197 |
| 2024-03-03 | Add feature gate test for `pattern_complexity` attribute | Guillaume Gomez | -0/+18 |
| 2024-03-03 | Add and update tests to use `pattern_complexity` | Guillaume Gomez | -0/+123 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -6/+56 |
| 2024-03-03 | Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin | bors | -4/+4 |
| 2024-03-03 | rustc_log: expose tracing-tree "wraparound" in an env var | Ralf Jung | -1/+18 |
| 2024-03-03 | Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJung | bors | -44/+145 |
| 2024-03-03 | Auto merge of #3346 - RalfJung:alloc-accesses, r=RalfJung | bors | -1/+3 |
| 2024-03-03 | Windows: support getting the thread name | Ralf Jung | -20/+94 |
| 2024-03-03 | fix wording of alloc access tracking message | Ralf Jung | -1/+1 |
| 2024-03-03 | readme | Ralf Jung | -0/+2 |
| 2024-03-03 | Auto merge of #121931 - lnicola:sync-from-ra, r=lnicola | bors | -1267/+3264 |
| 2024-03-03 | Add missing get_name for wasm::thread. | Ian Neumann | -0/+4 |
| 2024-03-03 | move thread-panic tests to their own file; test getting the thread name | Ralf Jung | -24/+51 |
| 2024-03-03 | Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-ra | Laurențiu Nicola | -1267/+3264 |
| 2024-03-03 | Auto merge of #121877 - estebank:fancy-svg, r=compiler-errors | bors | -150/+485 |
| 2024-03-03 | Auto merge of #121856 - ChrisDenton:abort, r=joboet | bors | -14/+16 |
| 2024-03-03 | Auto merge of #112865 - rust-lang:cargo_update, r=clubby789 | bors | -154/+165 |
| 2024-03-03 | cargo update | github-actions | -154/+165 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -144/+1156 |
| 2024-03-02 | On tests that specify --color=always emit SVG file with stderr output | Esteban Kuber | -150/+485 |
| 2024-03-02 | Auto merge of #121904 - matthiaskrgr:rollup-qcq0d3h, r=matthiaskrgr | bors | -107/+269 |
| 2024-03-02 | Auto merge of #3343 - RalfJung:tree-borrows-diag, r=RalfJung | bors | -104/+125 |
| 2024-03-02 | Tree Borrows: print where the forbidden access happens; make tag tracking les... | Ralf Jung | -104/+125 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -10/+273 |
| 2024-03-02 | Rollup merge of #121731 - oli-obk:eager_opaque_checks, r=compiler-errors | Guillaume Boisseau | -24/+38 |
| 2024-03-02 | Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasper | Guillaume Boisseau | -100/+118 |
| 2024-03-02 | Rollup merge of #121622 - dtolnay:wake, r=cuviper | Guillaume Boisseau | -0/+49 |
| 2024-03-02 | Rollup merge of #120761 - rcvalle:rust-dfsan, r=nikic | Guillaume Boisseau | -10/+678 |
| 2024-03-02 | Cleanup windows abort_internal | Chris Denton | -14/+16 |
| 2024-03-02 | Auto merge of #3338 - RalfJung:more-tracking-and-threads, r=RalfJung | bors | -184/+257 |
| 2024-03-02 | add option to track all read/write accesses to tracked allocations | Ralf Jung | -14/+38 |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -170/+219 |
| 2024-03-02 | Rollup merge of #121895 - matthiaskrgr:devec, r=fee1-dead | Matthias Krüger | -33/+20 |
| 2024-03-02 | Rollup merge of #121892 - Zalathar:expr-kind-let, r=Nadrieril | Matthias Krüger | -32/+6 |
| 2024-03-02 | Rollup merge of #121888 - cppcoffee:style, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2024-03-02 | Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddle | Matthias Krüger | -13/+38 |
| 2024-03-02 | Rollup merge of #121759 - RalfJung:addr_of, r=the8472 | Matthias Krüger | -15/+63 |
| 2024-03-02 | Rollup merge of #121758 - joboet:move_pal_thread_local, r=ChrisDenton | Matthias Krüger | -3/+4 |
| 2024-03-02 | Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviper | Matthias Krüger | -11/+137 |
| 2024-03-02 | Remove underscore from QNX target file name | Nilstrieb | -4/+4 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -33/+20 |
| 2024-03-02 | Auto merge of #121890 - matthiaskrgr:rollup-mv26uwt, r=matthiaskrgr | bors | -430/+546 |
| 2024-03-02 | Auto merge of #16702 - Veykril:intra-doc-links-generic, r=Veykril | bors | -50/+74 |