about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-01-11Rollup merge of #119763 - nnethercote:cleanup-Diagnostic, r=oli-obkMatthias Krüger-5/+5
2024-01-11Rollup merge of #115046 - joshtriplett:master, r=compiler-errorsMatthias Krüger-11/+104
2024-01-11Change how `force-warn` lint diagnostics are recorded.Nicholas Nethercote-5/+5
2024-01-10Auto merge of #119751 - nnethercote:error-api-fixes, r=oli-obkbors-38/+32
2024-01-10Auto merge of #119797 - matthiaskrgr:rollup-nn2lt39, r=matthiaskrgrbors-91/+99
2024-01-10Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r...Matthias Krüger-91/+99
2024-01-09Update cargoWeihang Lo-0/+0
2024-01-10Add missing `DiagnosticBuilder::eager_diagnostic` method.Nicholas Nethercote-4/+2
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-12/+12
2024-01-10Shorten some error invocations.Nicholas Nethercote-20/+16
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-2/+2
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-1/+17
2024-01-09Move variables closer to their usage sitesLeón Orell Valerian Liehr-6/+4
2024-01-09Simplify elision of default generic argumentsLeón Orell Valerian Liehr-48/+42
2024-01-09Don't arena-allocate extended generic argsLeón Orell Valerian Liehr-28/+31
2024-01-09Offset args of trait object types when cleaningLeón Orell Valerian Liehr-16/+29
2024-01-09Rename rustc_middle path cleaning functionsLeón Orell Valerian Liehr-37/+37
2024-01-09Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomezGuillaume Gomez-20/+91
2024-01-09Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitorGuillaume Gomez-101/+123
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-0/+8
2024-01-09Rework and improve unstable documentation of check-cfgUrgau-101/+123
2024-01-09Auto merge of #117703 - compiler-errors:recursive-async, r=lcnrbors-21/+10
2024-01-09Auto merge of #119760 - matthiaskrgr:rollup-ti2xpp7, r=matthiaskrgrbors-565/+906
2024-01-09Rollup merge of #119734 - RalfJung:miri, r=RalfJungMatthias Krüger-551/+861
2024-01-09Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obkMatthias Krüger-14/+45
2024-01-09Auto merge of #119732 - lnicola:sync-from-ra, r=lnicolabors-3605/+3088
2024-01-08rustdoc-search: intern function search typesMichael Howell-17/+72
2024-01-09Rollup merge of #119738 - esp-rs:esp32p4-espidf, r=NilstriebMatthias Krüger-0/+2
2024-01-09Rollup merge of #119681 - Zalathar:anon-branch, r=clubby789Matthias Krüger-3/+93
2024-01-08Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefIdMichael Goulet-21/+10
2024-01-08Add support for shell argfilesDavid Koloski-1/+17
2024-01-08rustdoc-search: reuse empty map/array in function signaturesMichael Howell-5/+21
2024-01-08Auto merge of #119606 - nnethercote:consuming-emit, r=oli-obkbors-17/+17
2024-01-08fix the incorrect target on stage1 ui-fulldeps testsonur-ozkan-2/+7
2024-01-08detect user-specified custom targets in compiletestonur-ozkan-12/+33
2024-01-08enable RUSTC_BOOTSTRAP on panic=abort mir-opt testonur-ozkan-0/+5
2024-01-08Add riscv32imafc-esp-espidf target for the ESP32-P4.Scott Mabin-0/+2
2024-01-08Merge commit 'af40101841c45aa75b56f4e9ca745369da8fb4ba' into sync-from-raLaurențiu Nicola-3605/+3088
2024-01-08Auto merge of #3261 - RalfJung:jemalloc, r=RalfJungbors-4/+5
2024-01-08only use jemalloc on Linux and macOSRalf Jung-4/+5
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-08Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkinMatthias Krüger-1/+0
2024-01-07Auto merge of #3260 - saethlin:build-all-tier-2, r=RalfJungbors-4/+95
2024-01-07Check if tier 2 targets build in the nightly cron jobBen Kimock-4/+95
2024-01-07Delete unused makefile in tests/uiNilstrieb-1/+0
2024-01-07Auto merge of #3257 - RalfJung:build-tests, r=RalfJungbors-361/+497
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+8
2024-01-07Auto merge of #3256 - RalfJung:rounding, r=RalfJungbors-180/+199
2024-01-07only use jemalloc on UnixRalf Jung-1/+4