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