about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-12Fix identation of a `rustfmt::skip`ed statementEduardo Sánchez Muñoz-6/+6
2023-10-12Remove from miri LLVM intrinsics that are no longer neededEduardo Sánchez Muñoz-220/+1
2023-10-12Remove from cranelift codegen LLVM intrinsics that are no longer neededEduardo Sánchez Muñoz-35/+0
2023-10-12Bump stdarch submoduleEduardo Sánchez Muñoz-0/+0
2023-10-10Auto merge of #116598 - matthiaskrgr:rollup-6xra4jx, r=matthiaskrgrbors-91/+60
2023-10-10Rollup merge of #116596 - lcnr:normalize-subdir, r=compiler-errorsMatthias Krüger-4/+5
2023-10-10Rollup merge of #116595 - RalfJung:mir-enable-passes, r=oli-obkMatthias Krüger-4/+9
2023-10-10Rollup merge of #116589 - Zalathar:successors, r=oli-obkMatthias Krüger-80/+38
2023-10-10Rollup merge of #116586 - SparrowLii:parallel_log, r=oli-obkMatthias Krüger-3/+8
2023-10-10Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obkbors-29/+531
2023-10-10reorder files in solvelcnr-4/+5
2023-10-10Auto merge of #116409 - Zalathar:span-extraction, r=oli-obkbors-237/+215
2023-10-10add some comments explaining why MIR opts are marked as unsoundRalf Jung-1/+5
2023-10-10-Zmir-enable-passes: document that this may enable unsound passesRalf Jung-3/+4
2023-10-10Auto merge of #116548 - nnethercote:assert-long-condition, r=matthewjasperbors-1/+14
2023-10-10coverage: Unbox and simplify `bcb_filtered_successors`Zalathar-28/+24
2023-10-10coverage: Replace `ShortCircuitPreorder` with a single functionZalathar-55/+17
2023-10-10Auto merge of #116366 - estebank:issue-103982, r=oli-obkbors-8/+220
2023-10-10coverage: Remove enum `CoverageStatement`Zalathar-46/+17
2023-10-10coverage: Disconnect span extraction from `CoverageSpansGenerator`Zalathar-87/+85
2023-10-10coverage: Move initial MIR span extraction into a submoduleZalathar-185/+194
2023-10-10use env variable to control thread ids in rustc_logSparrowLii-3/+8
2023-10-10Auto merge of #109882 - ecnelises:aix_std, r=workingjubileebors-3/+462
2023-10-09Account for macrosEsteban Küber-1/+113
2023-10-10Don't `escape_debug` the condition of `assert!`.Nicholas Nethercote-2/+3
2023-10-10Add a ui test with an assertion that has a really long condition.Nicholas Nethercote-0/+12
2023-10-09Auto merge of #116497 - compiler-errors:impl-span, r=cjgillotbors-69/+122
2023-10-09fixEsteban Küber-1/+0
2023-10-09Move some tests aroundEsteban Küber-0/+0
2023-10-09Suggest labeling block if `break` is in bare blockEsteban Küber-8/+109
2023-10-09Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r...bors-0/+7
2023-10-09Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgrbors-1547/+2820
2023-10-09Rollup merge of #116561 - ouz-a:testfor_115517, r=compiler-errorsMatthias Krüger-0/+26
2023-10-09Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3Matthias Krüger-710/+1205
2023-10-09Rollup merge of #116549 - DaniPopes:miropts-let-chains, r=oli-obkMatthias Krüger-86/+43
2023-10-09Rollup merge of #116543 - ouz-a:crate_return_vec, r=oli-obkMatthias Krüger-11/+18
2023-10-09Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errorsMatthias Krüger-3/+356
2023-10-09Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errorsMatthias Krüger-737/+1172
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-31/+253
2023-10-09Add more complex test cases for enum discriminant displayGuillaume Gomez-0/+19
2023-10-09Improve codeGuillaume Gomez-36/+24
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-69/+122
2023-10-09add testOğuz Ağcayazı-0/+26
2023-10-09Auto merge of #115238 - workingjubilee:ich-entferne-welke-blumen, r=nikicbors-84/+9
2023-10-09Remove no longer used dependency from the list of allowed dependenciesbjorn3-1/+0
2023-10-09Merge commit '81dc066758ec150b43822d4a0c84aae20fe10f40' into sync_cg_clif-202...bjorn3-709/+1205
2023-10-09Rustup to rustc 1.75.0-nightly (bf9a1c8a1 2023-10-08)bjorn3-1/+1
2023-10-09Sync from rust bf9a1c8a193fc373897196321215794c8bebbeecbjorn3-1/+1
2023-10-09return crates instead of a crateOğuz Ağcayazı-11/+18
2023-10-09float-to-float casts also have non-deterministic NaN resultsRalf Jung-17/+150