about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-24Try out caching the stable hash of Ty within itselfOli Scherer-4/+4
2022-02-24Add test for nested structures.Petr Sumbera-0/+20
2022-02-24Add test for source sidebar elements displayGuillaume Gomez-0/+22
2022-02-24Fix bad handling of the source code viewer sidebar style to prevent the appea...Guillaume Gomez-3/+3
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-23fix: unused test imports on non-nightly, prevent regressionCaleb Cartwright-6/+4
2022-02-23rustdoc: write directly to buffer in `inner_full_print`Michael Howell-27/+19
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-23Always evaluate all cfg predicate in all() and any()Loïc BRANSTETT-0/+45
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-16/+5
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-32/+14
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-21/+21
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-11/+7
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-13/+16
2022-02-22Improve diagnostic of the unexpected_cfgs lintLoïc BRANSTETT-4/+9
2022-02-22Add test for well known names defined by rustcLoïc BRANSTETT-0/+49
2022-02-22Auto merge of #83706 - a1phyr:fix_vec_layout_calculation, r=JohnTitorbors-0/+3
2022-02-22Stabilize Termination and ExitCodeJane Lusby-2/+0
2022-02-22Typo fix: Close inline-code backtickAntti Korpi-1/+1
2022-02-22Add test for infinite redirectionGuillaume Gomez-0/+29
2022-02-22Prevent generation of infinite redirectionsGuillaume Gomez-26/+34
2022-02-22Auto merge of #94254 - matthiaskrgr:rollup-7llbjhd, r=matthiaskrgrbors-66/+240
2022-02-22Bump download-ci-llvm-stamp for llvm-nm inclusionKrasimir Georgiev-1/+1
2022-02-22Rollup merge of #94237 - compiler-errors:dont-wrap-ambiguous-receivers, r=lcnrMatthias Krüger-26/+41
2022-02-22Rollup merge of #94208 - est31:let_else, r=Mark-SimulacrumMatthias Krüger-4/+100
2022-02-22Rollup merge of #94196 - aDotInTheVoid:terse-procres-info, r=Mark-SimulacrumMatthias Krüger-15/+19
2022-02-22Rollup merge of #94178 - est31:tolerant_lines_check, r=Mark-SimulacrumMatthias Krüger-0/+3
2022-02-22Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisaMatthias Krüger-21/+77