]> git.lizzy.rs Git - rust.git/history - src
Update to use multipart suggestion
[rust.git] / src /
2020-08-27 borsAuto merge of #75933 - Aaron1011:feature/closure-move...
2020-08-27 Aleksey KladovAdd expect test for rustdoc html highlighting
2020-08-27 Aleksey KladovRename rustdoc/test -> rustdoc/doctest
2020-08-27 borsAuto merge of #74941 - dylanmckay:replace-broken-avr...
2020-08-27 Aleksey KladovRemove dependency on StringReader from rustdoc highlighter
2020-08-27 csmoeshould not try to apply field accessing on enum
2020-08-27 Guillaume GomezDelay help popup creation to when it's needed
2020-08-27 Guillaume GomezImprove helper wording
2020-08-27 borsAuto merge of #75947 - pietroalbini:bootstrap-update...
2020-08-27 borsAuto merge of #72784 - csmoe:issue-61076, r=estebank
2020-08-27 borsAuto merge of #75879 - pietroalbini:update-relnotes...
2020-08-27 csmoeadd projection_ty_from_predicates query
2020-08-27 kadminFix ICE due to carriage return w/ multibyte char
2020-08-27 Josh TriplettDebian 6 doesn't have ninja, so use make for the dist...
2020-08-27 borsAuto merge of #75842 - camelid:highlight-crate-links...
2020-08-27 borsAuto merge of #75966 - Dylan-DPC:rollup-srfpces, r...
2020-08-26 borsAuto merge of #5957 - xvschneider:AddUnwrapInsideResult...
2020-08-26 Jane LusbyAdd new lint to prevent usage of unwrap in fns that...
2020-08-26 Dylan DPCRollup merge of #75958 - Mark-Simulacrum:fix-toolstate...
2020-08-26 Dylan DPCRollup merge of #75953 - jyn514:missing-lints, r=Manish...
2020-08-26 Dylan DPCRollup merge of #75875 - pickfire:patch-4, r=jyn514
2020-08-26 Dylan DPCRollup merge of #75870 - GuillaumeGomez:unify-border...
2020-08-26 Dylan DPCRollup merge of #75837 - GuillaumeGomez:fix-font-color...
2020-08-26 Dylan DPCRollup merge of #75818 - ollie27:doc_systemtime_windows...
2020-08-26 Dylan DPCRollup merge of #75806 - GuillaumeGomez:prevent-automat...
2020-08-26 Dylan DPCRollup merge of #75780 - matklad:unconfuseunpindocs...
2020-08-26 Dylan DPCRollup merge of #75758 - bpangWR:master, r=Mark-Simulacrum
2020-08-26 Dylan DPCRollup merge of #74730 - androm3da:fix_libstd_hexlinux_...
2020-08-26 borsAuto merge of #75898 - lcnr:variant-def-recovered,...
2020-08-26 Josh TriplettProvide a better diagnostic if ninja isn't installed
2020-08-26 Josh TriplettInstall ninja on CI builders
2020-08-26 Josh TriplettDisable ninja on macOS CI
2020-08-26 Josh TriplettSet ninja=true by default
2020-08-26 Mark RousskovAvoid function-scoping global variables
2020-08-26 borsAuto merge of #75944 - jumbatm:issue-75924-clashing...
2020-08-26 Joshua NelsonFix swapped stability attributes
2020-08-26 borsAuto merge of #75912 - scottmcm:manuallydrop-vs-forget...
2020-08-26 borsAuto merge of #75903 - jyn514:lint-refactor, r=Guillaum...
2020-08-26 jumbatmFix ICE on unwrap of unknown layout.
2020-08-26 borsAuto merge of #75893 - Dylan-DPC:fix/offset-to-u64...
2020-08-26 Guillaume GomezClean up E0761 explanation
2020-08-26 borsAuto merge of #5946 - mikerite:fix-5729, r=flip1995
2020-08-26 Amjad AlsharafiFixed file formatting and made `tidy` happy
2020-08-26 borsAuto merge of #5949 - rail-rain:fix_fp_borrow_interior_...
2020-08-26 Amjad AlsharafiAdded more min_const_generics revisions to tests
2020-08-26 Amjad AlsharafiAdded a lot of min_const_generics revisions
2020-08-26 borsAuto merge of #75687 - TimDiekmann:realloc-align, r...
2020-08-26 Amanieu d'AntrasFix a typo in #75781
2020-08-26 csmoesuggest await on unexpected types
2020-08-26 Pietro Albinibump version to 1.48
2020-08-26 Aaron HillPoint to a move-related span when pointing to closure...
2020-08-26 borsAuto merge of #75843 - hermitcore:devel, r=nagisa
2020-08-26 Joshua NelsonNote that `from_res` panics on errors
2020-08-26 Joshua NelsonUse map_or(true) instead of unwrap_or(true)
2020-08-26 borsAuto merge of #75811 - ecstatic-morse:better-dlerror...
2020-08-25 borsAuto merge of #5951 - ThibsG:FixMacroCloneOnRefPtr2076...
2020-08-25 Joshua NelsonRemove outdated FIXME
2020-08-25 Jonas SchievinkFix typo (`thumbv8m.main-none-eabihf` is Mainline)
2020-08-25 borsAuto merge of #75302 - Aaron1011:feature/partial-move...
2020-08-25 Joshua NelsonAdd back `Res::matches_ns`, implemented in terms of...
2020-08-25 Joshua NelsonRemove unused `ns` parameter
2020-08-25 Joshua NelsonUnify error reporting for intra-doc links
2020-08-25 Dylan MacKenzieExplicitly pass `RTLD_LOCAL` to `dlopen`
2020-08-25 Pang, BaoshanFor VxWorks:
2020-08-25 Dylan MacKenzieAlways treat `dlsym` returning NULL as an error
2020-08-25 borsAuto merge of #74275 - wesleywiser:break_up_partitionin...
2020-08-25 Joshua NelsonAdd `Res::ns()` instead of `matches_ns()`
2020-08-25 borsAuto merge of #5958 - mikerite:fix-fmt-20200825, r...
2020-08-25 borsAuto merge of #5952 - 1c3t3a:1c3t3a-dev-5819, r=Manishearth
2020-08-25 borsAuto merge of #5960 - flip1995:rustup, r=flip1995
2020-08-25 Dániel BugaAdd test for issue #27130
2020-08-25 borsAuto merge of #75908 - pietroalbini:ci-bump-llvm, r...
2020-08-25 Pietro Albinici: fix macOS target name for LLVM 10
2020-08-25 Pietro Albinici: bump LLVM source tarball on Linux to 10.0.0
2020-08-25 Pietro Albinici: bump prebuilt LLVM on macOS and Windows to 10.0.0
2020-08-25 Joshua NelsonDon't special case `warnings`
2020-08-25 jumbatmRemove unnecessary assert.
2020-08-25 jumbatmUse same name as attr.
2020-08-25 Joshua NelsonWarn about unknown or renamed lints
2020-08-25 jumbatmAlso handle transparent single-variant enums
2020-08-25 Joshua NelsonRename debugging_options -> debugging_opts to match...
2020-08-25 Joshua NelsonMinor refactors
2020-08-25 borsAuto merge of #75838 - mati865:profiler-atomics, r...
2020-08-25 Guillaume GomezImprove theme button hover background color
2020-08-25 Bastian KauschkeVariantDef: move recovered into VariantFlags
2020-08-25 borsAuto merge of #75773 - matklad:snapshot-tests, r=Mark...
2020-08-25 borsAuto merge of #75364 - rylev:libpanic-abort-failfast...
2020-08-25 Mateusz MikułaEnable zlib for NetBSD
2020-08-25 csmoesuggest await before method
2020-08-25 csmoesuggest await on field access
2020-08-25 csmoeappend more test cases for issue 61076
2020-08-25 borsAuto merge of #75132 - scottmcm:stabilize-range-is...
2020-08-25 borsAuto merge of #75764 - workingjubilee:tidy-up-cargo...
2020-08-25 DPCtidy
2020-08-25 borsAuto merge of #75666 - davidtwco:tidy-lang-items, r...
2020-08-25 DPCcleanup
2020-08-24 Scott McMurrayUnbreak the clippy test
2020-08-24 borsAuto merge of #75625 - mati865:mingw-cross-compile...
2020-08-24 DPCremoved not-needed conversion
2020-08-24 Arkadiusz PiekarzFix typo in TLS Model in Unstable Book
next