about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-03-02Auto merge of #121878 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-01Update cargoWeihang Lo-0/+0
2024-03-02Auto merge of #121870 - matthiaskrgr:rollup-mfpa3jx, r=matthiaskrgrbors-17/+3
2024-03-01Rollup merge of #121811 - rcvalle:rust-cfi-move-ui-tests-to-sanitizer-directo...Matthias Krüger-3/+3
2024-03-01Rollup merge of #120305 - clubby789:unused-import-line, r=estebankMatthias Krüger-14/+0
2024-03-01Auto merge of #121395 - nikic:update-llvm-21, r=cuviperbors-11/+32
2024-03-01Auto merge of #121859 - matthiaskrgr:rollup-i724wpm, r=matthiaskrgrbors-24/+202
2024-03-01Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errorsMatthias Krüger-24/+202
2024-03-01Auto merge of #113026 - jieyouxu:run-make-v2, r=bjorn3bors-10/+506
2024-03-01Handle new LLVM sonameNikita Popov-11/+32
2024-03-01Update to LLVM 18.1.0 rc 4Nikita Popov-0/+0
2024-03-01If suggestion would leave an empty line, delete itclubby789-14/+0
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-0/+22
2024-02-29Move sanitizer ui tests to sanitizer directoryRamon de C Valle-3/+3
2024-02-29Error on stray .stderr/.stdout files for (un-)revisioned tests许杰友 Jieyou Xu (Joe)-24/+202
2024-02-29Rollup merge of #121798 - AaronChen0:master, r=NilstriebMatthias Krüger-2/+2
2024-02-29Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errorsMatthias Krüger-1/+0
2024-02-29Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiserMatthias Krüger-0/+3
2024-02-29Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali...Matthias Krüger-24/+6
2024-02-29Add supporting infrastructure for `run-make` V2 tests许杰友 Jieyou Xu (Joe)-10/+506
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-24/+6
2024-02-29Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obkGuillaume Gomez-22/+25
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-23/+25
2024-02-29Rollup merge of #121788 - klensy:clap-deprecated-fix, r=clubby789Guillaume Gomez-19/+19
2024-02-29Rollup merge of #121781 - RalfJung:bootstrap-fmt, r=clubby789Guillaume Gomez-2/+2
2024-02-29Rollup merge of #121412 - androm3da:bcain/update_hex_docs_03, r=AmanieuGuillaume Gomez-5/+121
2024-02-29Fix links in rustc docAaron Chen-2/+2
2024-02-29fix clap warningsklensy-19/+19
2024-02-29bootstrap/format: send larger batches to rustfmtRalf Jung-2/+2
2024-02-29Make `JsonEmitter` more like `HumanEmitter`.Nicholas Nethercote-7/+4
2024-02-29Inline and remove `JsonEmitter::{basic,stderr}`.Nicholas Nethercote-1/+3
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-5/+10
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-7/+7
2024-02-29Remove unnecessary `diagnostic_width` call.Nicholas Nethercote-3/+2
2024-02-29Reinstate `emit_stashed_diagnostics` in `DiagCtxtInner::drop`.Nicholas Nethercote-22/+7
2024-02-29Stop miri if delayed bugs are present.Nicholas Nethercote-1/+1
2024-02-29Overhaul how stashed diagnostics work, again.Nicholas Nethercote-0/+17
2024-02-29Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmeaseMatthias Krüger-12/+1
2024-02-29Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...Matthias Krüger-1/+2
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-79/+78
2024-02-28Add a platform doc for hexagon-unknown-linux-muslBrian Cain-1/+104
2024-02-28Clarify the usage example for hexagon-unknown-none-elfBrian Cain-4/+17
2024-02-28Add stubs for `f16` and `f128` to miriTrevor Gross-0/+10
2024-02-28Add stubs for `f16` and `f128` to clippyTrevor Gross-0/+6
2024-02-28Add basic support for `f16` and `f128` to rustdocTrevor Gross-0/+6
2024-02-28Auto merge of #121741 - GuillaumeGomez:rollup-msrsrnk, r=GuillaumeGomezbors-2/+1
2024-02-28Add regression test for inclusion of whitespace characters in rustdoc highlig...Guillaume Gomez-1/+1
2024-02-28Rollup merge of #121680 - GuillaumeGomez:foreign-macro-jump-to-def, r=notriddleGuillaume Gomez-1/+1
2024-02-28Auto merge of #121699 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-12/+1