about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-11-04Auto merge of #3145 - RalfJung:data-race-error, r=RalfJungbors-166/+233
2023-11-04Don't disable inline asm usage in compiler-builtins when the cranelift backen...bjorn3-5/+0
2023-11-04Warn when lint level is set on a match armNadrieril-1/+1
2023-11-04ensure doc directory is not emptyonur-ozkan-1/+2
2023-11-04handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-11-04Ensure the rustc-codegen-cranelift-preview component is never emptybjorn3-0/+7
2023-11-04pass `CODEGEN_BACKENDS` to dockerRémy Rakic-0/+1
2023-11-04add sanity check for compiler crate docsonur-ozkan-0/+8
2023-11-04Ensure compiler crate paths are generated before linkingonur-ozkan-11/+12
2023-11-04Auto merge of #117566 - weihanglo:update-cargo, r=weihanglobors-1/+0
2023-11-04fmtThe Miri Conjob Bot-7/+3
2023-11-04Merge from rustcThe Miri Conjob Bot-3999/+5532
2023-11-04Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-11-04Update cargoWeihang Lo-1/+0
2023-11-04Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwcobors-82/+275
2023-11-04Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more...bors-80/+74
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-134/+1
2023-11-04Update rust-lang/book.Nicholas Nethercote-0/+0
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-103/+80
2023-11-03Auto merge of #117538 - matthiaskrgr:rollup-63u77xb, r=matthiaskrgrbors-3584/+4890
2023-11-03clone lessMatthias Krüger-80/+74
2023-11-03Rollup merge of #117533 - onur-ozkan:revert-117471, r=onur-ozkanMatthias Krüger-7/+1
2023-11-03Rollup merge of #117520 - flip1995:clippyup, r=ManishearthMatthias Krüger-3577/+4889
2023-11-03Revert "Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum"Ralf Jung-12/+0
2023-11-03Revert "bootstrap: do not purge docs on CI environment"onur-ozkan-7/+1
2023-11-03Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkanbors-7/+208
2023-11-03Set some environment variables value only if ENABLE_GCC_CODEGEN is setGuillaume Gomez-6/+17
2023-11-02bootstrap/setup: create hooks directory if non-existingAlejandro Martinez Ruiz-1/+6
2023-11-02Add comment explaining why the ENABLE_GCC_CODEGEN env variable is neededGuillaume Gomez-2/+8
2023-11-02Fix invalid enabling of gcc backend in `run.sh`Guillaume Gomez-3/+3
2023-11-02Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN`Guillaume Gomez-5/+5
2023-11-02Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabledGuillaume Gomez-2/+7
2023-11-02Run codegen tests outside if not llvm-15Guillaume Gomez-2/+13
2023-11-02Add FIXME header for two comments in cg_gcc and cg_clif boostrap typesGuillaume Gomez-2/+2
2023-11-02Skip codegen tests in llvm-15 CI checkGuillaume Gomez-2/+2
2023-11-02Force mangling version for rustc_codegen_gccGuillaume Gomez-2/+5
2023-11-02Only run cg_gcc tests on linux x86_64Guillaume Gomez-10/+2
2023-11-02Add comment explaning when to uncomment the `prepare` command codeGuillaume Gomez-0/+2
2023-11-02Fix rustc_codegen_gcc lto issueGuillaume Gomez-0/+4
2023-11-02Fix missing error libgccjit in CIGuillaume Gomez-0/+8
2023-11-02Run rustc_codegen_gcc tests in the CIGuillaume Gomez-3/+162
2023-11-02Auto merge of #117471 - onur-ozkan:tmp-fix, r=clubby789bors-1/+7
2023-11-02bootstrap: do not purge docs on CI environmentonur-ozkan-1/+7
2023-11-02Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddlebors-1/+2
2023-11-02Fix order of implementations in the "implementations on foreign types" sectionGuillaume Gomez-1/+2
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-3577/+4889
2023-11-02Format let-chains across the code basePhilipp Krones-2/+4
2023-11-02Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2/+2
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-103/+80
2023-11-02Add UI tests for values accepted by `-C symbol-mangling-version`Zalathar-1/+1