about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-09-01[rustdoc] Fix path in type-based searchGuillaume Gomez-36/+139
2023-09-01[`clippy`] Use symbols intended for `arithmetic_side_effects`Caio-11/+82
2023-09-01add '--skip-children' to rustfmt invocationRalf Jung-1/+1
2023-08-31Improve `search.js` codeGuillaume Gomez-17/+13
2023-08-31miri ABI check: fix handling of 1-ZST; don't accept sign differencesRalf Jung-11/+15
2023-08-31update abi_compat.rsRalf Jung-12/+3
2023-08-31don't ignore sign for ABI checkRalf Jung-7/+1
2023-08-31update target support sectionRalf Jung-21/+16
2023-08-31bootstrap: use git merge-base for LLVM CI download logicRalf Jung-19/+28
2023-08-31more ABI compat testsRalf Jung-12/+48
2023-08-31fmtRalf Jung-1/+1
2023-08-31Merge from rustcRalf Jung-12/+117
2023-08-31Preparing for merge from rustcRalf Jung-1/+1
2023-08-31Auto merge of #115374 - RalfJung:miri-fn-abi, r=oli-obkbors-11/+116
2023-08-31make sure we test all tier 1 targets: i686-pc-windows-gnu was missingRalf Jung-1/+1
2023-08-31fmtThe Miri Conjob Bot-13/+12
2023-08-31Merge from rustcThe Miri Conjob Bot-9678/+16510
2023-08-31Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-30Fix issue with extra semicolon when import comment preceeds semicolonDavid Bar-On-1/+1
2023-08-30Fix issues with formatting imports with commentsRobert Sammelson-2/+4
2023-08-31Auto merge of #115323 - onur-ozkan:curl-download-checksum-fix, r=Mark-Simulacrumbors-12/+11
2023-08-30Do not ICE in rustdoc.Camille GILLOT-1/+1
2023-08-30miri function ABI check: specifically look for repr(transparent)Ralf Jung-0/+35
2023-08-30organize failing ABI compat tests and add some moreRalf Jung-10/+58
2023-08-30interpret: make sure we accept transparent newtypes as ABI-compatibleRalf Jung-1/+23
2023-08-30compiletest: support for newer lldb versionsDavid Wood-0/+9
2023-08-30storage_live: avoid computing the layout unless necessaryRalf Jung-4/+4
2023-08-30move marking-locals-live out of push_stack_frame, so it happens with argument...Ralf Jung-19/+16
2023-08-30interpret: fix projecting into an unsized field of a localRalf Jung-0/+24
2023-08-30Auto merge of #111713 - Zoxc:lock-switch, r=nnethercotebors-10/+10
2023-08-30Rollup merge of #115272 - RalfJung:miri-error-print, r=saethlinMatthias Krüger-38/+27
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-7/+7
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-10/+10
2023-08-29Update cargoWeihang Lo-0/+0
2023-08-29Auto merge of #115354 - matthiaskrgr:rollup-4cotcxz, r=matthiaskrgrbors-1/+1
2023-08-29Rollup merge of #114923 - cuishuang:master, r=wesleywiserMatthias Krüger-1/+1
2023-08-29Auto merge of #115183 - flip1995:clippyup, r=Manishearth,oli-obkbors-9600/+16423
2023-08-29Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkovbors-1/+1
2023-08-29Bump ui_testOli Scherer-17/+17
2023-08-29Don't treat lines starting with `.` or `)` as ordered markdown lists (#5839)xxchan-1/+6
2023-08-29fmtThe Miri Conjob Bot-4/+6
2023-08-29Merge from rustcThe Miri Conjob Bot-29/+78
2023-08-29Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-28Auto merge of #115182 - RalfJung:abi-compat-sign, r=b-naberbors-0/+27
2023-08-28Move testsCaio-1/+1
2023-08-28Update windows ffi bindingsChris Denton-18/+15
2023-08-28avoid stdout redirection on `curl` executionsonur-ozkan-12/+11
2023-08-28rustdoc: start new "Sections" section in the book with Aliased TypeUrgau-0/+16
2023-08-28rustdoc: always print type alias inner type (with it's where clauses)Urgau-22/+14
2023-08-28add tests for track_caller in closures and generatorsRalf Jung-5/+148