about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-23Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubileebors-132/+371
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-41/+82
2023-11-22Miri: GC the dead_alloc_map tooBen Kimock-1/+13
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-11/+11
2023-11-23Remove `indexes` module.Nicholas Nethercote-6/+1
2023-11-23Move `has_rustc_mir_with`.Nicholas Nethercote-19/+17
2023-11-23Reorder some `use` items.Nicholas Nethercote-8/+6
2023-11-23Nit of deadlock detectedSparrowLii-1/+1
2023-11-23Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Kibors-12/+29
2023-11-23v3Ali Bektas-57/+31
2023-11-23Update test data for crate dedupingAli Bektas-41/+162
2023-11-23v3Ali Bektas-65/+49
2023-11-23v2Ali Bektas-238/+282
2023-11-23Relaxation for crate graph merginAli Bektas-54/+515
2023-11-22add missing period in `std::process::Command` docsMax Heller-1/+1
2023-11-23Add documentation update hintMatthias Richter-0/+2
2023-11-23Auto merge of #118154 - ChrisDenton:win-clippy, r=scottmcmbors-45/+43
2023-11-22Cache flags for ty::ConstMichael Goulet-43/+92
2023-11-22Rework supertrait lint once againMichael Goulet-25/+125
2023-11-23Recompile LLVM when it changes in the git sourcesonur-ozkan-2/+50
2023-11-23Remove unused feature.Nicholas Nethercote-1/+0
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-102/+53
2023-11-22Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoobors-3/+156
2023-11-22Provide structured suggestion for type mismatch in loopEsteban Küber-30/+134
2023-11-22rustc_session: implement latent TODOTamir Duberstein-7/+10
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-12/+29
2023-11-22rustc_lint: remove superfluous assertionTamir Duberstein-1/+0
2023-11-22also make 'core_intrinsics' internalRalf Jung-1/+1
2023-11-22also make 'core_intrinsics' internalRalf Jung-3/+14
2023-11-22Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errorsbors-243/+666
2023-11-22warn against using intrinsics that leave the scope of our memory modelRalf Jung-0/+10
2023-11-22fix long linesArlie Davis-2/+2
2023-11-22Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJungbors-19/+101
2023-11-22Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnrMichael Goulet-5/+36
2023-11-22Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkinMichael Goulet-30/+18
2023-11-22Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiaskoMichael Goulet-180/+206
2023-11-22Rollup merge of #118100 - ecnelises:ppc64_profiler, r=KobzolMichael Goulet-1/+1
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-1/+76
2023-11-22Rollup merge of #118012 - celinval:smir-alloc, r=ouz-aMichael Goulet-26/+329
2023-11-22Check that target features required by LLVM intrinsics are enabledEduardo Sánchez Muñoz-19/+101
2023-11-22Put copyright on a line by itself.Jonathan Pallant (Ferrous Systems)-1/+2
2023-11-22Put copyright on a line by itself.Jonathan Pallant (Ferrous Systems)-1/+2
2023-11-22suppress warnings on msvcArlie Davis-0/+17
2023-11-22Add documentation on `filter_doc_attr`Guillaume Gomez-0/+2
2023-11-22Update existing testsGuillaume Gomez-4/+4
2023-11-22Add regression test for cfg merging on re-exportsGuillaume Gomez-0/+30
2023-11-22Don't merge cfg and doc(cfg) attributes for re-exportsGuillaume Gomez-45/+42
2023-11-22Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkinbors-347/+97
2023-11-22Provide conversion of stable span to internal spanCelina G. Val-2/+10
2023-11-22Add CrateDef trait and methods to get def namesCelina G. Val-51/+285