about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-4/+6
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
2023-11-02Merge from rustcThe Miri Conjob Bot-550/+880
2023-11-02Preparing for merge from rustcThe Miri Conjob Bot-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-11-01Stabilize C string literalsJohn Millikin-26/+22
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 config.example.tomlSparrowLii-1/+1
2023-10-31update bootstrap change historySparrowLii-1/+1
2023-10-31enable parallel rustc in nightly buildsSparrowLii-4/+7
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-30make sure we catch UB with _ pattern in various syntactic positionsRalf Jung-16/+87
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