about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-01Do not assert in op_to_const.Camille GILLOT-2/+13
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-89/+477
2023-11-01Auto merge of #117482 - matthiaskrgr:rollup-doc6jgm, r=matthiaskrgrbors-1394/+1376
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-01Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomccMatthias Krüger-23/+49
2023-11-01Auto merge of #117436 - nikic:update-llvm-16, r=cuviperbors-0/+0
2023-11-01Auto merge of #115356 - devnexen:haiku_set_name_use_return, r=thomccbors-1/+3
2023-11-01Auto merge of #117422 - joshtriplett:stabilize-file-times, r=workingjubileebors-21/+19
2023-11-01Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillotbors-597/+898
2023-11-01Inline and remove `create_session`.Nicholas Nethercote-97/+54
2023-11-01Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikicbors-470/+573
2023-10-31Update based on wesleywiser reviewGeorge Bateman-8/+15
2023-10-31Update MIR tests for offset_ofGeorge Bateman-74/+48
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-140/+150
2023-10-31Support enum variants in offset_of!George Bateman-75/+472
2023-10-31Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgrbors-103/+811
2023-10-31Auto merge of #117462 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-10-31Update cargoWeihang Lo-0/+0
2023-10-31Rollup merge of #117451 - Byron:issue-108277-apple-fix, r=joshtriplettMatthias Krüger-0/+66
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/+662
2023-10-31Rollup merge of #117388 - oli-obk:dequerification, r=RalfJungMatthias Krüger-12/+14
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+61
2023-10-31Auto merge of #117450 - oli-obk:rustdoc_verify, r=estebankbors-127/+428
2023-10-31Turn const_caller_location from a query to a hookOli Scherer-12/+14
2023-10-31Add support for pre-unix-epoch file dates on Apple platforms (#108277)Sebastian Thiel-0/+66
2023-10-31Auto merge of #117407 - compiler-errors:derive-clone, r=oli-obkbors-391/+50
2023-10-31Accept less invalid Rust in rustdocOli Scherer-127/+428
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/+27
2023-10-31Auto merge of #117444 - matthiaskrgr:rollup-43s0spc, r=matthiaskrgrbors-212/+286
2023-10-31Rollup merge of #117438 - cjgillot:deterministic-error, r=oli-obkMatthias Krüger-5/+30
2023-10-31Rollup merge of #117421 - Zalathar:error, r=oli-obk,SwatinemMatthias Krüger-77/+43
2023-10-31Rollup merge of #117416 - compiler-errors:tait-in-bad-body, r=oli-obkMatthias Krüger-3/+42
2023-10-31Rollup merge of #116712 - estebank:issue-116252, r=petrochenkovMatthias Krüger-27/+122
2023-10-31Rollup merge of #116267 - oli-obk:simd_cleanups, r=petrochenkovMatthias Krüger-100/+49
2023-10-31FileCheck uninhabited_enum_branching.Camille GILLOT-245/+126
2023-10-31Only emit `!=` assumptions if the otherwise target is reachable.Camille GILLOT-58/+148
2023-10-31Refactor UninhabitedEnumBranching to mark targets unreachable.Camille GILLOT-63/+84
2023-10-31Simplify assume of a constant.Camille GILLOT-85/+80
2023-10-31Replace SwitchInt to unreachable by an assumption.Camille GILLOT-120/+210
2023-10-31Reorder passes.Camille GILLOT-41/+67
2023-10-31Merge simd size and type extraction into checking whether a type is simd, as ...Oli Scherer-48/+26
2023-10-31Simplify all `require_simd` invocations by moving all of the shared invocatio...Oli Scherer-37/+19
2023-10-31don't use the moral equivalent of `assert!(false, "foo")`Oli Scherer-33/+22
2023-10-31coverage: Replace impossible `coverage::Error` with assertionsZalathar-67/+33
2023-10-31coverage: Promote some debug-only checks to always runZalathar-12/+12