about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-04Address review comments and add back some #[inline] attrs from removed commits.Michael Woerister-2/+2
2024-01-04Provide generalized collect methods for UnordItemsMichael Woerister-29/+45
2024-01-04Make iteration order of collect_return_position_impl_trait_in_trait_tys query...Michael Woerister-13/+14
2024-01-04Make iteration order of supported_target_features query stableMichael Woerister-3/+3
2024-01-04Make iteration order of trimmed_def_paths query stableMichael Woerister-4/+4
2024-01-04Make iteration order of region_scope_tree query stableMichael Woerister-26/+21
2024-01-04Make iteration order of named_variable_map, late_bound_vars_map, and resolve_...Michael Woerister-5/+5
2024-01-04Make iteration order of stability_index query stableMichael Woerister-6/+5
2024-01-04Make iteration order of wasm_import_module_map query stableMichael Woerister-4/+4
2024-01-04Make iteration order of inferred_outlives_crate query stableMichael Woerister-1/+1
2024-01-04Make iteration order of upstream_monomorphizations query stableMichael Woerister-6/+6
2024-01-04Make iteration order of crate_inherent_impls query result stable.Michael Woerister-10/+5
2024-01-04Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.Michael Woerister-33/+40
2024-01-04Split StableCompare trait out of StableOrd trait.Michael Woerister-22/+118
2024-01-04Auto merge of #119542 - lnicola:sync-from-ra2, r=lnicolabors-3074/+6915
2024-01-03Auto merge of #119549 - fmease:rollup-jxvbfes, r=fmeasebors-282/+673
2024-01-03Auto merge of #119485 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-01-03Rollup merge of #119544 - roblabla:new-win7-targets, r=NilstriebLeón Orell Valerian Liehr-0/+1
2024-01-03Rollup merge of #119534 - tgross35:thread-local-example-updates, r=JohnTitorLeón Orell Valerian Liehr-18/+32
2024-01-03Rollup merge of #119523 - maurer:fix-sparc-llvm-18, r=nikicLeón Orell Valerian Liehr-2/+2
2024-01-03Rollup merge of #119514 - Zalathar:query-stability, r=wesleywiserLeón Orell Valerian Liehr-9/+4
2024-01-03Rollup merge of #119512 - oli-obk:unleave, r=oli-obkLeón Orell Valerian Liehr-1/+1
2024-01-03Rollup merge of #119510 - saethlin:fatal-io-errors, r=WaffleLapkin,NilstriebLeón Orell Valerian Liehr-14/+6
2024-01-03Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-deadLeón Orell Valerian Liehr-64/+285
2024-01-03Rollup merge of #119498 - ShE3py:provenance-lints-doc, r=NilstriebLeón Orell Valerian Liehr-4/+4
2024-01-03Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errorsLeón Orell Valerian Liehr-66/+133
2024-01-03Rollup merge of #119492 - rustbot:docs-update, r=ehussLeón Orell Valerian Liehr-0/+0
2024-01-03Rollup merge of #119487 - gurry:improve-freshner-comment, r=NilstriebLeón Orell Valerian Liehr-2/+2
2024-01-03Rollup merge of #119479 - bjorn3:remove_unused_feature_gates, r=compiler-errorsLeón Orell Valerian Liehr-3/+0
2024-01-03Rollup merge of #119477 - lukas-code:tooltip-z-index, r=notriddleLeón Orell Valerian Liehr-5/+17
2024-01-03Rollup merge of #119476 - fmease:pp-always-const-trait-preds, r=compiler-errorsLeón Orell Valerian Liehr-15/+94
2024-01-03Rollup merge of #119474 - nbdd0121:naked, r=NilstriebLeón Orell Valerian Liehr-3/+3
2024-01-03Rollup merge of #119444 - compiler-errors:closure-or-coroutine, r=oli-obkLeón Orell Valerian Liehr-27/+32
2024-01-03Rollup merge of #119434 - taiki-e:rc-is-dangling, r=Mark-SimulacrumLeón Orell Valerian Liehr-3/+3
2024-01-03Rollup merge of #119319 - chfogelman:buffered-file-doc, r=the8472León Orell Valerian Liehr-3/+9
2024-01-03Rollup merge of #119298 - onur-ozkan:silence-change-tracker-warning-for-ci, r...León Orell Valerian Liehr-16/+23
2024-01-03Rollup merge of #119239 - compiler-errors:yield-coercion, r=davidtwcoLeón Orell Valerian Liehr-16/+1
2024-01-03Rollup merge of #119086 - RossSmyth:query_panics, r=compiler-errorsLeón Orell Valerian Liehr-11/+21
2024-01-03Add useful panic messages if queries fail to startRoss Smyth-11/+21
2024-01-03Auto merge of #119546 - jdno:temporarily-disable-m1-runners, r=Kobzolbors-38/+18
2024-01-03Temporarily disable M1 runners on GitHub ActionsJan David-38/+18
2024-01-03Fix: Properly set vendor in i686-win7-windows-msvc targetroblabla-0/+1
2024-01-03Add proc_macro_def_site to r-a ALLOW_FEATURESLaurențiu Nicola-1/+1
2024-01-03Allow unexpected_cfgs in proc-macro-test impLaurențiu Nicola-0/+2
2024-01-03Merge commit '426d2842c1f0e5cc5e34bb37c7ac3ee0945f9746' into sync-from-ra2Laurențiu Nicola-3073/+6912
2024-01-02Update `thread_local` examples to use `local_key_cell_methods`Trevor Gross-18/+32
2024-01-02llvm: Allow `noundef` in codegen testsMatthew Maurer-2/+2
2024-01-02Update cargoWeihang Lo-0/+0
2024-01-02Auto merge of #16222 - rosefromthedead:unresolved-assoc-item, r=Veykrilbors-1/+74
2024-01-02Auto merge of #16211 - tetsuharuohzeki:update-lint, r=Veykrilbors-2/+134