about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-02-25Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obkMatthias Krüger-2/+2
2022-02-25Rollup merge of #94305 - JakobDegen:dp-1, r=oli-obkMatthias Krüger-7/+13
2022-02-25Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillotMatthias Krüger-44/+44
2022-02-25Rollup merge of #94155 - GuillaumeGomez:extend-toggle-gui-test, r=jshaMatthias Krüger-2/+26
2022-02-25Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillotMatthias Krüger-1325/+37
2022-02-25Extend toggle GUI test a bitGuillaume Gomez-2/+26
2022-02-25Auto merge of #94350 - matthiaskrgr:rollup-eesfiyr, r=matthiaskrgrbors-3/+124
2022-02-25Rollup merge of #94068 - eholk:drop-track-field-assign, r=tmandryMatthias Krüger-0/+114
2022-02-25Rollup merge of #93273 - bjorn3:rustbuild_improvements, r=Mark-SimulacrumMatthias Krüger-3/+4
2022-02-25Rollup merge of #92714 - yanganto:ignore-message, r=Mark-SimulacrumMatthias Krüger-0/+6
2022-02-25Auto merge of #94130 - erikdesjardins:partially, r=nikicbors-40/+20
2022-02-24Remove LifetimeDefOriginMichael Goulet-2/+2
2022-02-24Remove in-band lifetimesMichael Goulet-1323/+35
2022-02-24Miri fn ptr check: don't use conservative null checkRalf Jung-2/+2
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-71/+54
2022-02-24Include ignore message in libtest outputAntonio Yang-0/+6
2022-02-24Rollup merge of #94315 - lcnr:auto-trait-lint-update, r=oli-obkDylan DPC-7/+32
2022-02-24Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael...Dylan DPC-0/+29
2022-02-24Rollup merge of #94212 - scottmcm:swapper, r=dtolnayDylan DPC-0/+140
2022-02-24Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-1/+413
2022-02-24Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac...Dylan DPC-1/+40
2022-02-24Update clippy testsVadim Petrochenkov-2/+2
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-4/+4
2022-02-24restore spans for issue-50480Michael Goulet-18/+16
2022-02-24better ObligationCause for normalization errors in can_type_implement_copyMichael Goulet-17/+58
2022-02-24Remove an unnecessary restriction in `dest_prop`Jakob Degen-7/+13
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-44/+44
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-2/+2
2022-02-24update auto trait lintlcnr-7/+32
2022-02-24Rollup merge of #94296 - lnicola:rust-analyzer-2022-02-23, r=lnicolaMatthias Krüger-16/+16
2022-02-24Rollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obkMatthias Krüger-18/+92
2022-02-24Rollup merge of #89887 - arlosi:char-debug, r=wesleywiserMatthias Krüger-5/+4
2022-02-23Miri: relax fn ptr checkRalf Jung-18/+92
2022-02-23Always check cg_llvm with ./x.py checkbjorn3-3/+4
2022-02-23Change `char` type in debuginfo to DW_ATE_UTFArlo Siemsen-5/+4
2022-02-23properly handle fat pointers to uninhabitable typesMichael Goulet-0/+29
2022-02-23:arrow_up: rust-analyzerLaurențiu Nicola-16/+16
2022-02-23Add compiler flag `--check-cfg` to the unstable bookLoïc BRANSTETT-0/+221
2022-02-23Continue improvements on the --check-cfg implementationLoïc BRANSTETT-1/+138
2022-02-23Rollup merge of #94263 - anko:patch-1, r=GuillaumeGomezMatthias Krüger-1/+1
2022-02-23Rollup merge of #94260 - GuillaumeGomez:infinite-redirection, r=notriddleMatthias Krüger-26/+63
2022-02-23Rollup merge of #94259 - krasimirgg:bump-llvm-ci, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-02-23Rollup merge of #94253 - bjorn3:xpy-fmt-2021, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-02-23Rollup merge of #94240 - compiler-errors:pathbuf-display, r=lcnrMatthias Krüger-2/+16
2022-02-23Rollup merge of #94213 - digama0:patch-4, r=Dylan-DPCMatthias Krüger-2/+2
2022-02-23Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpiderMatthias Krüger-115/+238
2022-02-23Rollup merge of #94128 - mqy:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-02-22Update cargoEric Huss-0/+0
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-5/+3
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-32/+14