summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-12-23Add `is_object_safe` information for traits in JSON outputGuillaume Gomez-1/+4
2023-12-23Improve documentation for using warning blocks in documentationGuillaume Gomez-0/+16
2023-12-23bool->enum for ast::PatKind::Struct presence of `..`Alona Enraght-Moony-4/+10
2023-12-22Rollup merge of #119198 - compiler-errors:desugaring, r=eholkMichael Goulet-15/+19
2023-12-22Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errorsMichael Goulet-11/+13
2023-12-22Rollup merge of #119077 - tmiasko:lint, r=cjgillotMichael Goulet-0/+1
2023-12-23Remove all uses of `DiagnosticBuilder::forget_guarantee()`.Nicholas Nethercote-5/+7
2023-12-23Improve some names.Nicholas Nethercote-2/+2
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-4/+4
2023-12-22style-guide: Rework version-sorting algorithmJosh Triplett-22/+69
2023-12-23Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrumbors-415/+412
2023-12-22Split coroutine desugaring kind from sourceMichael Goulet-15/+19
2023-12-22fix missed typoTakashi Idobe-1/+1
2023-12-22fix some typos found scrolling through the docsTakashi Idobe-7/+7
2023-12-22Auto merge of #119227 - weihanglo:update-cargo, r=weihanglobors-0/+1
2023-12-22bootstrap: build doc for `cargo-util-schemasWeihang Lo-0/+1
2023-12-22Update cargoWeihang Lo-0/+0
2023-12-22Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errorsbors-1/+1
2023-12-22Rollup merge of #119194 - pietroalbini:pa-disable-fuchsia-non-nightly, r=tmandryMatthias Krüger-0/+5
2023-12-22Rollup merge of #117601 - androm3da:hexagon_unknown_none_elf, r=petrochenkovMatthias Krüger-0/+268
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-20/+47
2023-12-22implement and test simd_masked_load and simd_masked_storeRalf Jung-0/+72
2023-12-22simd_scatter/gather: test OOB cases and the order of writesRalf Jung-6/+39
2023-12-22update cfg(bootstrap)sPietro Albini-1/+0
2023-12-22bump stage0Pietro Albini-414/+412
2023-12-22Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...bors-20/+11
2023-12-21Add support for hexagon-unknown-none-elf as targetBrian Cain-0/+268
2023-12-21run fuchsia tests only on nightlyPietro Albini-0/+5
2023-12-21Merge from rustcRalf Jung-147/+328
2023-12-21Preparing for merge from rustcRalf Jung-1/+1
2023-12-21Rollup merge of #119182 - GuillaumeGomez:update-sysinfo, r=onur-ozkanMatthias Krüger-7/+7
2023-12-21Rollup merge of #119124 - onur-ozkan:help-118861, r=Mark-SimulacrumMatthias Krüger-5/+27
2023-12-21another trophyRalf Jung-0/+1
2023-12-21add a new change in change-trackeronur-ozkan-0/+5
2023-12-21Update sysinfo version to 0.30.0Guillaume Gomez-7/+7
2023-12-21Switch from using `//~ERROR` annotations with `--error-format` to `error-patt...Rajveer-11/+17
2023-12-21bump version number to 1.77.0Pietro Albini-1/+1
2023-12-21Enable -Zlint-mir by default for mir-opt testsTomasz Miąsko-0/+1
2023-12-20Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler...Matthias Krüger-12/+14
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-20/+11
2023-12-20Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcmbors-0/+33
2023-12-20Rollup merge of #119159 - petrochenkov:llvmup, r=nikicGuillaume Gomez-0/+0
2023-12-20Rollup merge of #119115 - GuillaumeGomez:env-docs, r=NilstriebGuillaume Gomez-1/+20
2023-12-20if source is git, make /checkout dir safe for gitonur-ozkan-3/+12
2023-12-20Add link to explanations about dep-info filesGuillaume Gomez-1/+2
2023-12-20Update LLVM submoduleVadim Petrochenkov-0/+0
2023-12-20Rollup merge of #119102 - chrisnc:arm-none-eabi-docs, r=wesleywiserMatthias Krüger-106/+176
2023-12-20Hide foreign `#[doc(hidden)]` paths in import suggestionsJules Bertholet-2/+0
2023-12-19Fix corner cases when dealing with mobile modeMichael Howell-17/+16
2023-12-20Auto merge of #106790 - the8472:rawvec-niche, r=scottmcmbors-7/+15