about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-04update lockfileRalf Jung-12/+12
2024-12-04Merge pull request #18609 from ChayimFriedman2/unsafe-coverageLukas Wirth-113/+499
2024-12-04Merge pull request #18604 from ChayimFriedman2/complete-helpersLukas Wirth-4/+111
2024-12-04Extend reported unsafe operationsChayim Refael Friedman-113/+499
2024-12-04Complete derive helper attributesChayim Refael Friedman-4/+111
2024-12-04Merge pull request #18608 from Veykril/push-rrozmpnyknkxLukas Wirth-40/+154
2024-12-04Update mbe test outputLukas Wirth-2/+3
2024-12-04fix: Don't create empty path nodesLukas Wirth-24/+26
2024-12-04Better parser recovery for incomplete attributesLukas Wirth-19/+130
2024-12-04Merge pull request #18522 from tareknaser/configure_typing_exclude_charsLukas Wirth-15/+20
2024-12-04Merge pull request #18605 from ChayimFriedman2/wildcard-importsLukas Wirth-2/+46
2024-12-04fmtThe Miri Cronjob Bot-1/+5
2024-12-04Merge from rustcThe Miri Cronjob Bot-2341/+4302
2024-12-04Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-12-04Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxuMatthias Krüger-206/+210
2024-12-04Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddleMatthias Krüger-28/+22
2024-12-04Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomezMatthias Krüger-18/+18
2024-12-04Auto merge of #133825 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-12-04Merge pull request #18595 from markmurphydev/remove_platform_intrinsicLaurențiu Nicola-5/+0
2024-12-04Merge pull request #18607 from ChayimFriedman2/pattern-record-no-recordLaurențiu Nicola-7/+30
2024-12-04Fix shadowing of record enum variant in patternsChayim Refael Friedman-7/+30
2024-12-04Improve soundness a bit by making `TaggedArcPtr::try_as_arc_owned()` unsafeChayim Refael Friedman-13/+17
2024-12-04Fixed another bug with glob importsChayim Refael Friedman-2/+46
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-10/+53
2024-12-03tidy: `println!` -> `eprintln!`clubby789-12/+12
2024-12-03compiletest: `println!` -> `eprintln!`clubby789-54/+54
2024-12-03bootstrap: `println!` -> `eprintln!`clubby789-140/+144
2024-12-03CI: rfl: move job forward to Linux v6.13-rc1Miguel Ojeda-2/+2
2024-12-03Remove references to platform-intrinsic ABIMark Murphy-5/+0
2024-12-03Update cargoWeihang Lo-0/+0
2024-12-03Rename `is_real_and_local` function into `filename_real_and_local`Guillaume Gomez-3/+4
2024-12-03Remove dependency on `black`Jakub Beránek-71/+0
2024-12-03Replace `black` with `ruff` for formatting Python codeJakub Beránek-11/+13
2024-12-03Fix copy-pasted tool nameJakub Beránek-1/+1
2024-12-03Fix typoJakub Beránek-2/+2
2024-12-03Rollup merge of #133813 - clubby789:ui-pass-note, r=jieyouxuMatthias Krüger-4/+7
2024-12-03Rollup merge of #133812 - alexcrichton:update-wasm-component-ld, r=jieyouxuMatthias Krüger-1/+1
2024-12-03Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obkMatthias Krüger-5/+3
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-0/+42
2024-12-03chore: deprecate `typing.autoClosingAngleBrackets` configurationTarek-31/+1
2024-12-03internal: Make exclude characters for typing assists configurable, default to...Tarek-2/+37
2024-12-03Support `AsyncFnX` traitsChayim Refael Friedman-68/+291
2024-12-03compiletest: explain that UI tests are expected not to compile by defaultclubby789-4/+7
2024-12-03Update wasm-component-ld to 0.5.11Alex Crichton-1/+1
2024-12-03Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgrbors-2/+38
2024-12-03Rollup merge of #133777 - the8472:document-randomize-layout, r=jieyouxuMatthias Krüger-0/+23
2024-12-03Rollup merge of #133696 - RalfJung:const-hashmap, r=cuviperMatthias Krüger-0/+4
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-0/+9
2024-12-03Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnrMatthias Krüger-2/+2
2024-12-03Improve code for FileName retrieval in rustdocGuillaume Gomez-28/+21