about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.Nicholas Nethercote-6/+6
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-10/+10
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-15/+14
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-15/+15
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-27/+28
2023-12-18Auto merge of #119007 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-12-17Update cargoWeihang Lo-0/+0
2023-12-18ci: docker: dist-various-1: Include RISC-V C compilersAlistair Francis-8/+30
2023-12-17Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68bors-29/+79
2023-12-17Auto merge of #119039 - RalfJung:miri, r=RalfJungbors-354/+491
2023-12-17do not allow ABI mismatches inside repr(C) typesRalf Jung-0/+33
2023-12-17use Vec for region constraintsAli MJ Al-Nasrawy-1/+1
2023-12-17expand helpers tests with new test module `tests/helpers`onur-ozkan-16/+63
2023-12-17Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomezbors-49/+31
2023-12-17Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstriebbors-0/+4
2023-12-16Auto merge of #117595 - jyn514:x-clippy, r=albertlarsan68bors-93/+245
2023-12-16test `x clippy --stage 0` in ciJoshua Nelson-0/+6
2023-12-16Update stage0.jsonAlbert Larsan-0/+48
2023-12-16make x.py clippy download and use beta clippyasquared31415-89/+125
2023-12-16use RUSTC_WRAPPER instead of RUSTCjyn-15/+68
2023-12-16give a better error if renaming a temp file failsjyn-1/+8
2023-12-16describe unstable linker flavors in the unstable bookRémy Rakic-0/+32
2023-12-16remove unstable linker flavors from stable documentationRémy Rakic-3/+0
2023-12-16create helper fn `hex_encode` and remove `hex` dependencyonur-ozkan-13/+16
2023-12-16Visit the AllocIds and BorTags in borrow state FrameExtraBen Kimock-8/+25
2023-12-16fix printing cargo args on --dry-runjyn-7/+9
2023-12-16Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyupPhilipp Krones-637/+3064
2023-12-15Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errorsJubilee-9/+10
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-49/+31
2023-12-15NFC don't convert types to identical typesMatthias Krüger-9/+10
2023-12-15Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkinJubilee-29/+11
2023-12-15Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillotJubilee-20/+6
2023-12-15Rollup merge of #118986 - GuillaumeGomez:simplify-js-inline, r=notriddleMatthias Krüger-2/+2
2023-12-15Rollup merge of #118977 - GuillaumeGomez:simplifysrc-script, r=notriddleMatthias Krüger-12/+3
2023-12-15Appease the tools: clippy, rustdocMichael Goulet-20/+6
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-29/+11
2023-12-15Make the crate compile on stableNadrieril-0/+1
2023-12-15Simplify JS code a little bitGuillaume Gomez-2/+2
2023-12-15Auto merge of #3226 - saethlin:deadpool-test, r=RalfJungbors-0/+16
2023-12-15Add the test minimized from deadpoolBen Kimock-0/+16
2023-12-15Auto merge of #118975 - GuillaumeGomez:rollup-0emhjx0, r=GuillaumeGomezbors-68/+551
2023-12-15Simplify `src-script.js` codeGuillaume Gomez-12/+3
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-23/+507
2023-12-15Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdocGuillaume Gomez-45/+44
2023-12-15Auto merge of #118961 - notriddle:notriddle/varconst, r=GuillaumeGomezbors-2/+8
2023-12-15Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726Matthias Krüger-3/+3
2023-12-15Merge from rustcThe Miri Conjob Bot-129/+141
2023-12-15Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-12-14rustdoc-search: fix a race condition in search index loadingMichael Howell-2/+8
2023-12-15Auto merge of #118936 - nikic:update-llvm-18, r=cuviperbors-21/+21