about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-1/+1
2024-02-12Lower anonymous structs or unions to HIRFrank King-0/+1
2024-02-11Rollup merge of #120272 - long-long-float:suppress-suggestions-in-derive-macr...Matthias Krüger-0/+7
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-0/+1
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-09Check with overlaps_or_adjacentlong-long-float-0/+7
2024-02-07Rollup merge of #120735 - nnethercote:rm-some-unchecked_claims, r=oli-obkGuillaume Boisseau-4/+3
2024-02-07Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`.Nicholas Nethercote-1/+1
2024-02-07Tighten up `ErrorGuaranteed` handling.Nicholas Nethercote-3/+2
2024-02-07Update testsr0cky-47/+2
2024-02-06Auto merge of #120361 - compiler-errors:async-closures, r=oli-obkbors-0/+5
2024-02-06Bless tests, add commentsMichael Goulet-0/+1
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-0/+4
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-31Add async bound modifier to enable async Fn boundsMichael Goulet-0/+4
2024-01-30Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkovGuillaume Gomez-1/+0
2024-01-29Rollup merge of #120453 - mattheww:2024-01_normalize_newlines, r=oli-obkDylan DPC-1/+1
2024-01-28normalize_newlines(): fix incorrect commentMatthew Woodcraft-1/+1
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-1/+0
2024-01-27Add `NonZero` symbol.Markus Reiter-11/+1
2024-01-26Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errorsMatthias Krüger-0/+1
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-2/+0
2024-01-25Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obkMatthias Krüger-0/+6
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+1
2024-01-24Add feature gateNadrieril-0/+1
2024-01-24Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-seLeón Orell Valerian Liehr-0/+1
2024-01-24remove StructuralEq traitRalf Jung-2/+0
2024-01-23Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiaskoLeón Orell Valerian Liehr-0/+1
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-0/+1
2024-01-22Add Assume custom MIR.Camille GILLOT-0/+1
2024-01-22Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co...Matthias Krüger-0/+1
2024-01-19Consolidate logic around resolving built-in coroutine trait implsMichael Goulet-0/+1
2024-01-19Stabilize simple offset_ofGeorge Bateman-0/+1
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+1
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-5/+16
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-5/+16
2024-01-17Use UnhashMap for a few more mapsMark Rousskov-4/+4
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-5/+16
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-1/+1
2024-01-13Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnrbors-0/+1
2024-01-12Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwcoGuillaume Gomez-0/+28
2024-01-12Delegation implementation: step 1Bryanskiy-0/+1
2024-01-12check rust lints when an unknown lint is detectedyukang-0/+28
2024-01-09Remove more needless leb128 coding for enum variantsMark Rousskov-11/+12
2024-01-09Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe...Matthias Krüger-8/+33
2024-01-08Improved support of collapse_debuginfo attribute for macros.Andrew Zhogin-8/+33
2024-01-08macro_rules: Add an expansion-local cache to span markerVadim Petrochenkov-1/+1
2024-01-06Auto merge of #119662 - matthiaskrgr:rollup-ehofh5n, r=matthiaskrgrbors-65/+48
2024-01-06Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errorsMatthias Krüger-65/+48
2024-01-06Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillotbors-43/+64