about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-01Fix obligation param and bless testsMichael Goulet-104/+64
2024-04-01Instantiate closure-like bounds with placeholders to deal with binders correctlyMichael Goulet-82/+139
2024-04-01Auto merge of #123327 - BoxyUwU:param_env_docs_rewrite, r=compiler-errorsbors-5/+10
2024-04-01Auto merge of #123320 - WaffleLapkin:fixup-never-type-options, r=compiler-errorsbors-5/+5
2024-04-01maybeBoxy-1/+1
2024-04-01Auto merge of #123318 - TomAFrench:patch-1, r=GuillaumeGomezbors-0/+1
2024-04-01Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDentonbors-3/+11
2024-04-01Update `ParamEnv` docsBoxy-5/+10
2024-04-01Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDentonbors-500/+327
2024-04-01update commentjoboet-4/+1
2024-04-01Auto merge of #122046 - Nadrieril:integrate-or-pats2, r=matthewjasperbors-65/+38
2024-04-01Fixup parsing of `rustc_never_type_options` attributeMaybe Waffle-5/+5
2024-04-01chore: fix footnotes/links in `platform-support.md`Tom French-0/+1
2024-04-01Auto merge of #123310 - compiler-errors:nested-static-codegen-attrs, r=oli-obkbors-3/+19
2024-04-01std::thread: adding get_name implementation for solaris/illumos.David Carlier-3/+11
2024-04-01Auto merge of #123192 - RalfJung:bootstrap-test-miri, r=onur-ozkanbors-135/+174
2024-04-01Auto merge of #122663 - beetrees:non-unicode-env-error, r=TaKO8Kibors-23/+92
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-23/+92
2024-04-01Auto merge of #122972 - beetrees:use-align-type, r=fee1-deadbors-26/+74
2024-03-31Don't inherit codegen attrs from parent staticMichael Goulet-3/+19
2024-04-01Use the `Align` type when parsing alignment attributesbeetrees-26/+74
2024-03-31Auto merge of #123270 - JaniM:janim/string-alloc-doc, r=workingjubileebors-3/+3
2024-03-31checktools: make it easier to trace what is happeningRalf Jung-0/+1
2024-03-31fix not finding the right libraries on WindowsRalf Jung-3/+9
2024-04-01doc: mention heap allocation earlier in String docsJani Mustonen-3/+3
2024-03-31Auto merge of #123299 - workingjubilee:rollup-2z8amaj, r=workingjubileebors-6/+69
2024-03-31Rollup merge of #123295 - BoxyUwU:boxy_compiler_reviews, r=Mark-SimulacrumJubilee-0/+1
2024-03-31Rollup merge of #123271 - JaniM:janim/sliceindex-doc, r=NilstriebJubilee-0/+11
2024-03-31Rollup merge of #123268 - RalfJung:dont-freeze, r=NilstriebJubilee-0/+7
2024-03-31Rollup merge of #123267 - devnexen:thread_get_name_haiku, r=joboetJubilee-1/+19
2024-03-31Rollup merge of #123180 - Oneirical:master, r=Mark-SimulacrumJubilee-5/+31
2024-03-31warn against implementing FreezeRalf Jung-0/+7
2024-03-31beep boopBoxy-0/+1
2024-03-31Auto merge of #123266 - RalfJung:catch-panic, r=workingjubileebors-0/+3
2024-03-31add FIXME for making the cargo cmd properly typedRalf Jung-5/+5
2024-03-31move parallel_compiler handling into prepare_tool_cargo so that it is done ev...Ralf Jung-16/+11
2024-03-31remove a pointless env varRalf Jung-4/+0
2024-03-31shift Miri's stage so that it matches other rustc-based toolsRalf Jung-57/+74
2024-03-31bootstrap/rustc: remove a miri hackRalf Jung-1/+1
2024-03-31cargo-miri: better debug output; reorder a comment to make it less confusingRalf Jung-6/+10
2024-03-31std::thread: adding get_name haiku implementation.David Carlier-1/+19
2024-03-31Auto merge of #121851 - michaelwoerister:mcp-533-effective-vis, r=cjgillotbors-51/+6
2024-03-31refer to a different module in UI testjoboet-10/+10
2024-03-31doc: describe panic conditions for SliceIndex implementationsJani Mustonen-0/+11
2024-03-31Auto merge of #123246 - Kobzol:tarball-reproducible, r=Mark-Simulacrumbors-29/+58
2024-03-31Sort directories when generating tarballsJakub Beránek-1/+4
2024-03-31Make tarball generation more deterministicJakub Beránek-2/+5
2024-03-31Remove potential `__pycache__` directories from src tarballsJakub Beránek-0/+14
2024-03-31Checkout all submodules when building source tarballsJakub Beránek-3/+3
2024-03-31Move submodule lookup to `Builder`Jakub Beránek-23/+32