| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | Clean up `with_task`. | Nicholas Nethercote | -10/+6 |
| 2023-04-25 | Auto merge of #110821 - matthiaskrgr:rollup-mzxrvw7, r=matthiaskrgr | bors | -145/+495 |
| 2023-04-25 | Rollup merge of #110796 - madsravn:wake-example, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2023-04-25 | Rollup merge of #110783 - dtolnay:safeprint, r=petrochenkov | Matthias Krüger | -40/+68 |
| 2023-04-25 | Rollup merge of #110671 - compiler-errors:polarity, r=lcnr | Matthias Krüger | -3/+126 |
| 2023-04-25 | Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-25 | Rollup merge of #110615 - WaffleLapkin:impl_tag, r=cjgillot | Matthias Krüger | -29/+211 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -71/+88 |
| 2023-04-25 | Add `#[inline]` in `impl_tag` | Maybe Waffle | -0/+2 |
| 2023-04-25 | Auto merge of #110518 - loongarch-rs:update-linux-raw-sys, r=Mark-Simulacrum | bors | -14/+23 |
| 2023-04-25 | Fix ICE on --print=... i/o errors | David Tolnay | -40/+68 |
| 2023-04-25 | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | -85/+254 |
| 2023-04-25 | Updating Wake example to use new 'pin!' macro | Mads Ravn | -1/+2 |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -137/+226 |
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -1/+380 |
| 2023-04-25 | Auto merge of #110389 - mazong1123:add-shortcut-for-grisu3, r=Mark-Simulacrum | bors | -0/+43 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -1/+380 |
| 2023-04-25 | Negative coherence test | Michael Goulet | -0/+52 |
| 2023-04-25 | Auto merge of #110789 - matthiaskrgr:rollup-92e764u, r=matthiaskrgr | bors | -579/+1567 |
| 2023-04-25 | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=Amanieu | Matthias Krüger | -138/+878 |
| 2023-04-25 | Rollup merge of #110779 - jchzhou:patch, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2023-04-25 | Rollup merge of #110775 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-04-25 | Rollup merge of #110755 - TimNN:exp-tls, r=durin42 | Matthias Krüger | -0/+5 |
| 2023-04-25 | Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting... | Matthias Krüger | -441/+680 |
| 2023-04-25 | Add shortcut for Grisu3 algorithm. | mazong1123 | -0/+43 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -137/+226 |
| 2023-04-25 | Auto merge of #110232 - Amanieu:old-llvm-components, r=petrochenkov | bors | -1/+17 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -1/+65 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -107/+27 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -22/+842 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -8/+8 |
| 2023-04-25 | Revert "Adjust expected result for coverage test" | Matthias Krüger | -3/+3 |
| 2023-04-24 | Auto merge of #110718 - flip1995:clippyup, r=Manishearth | bors | -1405/+2308 |
| 2023-04-24 | Auto merge of #110778 - JohnTitor:rollup-7f51qwk, r=JohnTitor | bors | -639/+1150 |
| 2023-04-24 | Consider polarity in new solver | Michael Goulet | -3/+74 |
| 2023-04-25 | Rollup merge of #110760 - GuillaumeGomez:regression-60522, r=notriddle | Yuki Okushi | -0/+39 |
| 2023-04-25 | Rollup merge of #110750 - scottmcm:vardebug-size, r=cjgillot | Yuki Okushi | -0/+2 |
| 2023-04-25 | Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehuss | Yuki Okushi | -3/+3 |
| 2023-04-25 | Rollup merge of #110685 - cjgillot:clean-dcp, r=oli-obk | Yuki Okushi | -73/+52 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -23/+3 |
| 2023-04-25 | Rollup merge of #110667 - pcc:fix-pointer-auth-link-with-c, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2023-04-25 | Rollup merge of #110602 - jyn514:ignore-fmt, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2023-04-25 | Rollup merge of #110590 - oli-obk:object_safe_assoc_types, r=jackh726 | Yuki Okushi | -0/+141 |
| 2023-04-25 | Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot | Yuki Okushi | -538/+558 |
| 2023-04-25 | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Yuki Okushi | -0/+348 |
| 2023-04-25 | configure.py: add flag for riscv{64,32}gc musl-root | jchzhou | -0/+4 |
| 2023-04-24 | Auto merge of #110713 - cjgillot:track-mir-opt, r=scottmcm | bors | -170/+757 |
| 2023-04-24 | Update books | rustbot | -0/+0 |
| 2023-04-24 | Switch `impl_tag!` from explicit tags to `${index()}` | Maybe Waffle | -51/+57 |
| 2023-04-24 | Fix `rustc_index` imports outside the compiler | Maybe Waffle | -25/+27 |