about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-02use global cache when computing proof treeslcnr-126/+138
2023-11-02Add a couple of clarifying comments.Nicholas Nethercote-3/+3
2023-11-02Replace two `create_default_session_if_not_set_then` uses.Nicholas Nethercote-4/+4
2023-11-02Deinline all session global functions.Nicholas Nethercote-6/+0
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-99/+60
2023-11-02Remove support for alias `-Z symbol-mangling-version`Zalathar-25/+12
2023-11-02Formatting tweaks.Nicholas Nethercote-9/+12
2023-11-02Minimize `pub` usage in `hygiene.rs`.Nicholas Nethercote-35/+16
2023-11-02Tweak `use` items.Nicholas Nethercote-6/+3
2023-11-02Fix some comments.Nicholas Nethercote-4/+2
2023-11-02Explain the `()` argument to `ErrorGuaranteed`.Nicholas Nethercote-0/+3
2023-11-02Cleanup check_match code pathsNadrieril-110/+104
2023-11-02Factor out pointing at ADT definitionNadrieril-44/+41
2023-11-02Always do all the pattern checksNadrieril-60/+60
2023-11-02Tweak diagnostic for consistencyNadrieril-4/+2
2023-11-02Check pattern error while loweringNadrieril-42/+29
2023-11-02Uncomplicate check_let_chainNadrieril-45/+35
2023-11-02ReorderNadrieril-148/+151
2023-11-01Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJungMatthias Krüger-10/+22
2023-11-01Rollup merge of #117373 - saethlin:avoid-ice-lint, r=compiler-errorsMatthias Krüger-8/+4
2023-11-01Rollup merge of #117298 - clubby789:fn-missing-params, r=petrochenkovMatthias Krüger-0/+21
2023-11-01Comment `for_diagnostics` flag.Camille GILLOT-0/+5
2023-11-01Auto merge of #117289 - estebank:issue-72298, r=cjgillotbors-1/+33
2023-11-01Specify diagnostic path.Camille GILLOT-6/+13
2023-11-01Rename hook.Camille GILLOT-5/+5
2023-11-01Do not assert in op_to_const.Camille GILLOT-2/+2
2023-11-01Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieubors-3/+3
2023-11-01Avoid the path trimming ICE lint in error reportingBen Kimock-8/+4
2023-11-01Recover from missing param list in function definitionsclubby789-0/+21
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-40/+174
2023-11-01Rollup merge of #117475 - nnethercote:rm-create_session, r=oli-obkMatthias Krüger-97/+54
2023-11-01Rollup merge of #117401 - chenyukang:yukang-cleanup-hir-typeck-suggestions, r...Matthias Krüger-1273/+1272
2023-11-01Rollup merge of #117397 - compiler-errors:dont-emit-good-path-on-panic, r=TaK...Matthias Krüger-1/+1
2023-11-01Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillotbors-399/+683
2023-11-01Inline and remove `create_session`.Nicholas Nethercote-97/+54
2023-11-01Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikicbors-146/+183
2023-10-31Update based on wesleywiser reviewGeorge Bateman-3/+3
2023-10-31Update MIR tests for offset_ofGeorge Bateman-30/+3
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-136/+115
2023-10-31Support enum variants in offset_of!George Bateman-46/+228
2023-10-31Rollup merge of #117439 - lcnr:prepopulate-earlier, r=compiler-errorsMatthias Krüger-6/+8
2023-10-31Rollup merge of #117417 - celinval:smir-visitor, r=oli-obkMatthias Krüger-85/+514
2023-10-31Rollup merge of #117388 - oli-obk:dequerification, r=RalfJungMatthias Krüger-12/+14
2023-10-31Turn const_caller_location from a query to a hookOli Scherer-12/+14
2023-10-31Auto merge of #117407 - compiler-errors:derive-clone, r=oli-obkbors-391/+37
2023-10-31Use derivative for HashMichael Goulet-168/+11
2023-10-31Use derivative for PartialOrd/ordMichael Goulet-123/+21
2023-10-31Use derivative for CloneMichael Goulet-109/+14
2023-10-31Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgrbors-209/+170
2023-10-31Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obkMatthias Krüger-2/+4