about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-23Update cargoWeihang Lo-0/+0
2022-12-23Auto merge of #106053 - compiler-errors:incr-test-revision, r=Mark-Simulacrumbors-3/+7
2022-12-23Auto merge of #106033 - ChrisDenton:bump-cfg-if, r=Mark-Simulacrumbors-50/+44
2022-12-23Auto merge of #106070 - matthiaskrgr:rollup-jv9ctkl, r=matthiaskrgrbors-12/+45
2022-12-23Rollup merge of #106059 - jyn514:setup-twice, r=NilstriebMatthias Krüger-0/+4
2022-12-23Rollup merge of #106058 - tmiasko:68304, r=compiler-errorsMatthias Krüger-1/+1
2022-12-23Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errorsMatthias Krüger-2/+11
2022-12-23Rollup merge of #106056 - jyn514:quiet-bug, r=compiler-errorsMatthias Krüger-3/+6
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-6/+20
2022-12-23Rollup merge of #105978 - jyn514:unused_proc_macro_decl, r=tmiaskoMatthias Krüger-0/+3
2022-12-23Auto merge of #105036 - jyn514:cargo-docs, r=Mark-Simulacrumbors-24/+160
2022-12-22Auto merge of #106054 - matthiaskrgr:rollup-38epsfh, r=matthiaskrgrbors-39/+211
2022-12-22Support documenting CargoJoshua Nelson-24/+160
2022-12-22Avoid running the `Profile` step twice on `x setup`Joshua Nelson-0/+4
2022-12-22Give a more helpful error for "trimmed_def_paths construted"Joshua Nelson-2/+11
2022-12-22Fix the issue number in comment for as_local_call_operandTomasz Miąsko-1/+1
2022-12-22Make `sess.bug` much less noisyJoshua Nelson-3/+6
2022-12-22Rollup merge of #106037 - JohnTitor:issue-94293, r=lcnrMatthias Krüger-0/+31
2022-12-22Rollup merge of #106035 - GuillaumeGomez:migrate-css-var-search-tab-title-col...Matthias Krüger-12/+19
2022-12-22Rollup merge of #106027 - notriddle:notriddle/more-scraped-examples-inner, r=...Matthias Krüger-19/+13
2022-12-22Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiaskoMatthias Krüger-0/+94
2022-12-22Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obkMatthias Krüger-2/+51
2022-12-22Rollup merge of #105567 - TimNN:kcfi16, r=nikicMatthias Krüger-6/+3
2022-12-22Mark `proc_macro_decls_static` as always usedJoshua Nelson-0/+3
2022-12-22Take revision into account in src/test/ui incremental testsMichael Goulet-3/+7
2022-12-22Use separate files instead of revisionsMichael Goulet-24/+37
2022-12-22Allow building std with craneliftJoshua Nelson-6/+20
2022-12-22Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJungbors-15/+199
2022-12-22Auto merge of #106000 - nikic:lld-build, r=Mark-Simulacrumbors-99/+58
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-95/+58
2022-12-22Add regression test for #94293Yuki Okushi-0/+31
2022-12-22Auto merge of #106034 - matthiaskrgr:rollup-2zpql33, r=matthiaskrgrbors-126/+414
2022-12-22Extend search GUI test to include search tab title color checkGuillaume Gomez-0/+15
2022-12-22Migrate search tab title color to CSS variableGuillaume Gomez-12/+4
2022-12-22Rollup merge of #106024 - JulianKnodt:add_term_html_docs, r=notriddleMatthias Krüger-4/+18
2022-12-22Rollup merge of #106016 - notriddle:notriddle/link-has-onclick, r=GuillaumeGomezMatthias Krüger-7/+5
2022-12-22Rollup merge of #106010 - oli-obk:tait_coherence_diagnostic, r=compiler-errorsMatthias Krüger-9/+16
2022-12-22Rollup merge of #106002 - krasimirgg:v0sym, r=tmiaskoMatthias Krüger-2/+4
2022-12-22Rollup merge of #105966 - compiler-errors:issue-105936, r=eholkMatthias Krüger-1/+27
2022-12-22Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnrMatthias Krüger-13/+178
2022-12-22Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholkMatthias Krüger-56/+32
2022-12-22Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile...Matthias Krüger-34/+134
2022-12-22Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddlebors-56/+193
2022-12-22Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgrbors-99/+181
2022-12-22Suggest associated const on capitalization errorMichael Goulet-13/+178
2022-12-22Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitorbors-75/+127
2022-12-21Change comment to doc commentEric Holk-1/+1
2022-12-22Fix ICEkadmin-4/+18
2022-12-21rustdoc: simplify CSS and DOM for more-scraped-examplesMichael Howell-19/+13
2022-12-21Don't run `Drop` terminators on types that do not have drop glue in const evalJakob Degen-13/+21