about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-10Bump nightly version -> 2023-03-10Philipp Krones-1/+1
2023-03-10Bump Clippy version -> 0.1.70Philipp Krones-4/+4
2023-03-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-723/+2321
2023-03-10Add fancy buttons to the vscode status messageLukas Wirth-12/+31
2023-03-10Make project loading errors less intrusiveLukas Wirth-31/+33
2023-03-10Auto merge of #10471 - xFrednet:00000-mark-version-as-released, r=flip1995bors-2/+2
2023-03-10Auto merge of #14312 - HKalbasi:master, r=lnicolabors-2/+14
2023-03-10Revert #14285hkalbasi-2/+14
2023-03-10Auto merge of #14311 - Veykril:lib-diags, r=Veykrilbors-11/+10
2023-03-10Auto merge of #108934 - matthiaskrgr:rollup-vm414p5, r=matthiaskrgrbors-153/+345
2023-03-10Don't attempt to calculate diagnostics in library cratesLukas Wirth-11/+10
2023-03-10feat: implement better error for manual impl of `Fn*` traitsEzra Shaw-52/+143
2023-03-10Unconstrained terms should account for infer vars being equatedMichael Goulet-15/+20
2023-03-10Auto merge of #108951 - cuviper:solaris-debs, r=Mark-Simulacrumbors-6/+4
2023-03-10Fix docs for ptr method with_metadata_of()Matt Harding-4/+4
2023-03-09only call git on git checkoutsJacob Heider-1/+1
2023-03-09Don't export of __rust_* alloc symbols if not codegenedCollin Baker-18/+10
2023-03-09Don't export of __rust_* alloc symbols if not codegenedCollin Baker-40/+37
2023-03-09Add soon-to-be-default --no-undefined-version flagCollin Baker-0/+1
2023-03-09Remove body_def_id from InheritedMichael Goulet-84/+55
2023-03-09Mark Rust 1.68.0 as release in the changelogxFrednet-2/+2
2023-03-09Make ptr::from_ref and ptr::from_mut in #106116 const.Raekye-2/+2
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-6/+96
2023-03-09Honor current target when checking conditional compilation valuesUrgau-4/+51
2023-03-09Make some report and emit errors take DefIds instead of BodyIdsSantiago Pastorino-43/+50
2023-03-09Bail in combine if consts have different typesMichael Goulet-7/+15
2023-03-09Use param's real type in try_eval_lit_or_paramMichael Goulet-27/+59
2023-03-09rustdoc: move notable trait tests into their own directoryMichael Howell-0/+0
2023-03-09Add examples section which demonstrates the behaviour (specifically the sign ...bmoxb-0/+20
2023-03-09Add missing comment for f64bmoxb-1/+2
2023-03-09Indicate that `0.0` refers to positive `0.0`bmoxb-2/+2
2023-03-09ci: use `apt install --download-only` for solaris debsJosh Stone-6/+4
2023-03-09Auto merge of #14306 - HKalbasi:master, r=HKalbasibors-1/+26
2023-03-09fix block with no termination in or patternshkalbasi-1/+26
2023-03-09Document the resulting values produced when using `From<bool>` on floatsbmoxb-1/+2
2023-03-09Update coverage info.Camille GILLOT-1/+1
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-0/+2
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-0/+1
2023-03-09Test `let _ =` for const_mut_refs.Camille GILLOT-1/+13
2023-03-09Bug on PlaceMention in dest-prop.Camille GILLOT-2/+3
2023-03-09Document borrowck behaviour.Camille GILLOT-1/+3
2023-03-09Pacify tidy.Camille GILLOT-4/+4
2023-03-09Also test destructuring assignment.Camille GILLOT-4/+21
2023-03-09Ignore AscribeUserType in unsafeck to avoid duplicate diagnostics.Camille GILLOT-33/+17
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-20/+139
2023-03-09Add ui test.Camille GILLOT-11/+128
2023-03-09Install binaries to the miri toolchain's sysrootBen Kimock-4/+5
2023-03-09Propagate expected return type instead of real return type in check_binopMichael Goulet-18/+37
2023-03-09Fix canonicalizer bug for int/float vars tooMichael Goulet-13/+69
2023-03-09Auto merge of #10359 - mladedav:dm/private/is-empty, r=llogiqbors-20/+202