about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-01-08Use chaining for `DiagnosticBuilder` construction and `emit`.Nicholas Nethercote-6/+6
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-11/+11
2024-01-07Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkanbors-31/+91
2024-01-07add a new `optimized_compiler_builtins` optionjyn-5/+39
2024-01-06Rollup merge of #119548 - onur-ozkan:remove-nested-target-iteration, r=Mark-S...Michael Goulet-9/+7
2024-01-07Auto merge of #119035 - saethlin:remove-linker-requirement, r=onur-ozkanbors-10/+43
2024-01-06Run Miri and mir-opt tests without a target linkerBen Kimock-10/+43
2024-01-06Auto merge of #119662 - matthiaskrgr:rollup-ehofh5n, r=matthiaskrgrbors-49/+135
2024-01-06Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errorsMatthias Krüger-2/+2
2024-01-06Rollup merge of #119486 - onur-ozkan:clippy-allow-dirty-and-staged, r=Mark-Si...Matthias Krüger-2/+23
2024-01-06Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472Matthias Krüger-5/+0
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-40/+110
2024-01-06Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillotbors-4/+4
2024-01-06Auto merge of #119646 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-01-05Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomezMichael Goulet-139/+250
2024-01-05Rollup merge of #119414 - xry111:xry111/lto-test, r=Mark-SimulacrumMichael Goulet-28/+28
2024-01-05Update cargoWeihang Lo-0/+0
2024-01-06rustc_span: Optimize syntax context comparisonsVadim Petrochenkov-4/+4
2024-01-05Add notes about the serialization formatMichael Howell-7/+26
2024-01-05Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-...Matthias Krüger-112/+56
2024-01-05Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da...Matthias Krüger-2/+0
2024-01-05rustc_span: Remove `fn fresh_expansion`Vadim Petrochenkov-2/+2
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-11/+11
2024-01-05Rollup merge of #119588 - Nemo157:i586-netbsd-tier-3, r=NilstriebMichael Goulet-1/+1
2024-01-05Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddleMichael Goulet-20/+32
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-3/+3
2024-01-05Rollup merge of #119148 - estebank:bare-traits, r=davidtwcoMichael Goulet-1/+1
2024-01-05Rollup merge of #119034 - Zalathar:ignore-mode, r=davidtwcoMichael Goulet-14/+90
2024-01-05Update clippy for hir::Guard removalMatthew Jasper-112/+56
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-113/+101
2024-01-05Auto merge of #118861 - Veykril:r-a-in-tree, r=onur-ozkanbors-11/+21
2024-01-05Allow coverage tests to enable `llvm-cov --use-color`Zalathar-0/+11
2024-01-05Extract a `split_flags` helper in header directive parsingZalathar-9/+16
2024-01-05Allow tests to ignore individual test modesZalathar-3/+36
2024-01-05Check for profiler support via a flag, instead of an environment varZalathar-2/+27
2024-01-05Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebankbors-1/+3
2024-01-05Rename `EmitterWriter` as `HumanEmitter`.Nicholas Nethercote-11/+11
2024-01-04Clean up serialization code nitsMichael Howell-10/+9
2024-01-04Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgrbors-5/+35
2024-01-04Move `i586-unknown-netbsd` from tier 2 to tier 3 platform support tableWim Looman-1/+1
2024-01-04Fix invalid handling for static method calls in jump to definition featureGuillaume Gomez-20/+32
2024-01-04Rollup merge of #119574 - RalfJung:miri, r=oli-obkMatthias Krüger-308/+765
2024-01-04Rollup merge of #119431 - taiki-e:asm-s390x-reg-addr, r=AmanieuMatthias Krüger-2/+3
2024-01-04Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errorsMatthias Krüger-31/+31
2024-01-04Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwcoMatthias Krüger-11/+17
2024-01-04Rollup merge of #118704 - esp-rs:rv32-tier-2, r=davidtwcoMatthias Krüger-6/+6
2024-01-04Set proc-macro-test/sysroot-abi with proc-macro-srv/sysroot-abiLukas Wirth-1/+1
2024-01-04miri: do not forward RUSTFLAGS to deps buildRalf Jung-0/+2
2024-01-04Set sysroot-abi flag for proc-macro-cli when in-rust-tree is setLukas Wirth-1/+1