about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-11-16Merge from rustcRalf Jung-41/+65
2023-11-16Preparing for merge from rustcRalf Jung-1/+1
2023-11-15Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJungbors-2/+20
2023-11-15freebsd adding getrandom interception.David Carlier-2/+20
2023-11-15Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiserbors-0/+12
2023-11-15Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwUbors-10/+10
2023-11-15Auto merge of #117814 - RalfJung:rustc-logger-without-set-var, r=TaKO8Kibors-31/+43
2023-11-15Merge from rustcThe Miri Conjob Bot-2685/+15959
2023-11-15Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-14Auto merge of #117915 - matthiaskrgr:rollup-ztljqrr, r=matthiaskrgrbors-1/+1
2023-11-14Rollup merge of #116244 - estebank:issue-73497, r=b-naberMatthias Krüger-1/+1
2023-11-14Auto merge of #117907 - nikic:update-llvm-17, r=cuviperbors-0/+0
2023-11-14Auto merge of #117701 - lnicola:sync-from-ra, r=onur-ozkan,HKalbasibors-2066/+14906
2023-11-14Depend on rustc_driverLaurențiu Nicola-0/+4
2023-11-14Auto merge of #117849 - compiler-errors:cycle, r=cjgillotbors-1/+1
2023-11-14finish `RegionKind` renamelcnr-10/+10
2023-11-14Update to LLVM 17.0.5Nikita Popov-0/+0
2023-11-14Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillotbors-31/+31
2023-11-14Custom MIR: Support cleanup blocksTomasz Miąsko-31/+31
2023-11-13don't expose all the borrow tracker stuff to the entire crateRalf Jung-41/+47
2023-11-13Add missing rustc_private featuresLaurențiu Nicola-1/+8
2023-11-13Try Mode::ToolRustcLaurențiu Nicola-6/+6
2023-11-13share getentropy shim across various unixesRalf Jung-36/+48
2023-11-13Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Kibors-4/+1
2023-11-13organize pass-dep tests more by the crate they testRalf Jung-14/+18
2023-11-14Rollup merge of #117872 - Mark-Simulacrum:fwd-port-cranelift, r=onur-ozkanTakayuki Maeda-4/+1
2023-11-13update type flagslcnr-3/+3
2023-11-13rename `ReLateBound` to `ReBound`lcnr-14/+10
2023-11-13freebsd adding getentropy interception supportDavid Carlier-1/+29
2023-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
2023-11-12Cranelift isn't available on non-nightly channelsMark Rousskov-4/+1
2023-11-12Auto merge of #117855 - RalfJung:miri, r=RalfJungbors-120/+648
2023-11-12make LayoutError::Cycle carry ErrorGuaranteedMichael Goulet-1/+1
2023-11-12Auto merge of #3159 - eduardosm:sse41-round, r=RalfJungbors-96/+372
2023-11-12Improve SSE4.1 rounding tests coverageEduardo Sánchez Muñoz-137/+305
2023-11-12more consistent naming for TLS testsRalf Jung-10/+13
2023-11-12Auto merge of #2931 - max-heller:issue-2881, r=RalfJungbors-10/+148
2023-11-12allow allocations referenced by main thread TLS to leakmax-heller-10/+148
2023-11-12Implement roundps and roundpd SSE4.1 intrinsicsEduardo Sánchez Muñoz-16/+124
2023-11-12better error when calling pthread shims on unsupported unixesRalf Jung-0/+70
2023-11-12tweak commentsRalf Jung-9/+5
2023-11-12freebsd interceptions update proposalDavid Carlier-7/+45
2023-11-11Add -Z llvm_module_flagPaul Menage-0/+12
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-2/+1
2023-11-11Auto merge of #117820 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-1/+1
2023-11-11Bump nightly versionMark Rousskov-1/+1
2023-11-11Miri: use new init_logger function, avoid calling env::set_varRalf Jung-29/+39
2023-11-11rustc_log: provide a way to init logging based on the values, not names, of t...Ralf Jung-2/+4
2023-11-11Auto merge of #117797 - weihanglo:update-cargo, r=weihanglobors-0/+1
2023-11-11Auto merge of #117799 - erickt:fuchsia, r=tmandrybors-8/+44