about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-26Don't store lazyness in DefKindMichael Goulet-9/+9
2023-09-25Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomezbors-30/+35
2023-09-25Update booksrustbot-0/+0
2023-09-25Auto merge of #3085 - RalfJung:test-norm, r=RalfJungbors-5/+33
2023-09-25Fix typo in rustdoc unstable features docDaniPopes-1/+1
2023-09-25Fix whitespace in rustdoc type_layout.htmlDaniPopes-2/+2
2023-09-25Auto merge of #3083 - saethlin:gc-history, r=oli-obkbors-0/+27
2023-09-25Auto merge of #116147 - compiler-errors:jq, r=dtolnaybors-1/+1
2023-09-25Split out the stable part of smir into its own crate to prevent accidental us...Oli Scherer-1/+4
2023-09-25Fix jq in CIMichael Goulet-1/+1
2023-09-25rustdoc: correctly render ret ty of cross-crate async fnsLeón Orell Valerian Liehr-30/+35
2023-09-25fix normalization in backtrace-api testsRalf Jung-5/+33
2023-09-25Show enum variant value if it is a C-like variantGuillaume Gomez-18/+47
2023-09-25Add colored helpblyxyas-54/+64
2023-09-25Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJungbors-64/+165
2023-09-25Explain single element vectorOli Scherer-0/+2
2023-09-25Document new env varOli Scherer-0/+2
2023-09-25Auto merge of #116029 - chenx97:mipsr6-update-crates, r=Mark-Simulacrumbors-1/+0
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-2312/+3995
2023-09-25Auto merge of #116138 - RalfJung:miri, r=RalfJungbors-2069/+3199
2023-09-25remove some dead codeRalf Jung-51/+1
2023-09-25Auto merge of #3075 - eduardosm:x86-addcarry-subborrow, r=RalfJungbors-1789/+1948
2023-09-25Use `cfg` gates in x86 SSE and SSE2 testsEduardo Sánchez Muñoz-1752/+1762
2023-09-25Implement `llvm.x86.subborrow.32` and `llvm.x86.subborrow.64`Eduardo Sánchez Muñoz-0/+68
2023-09-25Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64`Eduardo Sánchez Muñoz-8/+21
2023-09-25Implement `llvm.x86.addcarry.32` by refactoring `llvm.x86.addcarry.64` to mak...Eduardo Sánchez Muñoz-16/+45
2023-09-25Move `llvm.x86.*` implementations into `shims::x86`Eduardo Sánchez Muñoz-36/+75
2023-09-25ref(bootstrap.py): add `eprint` functionPouriya Jahanbakhsh-49/+41
2023-09-25add sanity checks for user write access on `x install`onur-ozkan-0/+31
2023-09-24GC the Stacked Borrows allocation historyBen Kimock-0/+27
2023-09-24tidy: remove io-lifetimes from the dependency listchenx97-1/+0
2023-09-24Put AVX512 tests togetherEduardo Sánchez Muñoz-126/+85
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-7/+80
2023-09-24Complete miri test.Camille GILLOT-3/+16
2023-09-24Do not assume anything about repeated reification of generic functions.Camille GILLOT-1/+0
2023-09-24fmtThe Miri Conjob Bot-2/+2
2023-09-24Merge from rustcThe Miri Conjob Bot-214/+131
2023-09-24Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-17/+8
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-10/+1
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-7/+7
2023-09-23Pass `-jN` from Make to `BOOTSTRAP_ARGS`onur-ozkan-0/+7
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-4/+1
2023-09-23Bless clippy.Camille GILLOT-166/+87
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-18/+25
2023-09-23Merge from rustcThe Miri Conjob Bot-30/+32
2023-09-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-09-23Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkinbors-9/+10
2023-09-23Auto merge of #116066 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-23Auto merge of #3072 - eduardosm:llvm.ctpop, r=saethlinbors-0/+280