about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-14Recover `dyn` and `impl` after `for<...>`Michael Goulet-3/+95
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-16/+4
2023-11-13Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Kibors-114/+39
2023-11-14Rollup merge of #117872 - Mark-Simulacrum:fwd-port-cranelift, r=onur-ozkanTakayuki Maeda-4/+1
2023-11-14Rollup merge of #117863 - nnethercote:rustc_index, r=Mark-SimulacrumTakayuki Maeda-69/+4
2023-11-14Rollup merge of #117858 - compiler-errors:span, r=lcnrTakayuki Maeda-19/+30
2023-11-14Rollup merge of #117830 - Nilstrieb:object-lifetime-default-nits, r=cjgillotTakayuki Maeda-10/+4
2023-11-14Rollup merge of #117737 - nnethercote:rm-Zkeep-hygiene-data, r=petrochenkovTakayuki Maeda-12/+0
2023-11-13Auto merge of #117876 - lcnr:region-kind-rename, r=BoxyUwUbors-266/+266
2023-11-13update type flagslcnr-25/+25
2023-11-13continue renaminglcnr-44/+44
2023-11-13rename `ReLateBound` to `ReBound`lcnr-195/+192
2023-11-13remove unnecessary `_` in variable namelcnr-2/+2
2023-11-13add fixme to `RegionCtxt`lcnr-0/+3
2023-11-13Auto merge of #117811 - MU001999:master, r=lcnrbors-1/+35
2023-11-13Auto merge of #117864 - notriddle:notriddle/rustdoc-root, r=GuillaumeGomezbors-2/+2
2023-11-13Auto merge of #117862 - SpeedReach:patch-1, r=nnethercotebors-2/+2
2023-11-12rustdoc: use `.rustdoc` class instead of `body`Michael Howell-2/+2
2023-11-13Auto merge of #117827 - Zalathar:bogus-macro-name-span, r=davidtwcobors-0/+96
2023-11-13Remove unnecessary annotation.Nicholas Nethercote-2/+0
2023-11-13Remove `IndexSlice::convert_index_type`.Nicholas Nethercote-4/+0
2023-11-13Remove `impl FiniteBitSetTy for {u64,u128}`.Nicholas Nethercote-48/+0
2023-11-13Remove `BitSet::to_hybrid`.Nicholas Nethercote-6/+0
2023-11-13Remove `BitSet::words`.Nicholas Nethercote-9/+4
2023-11-13Fix commentSleep_AllDay-2/+2
2023-11-12Cranelift isn't available on non-nightly channelsMark Rousskov-4/+1
2023-11-13Compute layout with spans for better cycle errors in coroutinesMichael Goulet-19/+30
2023-11-13Auto merge of #117770 - sjwang05:issue-117766, r=estebank,TaKO8Kibors-20/+184
2023-11-13coverage: Regression test for #117788Zalathar-0/+90
2023-11-13Turn assert_eq into a delay_span_bugMu001999-1/+35
2023-11-12Auto merge of #117855 - RalfJung:miri, r=RalfJungbors-120/+648
2023-11-12Fix `is_keyword_ahead` visibilitysjwang05-1/+1
2023-11-12Auto merge of #3159 - eduardosm:sse41-round, r=RalfJungbors-96/+372
2023-11-12Improve SSE4.1 rounding tests coverageEduardo Sánchez Muñoz-137/+305
2023-11-12Auto merge of #116778 - Mark-Simulacrum:relnotes, r=Mark-Simulacrumbors-0/+115
2023-11-12Add initial 1.74 release notesMark Rousskov-0/+115
2023-11-12Auto merge of #3158 - RalfJung:tls-rename, r=RalfJungbors-10/+13
2023-11-12more consistent naming for TLS testsRalf Jung-10/+13
2023-11-12Auto merge of #2931 - max-heller:issue-2881, r=RalfJungbors-10/+148
2023-11-12allow allocations referenced by main thread TLS to leakmax-heller-10/+148
2023-11-12Implement roundps and roundpd SSE4.1 intrinsicsEduardo Sánchez Muñoz-16/+124
2023-11-12Auto merge of #3143 - devnexen:fbsd_update, r=RalfJungbors-8/+112
2023-11-12better error when calling pthread shims on unsupported unixesRalf Jung-0/+70
2023-11-12tweak commentsRalf Jung-9/+5
2023-11-12freebsd interceptions update proposalDavid Carlier-7/+45
2023-11-12Small improvements in object lifetime default codeNilstrieb-10/+4
2023-11-12coverage: Avoid creating malformed macro name spansZalathar-0/+6
2023-11-12Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-deadbors-134/+444
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-134/+444
2023-11-11Move unclosed delim errors to separate functionsjwang05-63/+62