about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-16Expand a style-guide principle: readability in plain textJosh Triplett-1/+3
2022-11-16Rollup merge of #104466 - notriddle:notriddle/crate-search-div-display, r=Gui...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right, r=Guil...Matthias Krüger-1/+0
2022-11-16Rollup merge of #104459 - notriddle:notriddle/main-js-iife, r=GuillaumeGomezMatthias Krüger-4/+2
2022-11-16Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errorsMatthias Krüger-0/+31
2022-11-16Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obkMatthias Krüger-459/+609
2022-11-16Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3Matthias Krüger-2/+2
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-459/+609
2022-11-16Rollup merge of #104471 - scruss:patch-1, r=jyn514Matthias Krüger-1/+1
2022-11-16Rollup merge of #104450 - andrewpollack:fix-fuchsia-compiler-docs, r=tmandryMatthias Krüger-6/+12
2022-11-16Rollup merge of #104425 - notriddle:notriddle/main-heading-justify-content, r...Matthias Krüger-1/+17
2022-11-16Rollup merge of #104424 - notriddle:notriddle/popover-font-size, r=GuillaumeG...Matthias Krüger-2/+2
2022-11-16Rollup merge of #104419 - Ayush1325:test-issue-30490, r=lcnrMatthias Krüger-1/+1
2022-11-16Rollup merge of #104348 - fmease:iat-vis-stab, r=cjgillotMatthias Krüger-1/+76
2022-11-16Rollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillotMatthias Krüger-0/+29
2022-11-16Rollup merge of #103484 - saschanaz:patch-2, r=ehussMatthias Krüger-4/+2
2022-11-16Auto merge of #104468 - weihanglo:update-cargo, r=weihanglobors-0/+0
2022-11-15Update PROBLEMATIC_CONSTS in style.rsStewart Russell-1/+1
2022-11-16Update cargoWeihang Lo-0/+0
2022-11-15Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obkbors-41/+679
2022-11-15rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`Michael Howell-1/+0
2022-11-15rustdoc: remove pointless CSS `.rightside { padding-right: 2px }`Michael Howell-1/+0
2022-11-15Merge branch 'master' into patch-2Kagami Sascha Rosylight-17771/+37215
2022-11-15rustdoc: remove unused JS IIFE from main.jsMichael Howell-4/+2
2022-11-15Only do parser recovery on retried macro matchingNilstrieb-0/+31
2022-11-15Mark test as panic=abort.Camille GILLOT-24/+10
2022-11-15Flatten aggregates into locals.Camille GILLOT-41/+693
2022-11-15Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obkbors-88/+220
2022-11-15Fuchsia test suite script fixAndrew Pollack-6/+12
2022-11-15Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgrbors-0/+428
2022-11-15Rollup merge of #104309 - chenyukang:yukang/fix-104088-identifier-error, r=da...Matthias Krüger-0/+55
2022-11-15Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ...Matthias Krüger-0/+56
2022-11-15Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obkMatthias Krüger-0/+15
2022-11-15Rollup merge of #104148 - fmease:fix-104140, r=petrochenkovMatthias Krüger-0/+23
2022-11-15Rollup merge of #103439 - Nilstrieb:help-me-with-my-macro, r=estebankMatthias Krüger-0/+279
2022-11-15Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obkbors-19/+926
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-14/+1217
2022-11-15shift no characters when using raw string literalsTakayuki Maeda-0/+29
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-2/+2
2022-11-15Normalize types before looking for opaquesMichael Goulet-0/+56
2022-11-15move testcase for tidyyukang-0/+0
2022-11-15fix #104088, Slightly improve error message for invalid identifieryukang-0/+55
2022-11-15Rollup merge of #104426 - aDotInTheVoid:test-102154, r=compiler-errorsMatthias Krüger-0/+13
2022-11-15Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,...Matthias Krüger-0/+68
2022-11-15Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=Gui...Matthias Krüger-0/+29
2022-11-15Rollup merge of #104404 - GuillaumeGomez:fix-missing-minification, r=notriddleMatthias Krüger-2/+6
2022-11-15Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er...Matthias Krüger-6/+6
2022-11-15Rollup merge of #104380 - rust-lang:notriddle/code-opacity, r=GuillaumeGomezMatthias Krüger-4/+0
2022-11-15Rollup merge of #103842 - andrewpollack:add-fuchsia-test-script, r=tmandryMatthias Krüger-2/+1095
2022-11-14Add test for #102154Nixon Enraght-Moony-0/+13