about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-07Specify DWARF alignment in bits, not bytes.Patrick Walton-1/+1
2022-06-06Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPCbors-240/+239
2022-06-06Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obkbors-47/+104
2022-06-06Rollup merge of #97787 - matthiaskrgr:e0432_explain, r=Dylan-DPCDylan DPC-6/+6
2022-06-06Rollup merge of #97767 - RalfJung:variadic, r=davidtwcoDylan DPC-6/+1
2022-06-06Rollup merge of #97579 - SparrowLii:target_features, r=nagisaDylan DPC-33/+37
2022-06-06Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisaDylan DPC-0/+79
2022-06-06Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errorsDylan DPC-195/+116
2022-06-06Auto merge of #97086 - 5225225:link-section-is-unsafe, r=davidtwcobors-0/+29
2022-06-06Avoid creating `SmallVec`s in `global_llvm_features`SparrowLii-33/+37
2022-06-06E0432: rust 2018 -> rust 2018 or later in --explain messageMatthias Krüger-6/+6
2022-06-06Rollup merge of #97759 - WaffleLapkin:recover_label_expr, r=compiler-errorsMatthias Krüger-2/+62
2022-06-06Rollup merge of #97752 - klensy:cg-typo, r=bjorn3Matthias Krüger-7/+1
2022-06-06Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726Matthias Krüger-30/+18
2022-06-06Rollup merge of #97683 - cjgillot:no-apit-hrtb, r=nagisaMatthias Krüger-8/+65
2022-06-05Changes from code reviewltdk-4/+10
2022-06-05Do suggest_await_before_try with infer in self, clean up bindersMichael Goulet-30/+18
2022-06-06Add spaces before and after expr in add {} suggestionWaffle Maybe-2/+2
2022-06-05Suggest removing label in `'label: non_block_expr`Maybe Waffle-3/+14
2022-06-05Do not suggest adding labeled block if there are no labeled breaksMaybe Waffle-0/+23
2022-06-05interpret: do not claim UB until we looked more into variadic functionsRalf Jung-6/+1
2022-06-05reduce code duplicationRalf Jung-13/+12
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-47/+105
2022-06-05Suggest adding `{}` for `'label: non_block_expr`Maybe Waffle-2/+28
2022-06-05Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkinbors-45/+53
2022-06-05Rename `visit_generic_param{_slice => s}`Maybe Waffle-5/+5
2022-06-05Suggest 'static when in static/const items.Camille GILLOT-0/+24
2022-06-05Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisabors-0/+25
2022-06-05Auto merge of #97391 - Urgau:cfg_accessible, r=petrochenkovbors-8/+15
2022-06-05typo: `-Zcodegen-backend=llvm -Cpasses=list` should work nowklensy-7/+1
2022-06-04Rollup merge of #97737 - jackh726:verbose-pretty-printing-fix, r=compiler-errorsMatthias Krüger-24/+30
2022-06-04Rollup merge of #97707 - Nilstrieb:data-structures-ub, r=cjgillotMatthias Krüger-2/+12
2022-06-04Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillotMatthias Krüger-45/+29
2022-06-04Fix pretty printing named bound regions under -ZverboseJack Huey-24/+30
2022-06-04Iterate over `maybe_unused_trait_imports` when checking dead trait importsElliot Roberts-45/+29
2022-06-04Fix stacked borrows invalidation in rustc_data_structures sip128Nilstrieb-1/+2
2022-06-04Adapt rustc_data_structures tests to run in strict miriNilstrieb-1/+10
2022-06-04Completely remove LifetimeScopeForPath.Camille GILLOT-117/+7
2022-06-04Compute lifetimes in scope at diagnostic time.Camille GILLOT-94/+101
2022-06-04riscv32imac-unknown-xous-elf: add targetSean Cross-0/+25
2022-06-04Rollup merge of #97722 - compiler-errors:tighten-copy-type-error-spans, r=Dyl...Dylan DPC-3/+7
2022-06-04Rollup merge of #97716 - compiler-errors:issue-97708, r=wesleywiserDylan DPC-25/+8
2022-06-04Rollup merge of #97715 - xFrednet:97650-expect-in-fuction-arg, r=wesleywiserDylan DPC-2/+10
2022-06-03Tighten spans for bad fields in Copy structMichael Goulet-3/+7
2022-06-04Auto merge of #97717 - matthiaskrgr:rollup-lalaii2, r=matthiaskrgrbors-106/+87
2022-06-03Encode MIR for 'unreachable' non-generic fnsMichael Goulet-25/+8
2022-06-03Auto merge of #97670 - spastorino:simplify-universal-impl-trait-lowering2, r=...bors-1/+2
2022-06-04Support the `#[expect]` attribute on fn parameters (RFC-2383)xFrednet-2/+10
2022-06-04Rollup merge of #97702 - cjgillot:no-universal-did, r=spastorinoMatthias Krüger-17/+11
2022-06-04Rollup merge of #97696 - cjgillot:normalize-inline, r=compiler-errorsMatthias Krüger-10/+15