about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-30Make `Cfg` and `CheckCfg` non-generic.Nicholas Nethercote-40/+20
2023-10-30Change cfg parsers to produce symbols instead of strings.Nicholas Nethercote-54/+16
2023-10-30Reduce exposure of cfg parsers.Nicholas Nethercote-2/+2
2023-10-30Delay parsing of `--cfg` and `--check-cfg` options.Nicholas Nethercote-272/+254
2023-10-30Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrumbors-0/+12
2023-10-30coverage: Use a tracing span to group the parts of a sum-up expressionZalathar-1/+4
2023-10-30coverage: Inline the "recursive" worker methods for assigning countersZalathar-21/+5
2023-10-30coverage: Replace manual debug indents with nested tracing spansZalathar-65/+19
2023-10-30When encountering unclosed delimiters during parsing, check for diff markersEsteban Küber-27/+122
2023-10-30Account for `ref` and `mut` in the wrong place for pattern ident renamingEsteban Küber-1/+127
2023-10-30Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubileebors-10/+87
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-1/+130
2023-10-29Auto merge of #11727 - dswij:read-zero-byte-vec-nursery, r=Centri3bors-1/+1
2023-10-29ignore lower-camel-case words in `doc_markdown`Andre Bogus-3/+10
2023-10-29tests: object-safety section in traitsAlexis (Poliorcetics) Bourget-0/+34
2023-10-29feat: Add 'object-safety' ID to init_id_map() in rustdocAlexis (Poliorcetics) Bourget-1/+3
2023-10-29feat: render Object Safety informations non-object safe traitsAlexis (Poliorcetics) Bourget-0/+25
2023-10-30Clean up `rustc_*/Cargo.toml`.Nicholas Nethercote-299/+400
2023-10-29Ignore RPIT duplicated lifetimes in opaque_types_defined_byMichael Goulet-2/+37
2023-10-30Remove `memoffset` dependency from `rustc_query_impl`.Nicholas Nethercote-4/+0
2023-10-29Auto merge of #117089 - wesleywiser:update_backtrace, r=Mark-Simulacrumbors-0/+0
2023-10-29Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-202...bjorn3-334/+100
2023-10-29Rustup to rustc 1.75.0-nightly (e5cfc5547 2023-10-28)bjorn3-18/+1
2023-10-29Sync from rust e5cfc55477eceed1317a02189fdf77a4a98f2124bjorn3-69/+34
2023-10-29Merge pull request #1403 from rust-lang/use_llvm_backend_as_assemblerbjorn3-316/+99
2023-10-29Avoid infinite recursion when cranelift is the default codegen backendbjorn3-3/+8
2023-10-29Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r...bors-20/+357
2023-10-29Enable cross-crate-inlining when MIR inlining is enabledBen Kimock-2/+7
2023-10-29Auto merge of #116889 - MU001999:master, r=petrochenkovbors-0/+26
2023-10-29Stabilize inline asm usage on all platformsbjorn3-299/+29
2023-10-29fix enum_variant_names depending lint depending on orderjonboh-3/+35
2023-10-29Unconditionally handle int $$0x29 using a shimbjorn3-6/+8
2023-10-29Use the LLVM rustc backend as external assemblerbjorn3-12/+58
2023-10-29Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJungbors-2588/+4299
2023-10-29mipsel_unknown_netbsd.rs: fix indentation.Havard Eidnes-10/+10
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-10/+87
2023-10-29handle dry runs in `dist::CodegenBackend`Rémy Rakic-0/+4
2023-10-29Auto merge of #117354 - GuillaumeGomez:rollup-k9xtq0g, r=GuillaumeGomezbors-43/+122
2023-10-29Add support for mipsel-unknown-netbsd, 32-bit LE mips.Havard Eidnes-0/+29
2023-10-29Rollup merge of #117337 - camelid:genparamdefkind-thinvec, r=GuillaumeGomezGuillaume Gomez-11/+11
2023-10-29Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-SimulacrumGuillaume Gomez-1/+2
2023-10-29Rollup merge of #117082 - fortanix:raoul/fix_closure_inherit_target_feature_s...Guillaume Gomez-0/+1
2023-10-29Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-SimulacrumGuillaume Gomez-17/+66
2023-10-29Rollup merge of #115968 - git-bruh:master, r=workingjubileeGuillaume Gomez-14/+42
2023-10-29Auto merge of #11726 - Wilfred:todo_docs, r=dswijbors-4/+9
2023-10-29rustdoc: Use `ThinVec` in `GenericParamDefKind`Noah Lev-11/+11
2023-10-29Auto merge of #11730 - cuishuang:master, r=dswijbors-8/+8
2023-10-29Fix some typoscui fliter-8/+8
2023-10-29Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubileebors-52/+70
2023-10-29Don't use LFS64 symbols on muslgit-bruh-14/+42