about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-17Rollup merge of #104503 - notriddle:notriddle/where, r=GuillaumeGomezMatthias Krüger-4/+1
2022-11-17Rollup merge of #104496 - djkoloski:dont_normalize_compiler_backtraces, r=jac...Matthias Krüger-16/+1
2022-11-17Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errorsMatthias Krüger-2/+4
2022-11-17Rollup merge of #104444 - chenyukang:yukang/fix-104390, r=compiler-errorsMatthias Krüger-0/+75
2022-11-17Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebankMatthias Krüger-0/+38
2022-11-17Rollup merge of #104366 - GuillaumeGomez:simplify-settings-theme-choice, r=no...Matthias Krüger-69/+79
2022-11-17Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnrMatthias Krüger-0/+32
2022-11-17Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholkbors-0/+76
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-143/+121
2022-11-17Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3bors-4/+4
2022-11-16Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkovbors-121/+317
2022-11-16rustdoc: remove redundant font-color CSS on `.where`Michael Howell-4/+1
2022-11-16Auto merge of #104456 - RalfJung:miri, r=RalfJungbors-335/+308
2022-11-16Don't attempt to normalize compiler backtracesDavid Koloski-16/+1
2022-11-16ensure rand has its default features enabledRalf Jung-0/+2
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-16fix #104390, fix ICE in in_operand for ty erroryukang-0/+75
2022-11-16Convert predicates into Predicate in the Obligation constructorOli Scherer-2/+4
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-16allow fastrand dependencyRalf Jung-0/+1
2022-11-16Merge basic blocks where possible when generating LLVM IR.Nicholas Nethercote-4/+4
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-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-187/+224
2022-11-16Add some more bad suffix cases in a test.Nicholas Nethercote-17/+75
2022-11-16Add a test for different stages of lexer error reporting.Nicholas Nethercote-0/+101
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-15adjust josh pushing and remove ./miri toolchain updating the toolchain fileRalf Jung-52/+39
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