about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #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-02Add UI tests for values accepted by `-C symbol-mangling-version`Zalathar-1/+1
2023-11-01Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2023-11-01Rename hook.Camille GILLOT-1/+1
2023-11-01Update minifier-rs version to 0.3.0Guillaume Gomez-1/+1
2023-11-01Auto merge of #117482 - matthiaskrgr:rollup-doc6jgm, r=matthiaskrgrbors-2/+2
2023-11-01Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomccMatthias Krüger-2/+2
2023-11-01Auto merge of #117436 - nikic:update-llvm-16, r=cuviperbors-0/+0
2023-10-31Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgrbors-0/+27
2023-10-31Update cargoWeihang Lo-0/+0
2023-10-31Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomezMatthias Krüger-0/+27
2023-10-31Auto merge of #117450 - oli-obk:rustdoc_verify, r=estebankbors-1/+5
2023-10-31Accept less invalid Rust in rustdocOli Scherer-1/+5
2023-10-31Use derivative for CloneMichael Goulet-0/+1
2023-10-31Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillotbors-41/+39
2023-10-31Update to LLVM 17.0.4Nikita Popov-0/+0
2023-10-30Descriptive variant name deprecation versions outside the standard libraryDavid Tolnay-2/+2
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-8/+8
2023-10-30Add a DeprecatedSince::Err variant for versions that fail to parseDavid Tolnay-10/+18
2023-10-30Auto merge of #117405 - GuillaumeGomez:rollup-i3jxtwh, r=GuillaumeGomezbors-68/+158
2023-10-30Rollup merge of #117383 - onur-ozkan:fix-x-install, r=albertlarsan68Guillaume Gomez-22/+30
2023-10-30Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obkGuillaume Gomez-15/+8
2023-10-30Rollup merge of #117356 - he32:netbsd-mipsel, r=oli-obkGuillaume Gomez-0/+7
2023-10-30Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla...Guillaume Gomez-31/+113
2023-10-30Move deprecation_in_effect to inherent method on DeprecationDavid Tolnay-8/+2
2023-10-30rustdoc: elide cross-crate default generic argumentsLeón Orell Valerian Liehr-31/+113
2023-10-30Auto merge of #117267 - RalfJung:miri-tests, r=Mark-Simulacrumbors-3/+29
2023-10-30update which targets we test Miri onRalf Jung-3/+29
2023-10-30improve and fix x installonur-ozkan-22/+30
2023-10-30bootstrap: bump fd-lock, clap and windows.chenx97-86/+68
2023-10-29Store version of `deprecated` attribute in structured formDavid Tolnay-10/+6
2023-10-29Rename Since -> StableSince in preparation for a DeprecatedSinceDavid Tolnay-18/+18
2023-10-30Delay parsing of `--cfg` and `--check-cfg` options.Nicholas Nethercote-15/+8
2023-10-30Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrumbors-0/+12
2023-10-29feat: Add 'object-safety' ID to init_id_map() in rustdocAlexis (Poliorcetics) Bourget-1/+3
2023-10-29feat: render Object Safety informations non-object safe traitsAlexis (Poliorcetics) Bourget-0/+25
2023-10-29Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJungbors-3/+2
2023-10-29handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-10-29Add support for mipsel-unknown-netbsd, 32-bit LE mips.Havard Eidnes-0/+7
2023-10-29Rollup merge of #117337 - camelid:genparamdefkind-thinvec, r=GuillaumeGomezGuillaume Gomez-11/+11