about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-10-23rustdoc: don't mark Box<T> as Iterator, Read, etcJacob Hoffman-Andrews-0/+47
2022-10-24fix #103425, remove extra type error after missing semicolon erroryukang-0/+44
2022-10-23Override linker in cargotest on windowsAaron Hill-0/+4
2022-10-24Auto merge of #103452 - notriddle:rollup-peewevm, r=notriddlebors-129/+196
2022-10-23Cleanup message and bless testsJack Huey-15/+15
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-21/+114
2022-10-23Rollup merge of #103434 - GuillaumeGomez:gui-test-jump-to-def-background-clea...Michael Howell-38/+17
2022-10-23Rollup merge of #103424 - notriddle:notriddle/code-header-border-bottom-none,...Michael Howell-1/+0
2022-10-23Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillotMichael Howell-21/+21
2022-10-23Rollup merge of #103402 - joshtriplett:niche-wrap-fix, r=oli-obkMichael Howell-51/+69
2022-10-23Rollup merge of #103347 - RalfJung:rustc-src, r=Mark-SimulacrumMichael Howell-0/+14
2022-10-23Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomezMichael Howell-18/+56
2022-10-23Rollup merge of #103140 - chenyukang:yukang/fix-103112, r=estebankMichael Howell-0/+19
2022-10-23Auto merge of #103062 - cuviper:dist-mips, r=Mark-Simulacrumbors-88/+3345
2022-10-23Fix windows compilationGary Guo-1/+2
2022-10-23Do not consider repeated lifetime params for elision.Camille GILLOT-1/+16
2022-10-23Add test case for foreign Rust exceptionsGary Guo-0/+25
2022-10-23test attr: point at return type if Termination bound unsatisfiedLeón Orell Valerian Liehr-7/+5
2022-10-23Add normalize hack backMichael Goulet-0/+31
2022-10-23Annotate static lifetimes tooMichael Goulet-19/+19
2022-10-23Allow specifying multiple alternative suggestionsXiretza-2/+133
2022-10-23remove misc_cast and validate typesouz-a-3/+3
2022-10-23Auto merge of #101403 - bjorn3:dylib_lto, r=Mark-Simulacrumbors-2/+60
2022-10-23Update list of allowed cranelift dependenciesbjorn3-0/+2
2022-10-23Use functions for jump-to-def-background rustodoc GUI testGuillaume Gomez-38/+17
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-4206/+8511
2022-10-23Update LLVM submodulebjorn3-0/+0
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-4/+30
2022-10-23Add `rust.lto` config optionJakub Beránek-2/+34
2022-10-23Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPCbors-142/+332
2022-10-23Auto merge of #2613 - RalfJung:scalar-only-field-retagging, r=RalfJungbors-10/+128
2022-10-23Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-1/+1
2022-10-23Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obkDylan DPC-1/+8
2022-10-23Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514Dylan DPC-128/+117
2022-10-23Rollup merge of #101908 - chenyukang:fix-101880, r=estebankDylan DPC-0/+94
2022-10-23Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebankDylan DPC-12/+112
2022-10-23Workaround unstable stmt_expr_attributes for method receiver expressions.Camille GILLOT-14/+17
2022-10-23Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errorsbors-342/+356
2022-10-23Update translation testsNilstrieb-342/+356
2022-10-23Rollup merge of #103401 - GuillaumeGomez:gui-test-headings-cleanup, r=notriddleMatthias Krüger-100/+76
2022-10-23Rollup merge of #103388 - notriddle:notriddle/result-description, r=Guillaume...Matthias Krüger-3/+3
2022-10-23Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obkMatthias Krüger-0/+159
2022-10-23Rollup merge of #103355 - compiler-errors:rpitit-default-check, r=oli-obkMatthias Krüger-13/+50
2022-10-23Rollup merge of #103354 - clubby789:escape-string-literals, r=compiler-errorsMatthias Krüger-4/+45
2022-10-23Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726Matthias Krüger-61/+0
2022-10-23Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillotMatthias Krüger-11/+5
2022-10-22rustdoc: remove no-op CSS `.code-header { border-bottom: none }`Michael Howell-1/+0
2022-10-23Fix wrapped valid-range handling in ty_find_init_errorJosh Triplett-51/+69
2022-10-22Bump cargotest servo to 785a344e32db58d4e631fd3cae17fd1f29a721abAaron Hill-1/+1
2022-10-22add scalar-abi-only field retagging optionRalf Jung-10/+128