about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-30Optimize the diagnostic generation for `extern unsafe`SparrowLii-6/+37
2022-05-15Rollup merge of #97042 - GuillaumeGomez:eslint-brace-style, r=notriddleDylan DPC-33/+57
2022-05-15Rollup merge of #97021 - Volker-Weissmann:patch-1, r=Dylan-DPCDylan DPC-1/+4
2022-05-15Auto merge of #97056 - RalfJung:miri, r=RalfJungbors-6/+8
2022-05-15Add new eslint rule about brace styleGuillaume Gomez-33/+57
2022-05-15update miriRalf Jung-6/+8
2022-05-15Auto merge of #96885 - petrochenkov:linkstrict2, r=cjgillot,luqmanabors-191/+427
2022-05-15Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgrbors-278/+154
2022-05-15Rollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-05-15Rollup merge of #96958 - GuillaumeGomez:settings-menu-display, r=jshaMatthias Krüger-276/+152
2022-05-15Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrumbors-50/+98
2022-05-15Auto merge of #97016 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-1/+1
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-19/+19
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-191/+427
2022-05-14Auto merge of #97044 - Urgau:check-cfg-fix-rustc-perf, r=Mark-Simulacrumbors-3/+7
2022-05-14Auto merge of #97039 - cjgillot:no-rpit-hrtb, r=jackh726bors-98/+221
2022-05-14Update documentation about themesGuillaume Gomez-12/+10
2022-05-14Update GUI testsGuillaume Gomez-34/+20
2022-05-14Remove theme picker buttonGuillaume Gomez-199/+12
2022-05-14Improve settings menu displayGuillaume Gomez-31/+110
2022-05-14Fix rustc-perf benchmarksUrgau-3/+7
2022-05-14Auto merge of #96345 - petrochenkov:linclean, r=notriddlebors-503/+241
2022-05-14Add a test with both passing and erroneous cases.Camille GILLOT-0/+146
2022-05-14Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJungbors-2/+2
2022-05-14Fix `download-ci-llvm` NixOS patching for `.so`s.Eduard-Mihai Burtescu-2/+2
2022-05-14Forbid nested opaque types to reference HRTB from opaque types.Camille GILLOT-98/+75
2022-05-14Auto merge of #94872 - mati865:mingw-llvm-target, r=petrochenkovbors-11/+69
2022-05-14Auto merge of #97035 - JohnTitor:rollup-00ko07z, r=JohnTitorbors-3/+28
2022-05-14Rollup merge of #97031 - eholk:drop-tracking-type-error, r=compiler-errorsYuki Okushi-0/+25
2022-05-14Rollup merge of #97018 - GuillaumeGomez:fail-on-js-error, r=notriddleYuki Okushi-2/+2
2022-05-14Rollup merge of #96998 - notriddle:notriddle/var-N, r=jshaYuki Okushi-1/+1
2022-05-14Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472bors-0/+54
2022-05-13Drop tracking: handle invalid assignments betterEric Holk-0/+25
2022-05-13Add bound_impl_trait_refJack Huey-5/+5
2022-05-13Add bound_fn_sigJack Huey-2/+2
2022-05-13Add bound_type_ofJack Huey-11/+11
2022-05-13resolve: Move collection of all `macro_rules` in the crate to rustdocVadim Petrochenkov-2/+6
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-11/+69
2022-05-13Fix rebaseVadim Petrochenkov-5/+2
2022-05-13rustdoc: Use `Visibility::is_public` moreVadim Petrochenkov-10/+6
2022-05-13rustdoc: Do not resolve associated item paths unnecessarilyVadim Petrochenkov-11/+9
2022-05-13rustdoc: Do not create `UrlFragment`s until they are necessaryVadim Petrochenkov-236/+133
2022-05-13rustdoc: Remove `fn resolve_macro`Vadim Petrochenkov-119/+43
2022-05-13rustdoc: Remove `ResolutionFailure::Dummy`Vadim Petrochenkov-37/+20
2022-05-13rustdoc: Remove `ResolutionFailure::MalformedGenerics`Vadim Petrochenkov-81/+61
2022-05-13rustdoc: Remove `ResolutionFailure::NoParentItem`Vadim Petrochenkov-49/+8
2022-05-13Rustc changes for permissive provenancecarbotaniuman-2/+2
2022-05-13Added note in documentationVolker-Weissmann-1/+4
2022-05-13Emit an error if there is a JS failure on rustdoc pagesGuillaume Gomez-1/+1
2022-05-13Update browser-ui-test versionGuillaume Gomez-1/+1