about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-12better error when calling pthread shims on unsupported unixesRalf Jung-0/+70
2023-11-12tweak commentsRalf Jung-9/+5
2023-11-12freebsd interceptions update proposalDavid Carlier-7/+45
2023-11-10Auto merge of #3155 - RalfJung:data-race-docs, r=RalfJungbors-1/+8
2023-11-10data_race: link to docs for 'unusual' race conditionsRalf Jung-1/+8
2023-11-04Auto merge of #3145 - RalfJung:data-race-error, r=RalfJungbors-166/+233
2023-11-04Auto merge of #3154 - rust-lang:rustup-2023-11-04, r=RalfJungbors-6532/+7325
2023-11-04fmtThe Miri Conjob Bot-7/+3
2023-11-04Merge from rustcThe Miri Conjob Bot-6526/+7323
2023-11-04Preparing for merge from rustcThe Miri Conjob Bot-1/+1
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-82/+76
2023-11-03Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3bors-1712/+57
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-1712/+57
2023-11-04Update rust-lang/book.Nicholas Nethercote-0/+0
2023-11-03Auto merge of #115333 - joshlf:patch-5, r=RalfJungbors-9/+15
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-274/+188
2023-11-03Auto merge of #117538 - matthiaskrgr:rollup-63u77xb, r=matthiaskrgrbors-3586/+4952
2023-11-03clone lessMatthias Krüger-82/+76
2023-11-03Rollup merge of #117533 - onur-ozkan:revert-117471, r=onur-ozkanMatthias Krüger-7/+1
2023-11-03Rollup merge of #117523 - compiler-errors:oli-vacation, r=compiler-errorsMatthias Krüger-1/+1
2023-11-03Rollup merge of #117520 - flip1995:clippyup, r=ManishearthMatthias Krüger-3578/+4902
2023-11-03Rollup merge of #117505 - estebank:issue-117501, r=TaKO8KiMatthias Krüger-0/+44
2023-11-03Rollup merge of #117434 - BugenZhao:box-error-provide, r=cuviperMatthias Krüger-0/+4
2023-11-03Auto merge of #117535 - RalfJung:revert-cranelift, r=onur-ozkanbors-12/+0
2023-11-03Auto merge of #117510 - elichai:patch-3, r=cuviperbors-0/+1
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 #116439 - compiler-errors:on-unimplemented, r=davidtwcobors-154/+169
2023-11-03Auto merge of #117508 - nnethercote:symbols-FxIndexSet, r=cuviperbors-21/+12
2023-11-03Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkanbors-16/+231
2023-11-03Auto merge of #117131 - compiler-errors:projection-oops, r=lcnrbors-143/+204
2023-11-03Set some environment variables value only if ENABLE_GCC_CODEGEN is setGuillaume Gomez-6/+17
2023-11-02Auto merge of #117134 - lcnr:dropck_outlives-coroutine, r=compiler-errorsbors-59/+110
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-154/+169
2023-11-02Add all RPITITs when augmenting param-env with GAT bounds in check_type_boundsMichael Goulet-77/+114
2023-11-02Use the normalizing param-env always in check_type_boundsMichael Goulet-143/+167
2023-11-03Use `FxIndexSet` in the symbol interner.Nicholas Nethercote-21/+12
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-6/+6
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-3/+15
2023-11-02Add FIXME header for two comments in cg_gcc and cg_clif boostrap typesGuillaume Gomez-2/+2
2023-11-02Remove `libc` dependency in cg_gcc alloc_system exampleGuillaume Gomez-4/+14
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-02Pass `--sysroot` optionGuillaume Gomez-0/+4
2023-11-02Add comment explaning when to uncomment the `prepare` command codeGuillaume Gomez-0/+2