about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-03consts: remove dead code around `i1` constant valuesAugie Fackler-10/+1
2023-11-03Tweak spans for "adt defined here" noteNadrieril-174/+183
2023-11-03Accumulate let chains alongside the visitNadrieril-76/+78
2023-11-03enable feature gate in E0795.mdGeorge Bateman-2/+2
2023-11-03Use `filter_map` in `try_par_for_each_in`Josh Stone-7/+6
2023-11-03cfg_attr offset_of_enum feature in doctestGeorge Bateman-1/+2
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-274/+188
2023-11-03Feature gate enums in offset_ofGeorge Bateman-4/+68
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-03clarify that the str invariant is a safety, not validity, invariantRalf Jung-6/+13
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-03Emit explanatory note for move errors in packed struct derivesGurinder Singh-1/+290
2023-11-02Remove obsolete support for linking unwinder on AndroidPeter Collingbourne-34/+1
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-02bootstrap/setup: create hooks directory if non-existingAlejandro Martinez Ruiz-1/+6
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
2023-11-02Fix rustc_codegen_gcc lto issueGuillaume Gomez-0/+4
2023-11-02Fix config.sh scriptGuillaume Gomez-1/+1
2023-11-02Fix missing error libgccjit in CIGuillaume Gomez-0/+8
2023-11-02Fix compilation errors in rustc_codegen_gcc examplesGuillaume Gomez-2/+2
2023-11-02Disable `master` feature by default when building rustc_codegen_gccGuillaume Gomez-1/+0