about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-03Constify slice flatten methodKonrad Borowski-1/+1
2023-05-01Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillotbors-1/+1
2023-05-01Auto merge of #111040 - matthiaskrgr:rollup-g2sns0f, r=matthiaskrgrbors-882/+812
2023-05-01Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errorsMatthias Krüger-1/+5
2023-05-01Rollup merge of #111033 - Nadrieril:Nadrieril-triagebot, r=compiler-errorsMatthias Krüger-0/+4
2023-05-01Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errorsMatthias Krüger-72/+179
2023-05-01Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errorsMatthias Krüger-0/+21
2023-05-01Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errorsMatthias Krüger-3/+10
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-806/+593
2023-04-30Close parentheses for `offset_of` in AST pretty printingNilstrieb-1/+5
2023-04-30Ping Nadrieril when changing exhaustiveness checkingNadrieril-0/+4
2023-04-30Migrate `builtin_macros::asm` diagnostics to translatable diagnosticsclubby789-72/+179
2023-04-30Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68bors-15/+86
2023-04-30Parallelize initial rust extractionNilstrieb-2/+68
2023-04-30Only cache typeck results if it's the typeck rootMichael Goulet-1/+1
2023-04-30Test precise capture with a multi-variant enum and exhaustive patternsTomasz Miąsko-0/+21
2023-04-30Auto merge of #111017 - matthiaskrgr:rollup-yy9updi, r=matthiaskrgrbors-139/+268
2023-04-30Rollup merge of #111000 - JohnBobbo96:core_option_unneeded_function, r=jyn514Matthias Krüger-6/+2
2023-04-30Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-SimulacrumMatthias Krüger-37/+47
2023-04-30Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonurMatthias Krüger-1/+1
2023-04-30Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiaskoMatthias Krüger-75/+79
2023-04-30Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomezMatthias Krüger-19/+127
2023-04-30Rollup merge of #110118 - jyn514:download-error, r=Mark-SimulacrumMatthias Krüger-1/+12
2023-04-30Remove wrong assertion.Camille GILLOT-3/+10
2023-04-30Auto merge of #103406 - Jules-Bertholet:from_clone_slice_to_box, r=dtolnaybors-8/+31
2023-04-30Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrumbors-1/+1
2023-04-30Auto merge of #110935 - scottmcm:always-ord, r=Mark-Simulacrumbors-8/+8
2023-04-30Auto merge of #111001 - matthiaskrgr:rollup-u590scu, r=matthiaskrgrbors-119/+375
2023-04-29rustdoc: catch and don't blow up on impl Trait cyclesMichael Howell-19/+127
2023-04-30Rollup merge of #110997 - scottmcm:slice-iter-comments, r=the8472Matthias Krüger-6/+20
2023-04-30Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errorsMatthias Krüger-2/+22
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-54/+136
2023-04-30Rollup merge of #110981 - jyn514:rustdoc-tests, r=notriddleMatthias Krüger-29/+40
2023-04-30Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi...Matthias Krüger-27/+55
2023-04-30Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu...Matthias Krüger-0/+6
2023-04-30Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubileeMatthias Krüger-1/+96
2023-04-29Remove unneeded function call in `core::option`.John Bobbo-6/+2
2023-04-29`cfg`-gate `BoxFromSlice` traitJules Bertholet-0/+1
2023-04-29Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors-356/+344
2023-04-29Unify attributes retrieval for JSON and HTML renderingGuillaume Gomez-79/+76
2023-04-29Output some bootstrap messages on stderrclubby789-37/+47
2023-04-29Extend foreign inlined item with `#[repr()]` testGuillaume Gomez-5/+39
2023-04-29Fix display of attributes for enumsGuillaume Gomez-2/+2
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-21/+72
2023-04-29Improve internal field comments on `slice::Iter(Mut)`Scott McMurray-6/+20
2023-04-29Auto merge of #110576 - jyn514:unify-test-args, r=ozkanonurbors-349/+215
2023-04-30bootstrap: Fix compile error: unused-mutWANG Rui-1/+1
2023-04-29Fix `x test --no-deps`jyn-34/+58
2023-04-29Combine several `Step`s into a single step with multiple pathsjyn-115/+22
2023-04-29Convert the rest of the `test` Steps to run_cargo_testjyn-85/+79