about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-02Auto merge of #117506 - massivebird:ord-typo, r=ChrisDentonbors-1/+1
2023-11-01fixes: typo in `std::cmp::Ord` trait docsmassivebird-1/+1
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-64/+82
2023-11-02Add regression test for pattern checksNadrieril-0/+72
2023-11-02Tweak diagnostic for consistencyNadrieril-61/+111
2023-11-02Check pattern error while loweringNadrieril-42/+29
2023-11-02Uncomplicate check_let_chainNadrieril-45/+35
2023-11-02ReorderNadrieril-148/+151
2023-11-02Hint optimizer about reserved capacityKornel-5/+29
2023-11-01Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgrbors-41/+540
2023-11-01remove code duplicationMatthias Richter-22/+16
2023-11-01fix get_first false negative for VecDequeMatthias Richter-4/+38
2023-11-01Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-3/+3
2023-11-01Rollup merge of #117441 - cjgillot:diag-noassert, r=oli-obk,RalfJungMatthias Krüger-11/+468
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-19/+65
2023-11-01Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillotbors-51/+156
2023-11-01Rework unsize documentationMichael Goulet-5/+12
2023-11-01Remove a false statement from Unsize docs, add a testMichael Goulet-1/+29
2023-11-01Comment `for_diagnostics` flag.Camille GILLOT-0/+5
2023-11-01Auto merge of #117289 - estebank:issue-72298, r=cjgillotbors-1/+127
2023-11-01Specify diagnostic path.Camille GILLOT-6/+13
2023-11-01Rebase fallout.Camille GILLOT-10/+2
2023-11-01Rename hook.Camille GILLOT-6/+6
2023-11-01Make ui into mir-opt test.Camille GILLOT-11/+453
2023-11-01Do not assert in op_to_const.Camille GILLOT-2/+13
2023-11-01Auto merge of #117307 - taiki-e:espidf-atomic-64, r=Amanieubors-3/+3
2023-11-01Auto merge of #10404 - dnbln:feat/unused_enumerate_index, r=blyxyasbors-24/+252
2023-11-01Give a better diagnostic for missing parens in Fn* boundsclubby789-0/+73
2023-11-01fix spans for inline_couroutine panic-abortRyan Mehri-11/+11
2023-11-01Avoid the path trimming ICE lint in error reportingBen Kimock-8/+4
2023-11-01Recover from missing param list in function definitionsclubby789-19/+65
2023-11-01Update minifier-rs version to 0.3.0Guillaume Gomez-3/+3
2023-11-01Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiserbors-89/+477
2023-11-01refactor: extract common pat_is_wild to clippy_utilsDinu Blanovschi-34/+15
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