about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-28Merge pull request #19015 from Wilfred/mdbookLukas Wirth-2686/+2836
2025-01-28Fix scip symbols for implicit modulesDavid Richey-13/+30
2025-01-28Fix tests/codegen/float/f128Alisa Sireneva-0/+1
2025-01-28Merge pull request #19056 from Giga-Bowser/fix-syntax-tree-crlfLukas Wirth-76/+181
2025-01-28Merge pull request #19057 from darichey/status-bar-in-outputLukas Wirth-0/+4
2025-01-28Fix scip `crate` symbol nameDavid Richey-5/+17
2025-01-28ci: remove unused windows runnerMarcoIeni-4/+0
2025-01-28Disable `Receiver` based autoderef temporarilyLukas Wirth-6/+8
2025-01-28Rollup merge of #135961 - saethlin:skip-less-in-opt-dist, r=jieyouxuMatthias Krüger-14/+11
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-0/+35
2025-01-28Merge from rustcBoxy-4351/+10673
2025-01-28Preparing for merge from rustcBoxy-1/+1
2025-01-28miri: optimize zeroed allocSpecificProtagonist-49/+29
2025-01-28Update username in build helper examplenora-2/+2
2025-01-28Update about-this-guide.mdJoren-vanGoethem-1/+0
2025-01-27add work-in-progress unstable book chaptersdianne-0/+38
2025-01-27Fix scip inherent impl overflowDavid Richey-6/+6
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-2/+2
2025-01-28linker messages are no longer warnings by defaultRalf Jung-3/+1
2025-01-28Merge from rustcRalf Jung-300/+393
2025-01-28Preparing for merge from rustcRalf Jung-1/+1
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-682/+1658
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-0/+35
2025-01-27Fix rustc-pull CI's bash commandsJakub Beránek-2/+2
2025-01-27Back out "feat: Implement `default-field-values`"David Barsky-647/+31
2025-01-27Back out "Handle missing fields diagnostics"David Barsky-59/+12
2025-01-27Back out "Merge record lit's ellipsis into pre-existing spread's variant"David Barsky-55/+34
2025-01-27Back out "Compute diagnostics of a field body iff it has one"David Barsky-64/+22
2025-01-27Back out "Implement `HasResolver` and `HasModule` for `FieldId`"David Barsky-20/+19
2025-01-27Back out "Add a test for field default value body as defining usage of TAIT"David Barsky-141/+27
2025-01-27Back out "Fix a mistake in condition"David Barsky-1/+2
2025-01-27Back out "Remove `has_default` from `FieldId`"David Barsky-35/+64
2025-01-27Fix 2/4 tests skipped by opt-distBen Kimock-14/+11
2025-01-27Auto merge of #136110 - RalfJung:miri-sync, r=RalfJungbors-16/+22
2025-01-27Show status bar in RA outputDavid Richey-0/+4
2025-01-27fix: Properly handle CRLF line endings in the syntax tree viewGiga Bowser-76/+181
2025-01-27Add FreeBSD as a target OS for TestDir to avoid warningsVladimir Krivopalov-2/+7
2025-01-27Enable sanitizers on MSVC CI jobsTomasz Miąsko-4/+4
2025-01-27Merge pull request #19051 from ChayimFriedman2/fn-ptr-unsafeLukas Wirth-1/+19
2025-01-27Merge pull request #19050 from ChayimFriedman2/iter-selfLukas Wirth-1/+36
2025-01-27Merge pull request #19049 from ChayimFriedman2/add-reference-tyLukas Wirth-16/+5
2025-01-27Merge pull request #19052 from Veykril/push-yqwutllwwyypLukas Wirth-9/+14
2025-01-27Prioritize formatting thread tasks in main_loopLukas Wirth-9/+14
2025-01-27Update booksrustbot-0/+0
2025-01-27Report calling unsafe fn pointer as unsafeChayim Refael Friedman-1/+19
2025-01-27Don't suggest `into_iter().method()` on iteratorsChayim Refael Friedman-1/+36
2025-01-27Remove duplicate method from `hir::Type`Chayim Refael Friedman-16/+5
2025-01-27ci: use ubuntu 24 on free runnersMarcoIeni-2/+2
2025-01-27Rollup merge of #136112 - fmease:clean-up-all-dead-files-in-ui-tests, r=compi...Guillaume Gomez-2/+1
2025-01-27Rollup merge of #136037 - no1wudi:doc, r=jieyouxuGuillaume Gomez-17/+17