about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-14Auto merge of #123816 - tgross35:f16-f128-mangling, r=michaelwoeristerbors-244/+924
2024-05-14Enable v0 mangling tests and add checks for `f16`/`f128`Trevor Gross-241/+920
2024-05-14Add v0 symbol mangling for `f16` and `f128`Trevor Gross-3/+4
2024-05-14Auto merge of #125023 - morr0ne:linux-none-target, r=Nilstriebbors-0/+73
2024-05-14fix typo in x86_64-unknown-linux-none docsFederico Maria Morrone-1/+1
2024-05-14Auto merge of #124228 - compiler-errors:lint-overcaptures, r=oli-obkbors-38/+694
2024-05-14Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxubors-8/+18
2024-05-13And finally add testsMichael Goulet-15/+207
2024-05-13Warn against redundant use<...>Michael Goulet-114/+272
2024-05-13Don't suggest using use<> syntax to capture APITsMichael Goulet-4/+9
2024-05-13Suggest adding use<> syntaxMichael Goulet-6/+42
2024-05-13Add some commentingMichael Goulet-4/+23
2024-05-13Implement initial IMPL_TRAIT_OVERCAPTURES lintMichael Goulet-0/+246
2024-05-14Auto merge of #125098 - jhpratt:rollup-2qm4gga, r=jhprattbors-20/+157
2024-05-13fix fmtOneirical-2/+1
2024-05-13Rollup merge of #125090 - erickt:bump-fuchsia, r=tmandryJacob Pratt-14/+11
2024-05-13Rollup merge of #125072 - Darksonn:pin-dyn-dispatch-sound, r=jhprattJacob Pratt-0/+28
2024-05-13Rollup merge of #124997 - gurry:124848-ice-should-be-sized, r=NadrierilJacob Pratt-1/+85
2024-05-13Rollup merge of #116675 - joshlf:patch-10, r=scottmcmJacob Pratt-5/+33
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-190/+182
2024-05-13Auto merge of #125076 - compiler-errors:alias-term, r=lcnrbors-458/+695
2024-05-14Remove `NtIdent` and `NtLifetime`.Nicholas Nethercote-104/+131
2024-05-13Apply nitsMichael Goulet-137/+73
2024-05-13Auto merge of #125086 - matthiaskrgr:rollup-xob4lof, r=matthiaskrgrbors-19/+60
2024-05-13Migrate fuchsia docs from `pm` to `ffx`Erick Tryzelaar-14/+11
2024-05-13Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat...Matthias Krüger-10/+28
2024-05-13Rollup merge of #125063 - tbu-:pr_set_ice_hook_env, r=michaelwoeristerMatthias Krüger-2/+3
2024-05-13Rollup merge of #123817 - slanterns:seek_relative, r=dtolnayMatthias Krüger-2/+1
2024-05-13Rollup merge of #119959 - fmease:triagebot-prioritization-alert-label, r=apir...Matthias Krüger-1/+1
2024-05-13Rollup merge of #119515 - joshtriplett:style-guide-gat-where-clause-same-line...Matthias Krüger-4/+27
2024-05-13[ptr] Document maximum allocation sizeJoshua Liebow-Feeser-5/+33
2024-05-13split out AliasTy -> AliasTermMichael Goulet-387/+688
2024-05-13Auto merge of #125074 - bjorn3:sync_cg_clif-2024-05-13, r=bjorn3bors-166/+481
2024-05-13Reword formatting for where clausesJosh Triplett-1/+1
2024-05-13style-guide: Also format where clauses on one line for short function declsJosh Triplett-5/+15
2024-05-13style-guide: Not all where clauses can be written as inline boundsJosh Triplett-1/+1
2024-05-13style-guide: Give a second example for associated type formattingJosh Triplett-0/+1
2024-05-13style-guide: Format single associated type `where` clauses on the same lineJosh Triplett-1/+13
2024-05-13Merge commit '3270432f4b0583104c8b9b6f695bf97d6bbf3ac2' into sync_cg_clif-202...bjorn3-166/+481
2024-05-13Auto merge of #125061 - RalfJung:interpret-error, r=cjgillotbors-132/+126
2024-05-13Rustup to rustc 1.80.0-nightly (ef0027897 2024-05-12)bjorn3-1/+1
2024-05-13Migrate `run-make/rustdoc-target-spec-json-path` to rmakeGuillaume Gomez-10/+14
2024-05-13Add `library_search_path` to `Rustdoc`Guillaume Gomez-0/+8
2024-05-13Add `target` method to `Rustdoc` typeGuillaume Gomez-0/+6
2024-05-13Add test for dynamic dispatch + Pin::new soundnessAlice Ryhl-0/+28
2024-05-13Auto merge of #125024 - Oneirical:master, r=jieyouxubors-25/+45
2024-05-13Auto merge of #124999 - scottmcm:unify-aggregate, r=nnethercotebors-22/+26
2024-05-13Don't call `env::set_var` in `rustc_driver::install_ice_hook`Tobias Bucher-2/+3
2024-05-13Auto merge of #125055 - nnethercote:Comment-FIXME, r=compiler-errorsbors-29/+43
2024-05-13interpret: move error macros into error.rsRalf Jung-132/+126