about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-23Update tests for new TRPL chapter orderChris Krycho-2/+2
2024-11-23Update messages which reference book chs. 17-20Chris Krycho-2/+2
2024-11-23rebaselcnr-23/+18
2024-11-23reviewlcnr-5/+36
2024-11-23global old solver cache: use `TypingEnv`lcnr-42/+54
2024-11-23remove remaining references to `Reveal`lcnr-72/+81
2024-11-23no more Reveal :(lcnr-296/+111
2024-11-23 thir building: use typing_env directlylcnr-67/+32
2024-11-23Rollup merge of #133374 - RalfJung:abi_unsupported_vector_types, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-11-23Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors许杰友 Jieyou Xu (Joe)-10/+1
2024-11-23Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors许杰友 Jieyou Xu (Joe)-10/+12
2024-11-23`ElaborateDrops`: use typing_env directlylcnr-16/+6
2024-11-23Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay许杰友 Jieyou Xu (Joe)-90/+58
2024-11-23Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+3
2024-11-23Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease许杰友 Jieyou Xu (Joe)-4/+38
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-3/+82
2024-11-23show abi_unsupported_vector_types lint in future breakage reportsRalf Jung-1/+1
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-64/+348
2024-11-23remove is_trivially_const_dropRalf Jung-44/+0
2024-11-23only store valid proc marco item for doc linkbohan-15/+17
2024-11-23Delay a bug when encountering an impl with unconstrained generics in codegen_...Michael Goulet-6/+15
2024-11-23Remove unnecessary bool from ExpectedFoundMichael Goulet-90/+58
2024-11-23Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errorsbors-193/+376
2024-11-23No need to re-sort existential predsMichael Goulet-4/+0
2024-11-22Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxuMichael Goulet-19/+29
2024-11-22Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiserMichael Goulet-5/+58
2024-11-22Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmeaseMichael Goulet-131/+96
2024-11-22Rollup merge of #132658 - estebank:const-in-pattern-typo, r=NadrierilMichael Goulet-1/+192
2024-11-22Rollup merge of #132090 - compiler-errors:baily, r=lcnrMichael Goulet-37/+1
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-155/+286
2024-11-23Don't type error if we fail to coerce Pin because it doesnt contain a refMichael Goulet-3/+8
2024-11-23rustc: Fail fast when compiling a source file larger than 4 GiB - 1 BAsger Hautop Drewsen-1/+15
2024-11-22Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errorsbors-2/+2
2024-11-22Print env var in --print=deployment-targetMads Marquart-3/+4
2024-11-22Stabilize the 2024 editionEric Huss-2/+2
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-3/+11
2024-11-22Pretty print AsyncFn traits tooMichael Goulet-11/+34
2024-11-22Deduplicate checking drop terminatorMichael Goulet-92/+53
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-82/+122
2024-11-22More comments, reverse polarity of structural checkMichael Goulet-35/+41
2024-11-22Implement ~const Destruct in new solverMichael Goulet-51/+167
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-4/+38
2024-11-22Simplify logic a bitMichael Goulet-126/+68
2024-11-22Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxubors-131/+109
2024-11-22Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr许杰友 Jieyou Xu (Joe)-0/+5
2024-11-22Rollup merge of #133319 - compiler-errors:simpler-fulfill, r=lcnr许杰友 Jieyou Xu (Joe)-131/+104
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-2/+2
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-279/+13
2024-11-22Bail in effects in old solver if self ty is ty varMichael Goulet-0/+5
2024-11-22Get rid of HIR const checkerMichael Goulet-263/+16