about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-293/+398
2023-04-18Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68bors-204/+236
2023-04-18Auto merge of #110242 - cuviper:vanilla-llvm-16, r=Mark-Simulacrumbors-7/+81
2023-04-18Auto merge of #110481 - matthiaskrgr:rollup-phkkgm9, r=matthiaskrgrbors-70/+244
2023-04-18Rollup merge of #110465 - WaffleLapkin:assure_everyone_that_has_type_flags_is...Matthias Krüger-0/+8
2023-04-18Rollup merge of #110461 - WaffleLapkin:expect_, r=NilstriebMatthias Krüger-24/+11
2023-04-18Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n...Matthias Krüger-27/+106
2023-04-18Rollup merge of #110442 - ferrocene:pa-build-metrics-dry-run, r=ozkanonurMatthias Krüger-6/+22
2023-04-18Rollup merge of #110409 - Nilstrieb:some-manual-javascript-object-notationing...Matthias Krüger-10/+52
2023-04-18Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book...Matthias Krüger-3/+8
2023-04-18Rollup merge of #109981 - duckymirror:issue-107094, r=albertlarsan68Matthias Krüger-0/+37
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-204/+236
2023-04-18Auto merge of #110410 - saethlin:hash-u128-as-u64s, r=oli-obkbors-1/+2
2023-04-18Auto merge of #110403 - klensy:bolt-deprecate, r=albertlarsan68,Kobzolbors-1/+1
2023-04-17Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstriebbors-233/+657
2023-04-17Auto merge of #110343 - saethlin:encode-initmask, r=lqdbors-1/+31
2023-04-17Assure everyone that `has_type_flags` is fastMaybe Waffle-0/+8
2023-04-17Add regression tests for #110422Guillaume Gomez-17/+68
2023-04-17doc fixMaybe Waffle-2/+0
2023-04-17Use `Item::expect_*` and `ImplItem::expect_*` moreMaybe Waffle-22/+11
2023-04-17Make commit-date pattern more specific in test for issue 107094Erik Hofmayer-2/+2
2023-04-17Auto merge of #110458 - matthiaskrgr:rollup-1xcxmgc, r=matthiaskrgrbors-569/+973
2023-04-17Rollup merge of #110455 - durin42:tls-D148269-fix, r=nikicMatthias Krüger-4/+4
2023-04-17Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obkMatthias Krüger-2/+34
2023-04-17Rollup merge of #110425 - compiler-errors:def-span-for-ct-param, r=petrochenkovMatthias Krüger-2/+32
2023-04-17Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkinMatthias Krüger-52/+55
2023-04-17Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnrMatthias Krüger-206/+54
2023-04-17Rollup merge of #110337 - iterion:patch-1, r=jyn514Matthias Krüger-2/+2
2023-04-17Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkinMatthias Krüger-8/+71
2023-04-17Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an...Matthias Krüger-41/+109
2023-04-17Rollup merge of #104055 - AndyJado:bck_errors, r=davidtwcoMatthias Krüger-252/+612
2023-04-17tests: adapt for LLVM change 5b386b864c7619897c51a1da97d78f1cf6f3eff6Augie Fackler-4/+4
2023-04-17Bypass the varint path when encoding InitMaskBen Kimock-1/+31
2023-04-17add test for invalid places of repr alignDeadbeef-0/+17
2023-04-17Fix invalid handling of nested items with `--document-private-items`Guillaume Gomez-5/+35
2023-04-17Auto merge of #110367 - saethlin:no-truncations, r=oli-obkbors-33/+9
2023-04-17Remove unused RustdocVisitor::visit_item_inner return typeGuillaume Gomez-5/+3
2023-04-17Add code comment to remind contributors to update rustdoc book if they update...Guillaume Gomez-0/+2
2023-04-17Add list of supported disambiguators and suffixes for intra-doc links in the ...Guillaume Gomez-3/+6
2023-04-17avoid including dry run steps in the build metricsPietro Albini-6/+22
2023-04-17Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgrbors-160/+179
2023-04-17Rollup merge of #110433 - ChrisDenton:notfound, r=thomccMatthias Krüger-3/+6
2023-04-17Rollup merge of #110423 - jsoref:spelling-srcdoc, r=NilstriebMatthias Krüger-9/+9
2023-04-17Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddleMatthias Krüger-28/+28
2023-04-17Rollup merge of #110404 - matthiaskrgr:mapmap, r=NilstriebMatthias Krüger-70/+42
2023-04-17Rollup merge of #110388 - JohnBobbo96:remove-intrinsic-unwrap, r=the8472Matthias Krüger-1/+3
2023-04-17Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau...Matthias Krüger-4/+2
2023-04-17Rollup merge of #110038 - compiler-errors:infer-regions-in-transmutability, r...Matthias Krüger-45/+89
2023-04-17Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errorsbors-38/+34
2023-04-17Encode def span for ConstParamMichael Goulet-2/+32