]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #71191 - GuillaumeGomez:cleanup-e0520, r=Dylan-DPC
[rust.git] / src /
2020-04-16 Dylan DPCRollup merge of #71191 - GuillaumeGomez:cleanup-e0520...
2020-04-16 Dylan DPCRollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC
2020-04-16 Dylan DPCRollup merge of #71149 - RalfJung:check-const-call...
2020-04-16 Dylan DPCRollup merge of #71141 - Duddino:master, r=estebank
2020-04-16 Dylan DPCRollup merge of #70566 - jumbatm:exceeding-bitshifts...
2020-04-16 Guillaume GomezClean up E0520 explanation
2020-04-16 borsAuto merge of #70831 - sfackler:shrink-future-stack...
2020-04-16 borsAuto merge of #71173 - RalfJung:miri, r=RalfJung
2020-04-16 borsAuto merge of #71159 - topecongiro:rustfmt-1.4.14,...
2020-04-15 Ralf Jungbump Miri
2020-04-15 borsAuto merge of #71180 - Dylan-DPC:rollup-pscpg6q, r...
2020-04-15 Dylan DPCRollup merge of #71166 - GuillaumeGomez:cleanup-e0518...
2020-04-15 Dylan DPCRollup merge of #71145 - pfmooney:illumos-triple, r...
2020-04-15 Dylan DPCRollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup...
2020-04-15 Dylan DPCRollup merge of #70774 - GuillaumeGomez:clean-rustdoc...
2020-04-15 Dylan DPCRollup merge of #70354 - XAMPPRocky:master, r=Mark...
2020-04-15 Dylan DPCRollup merge of #69903 - estebank:icemation, r=oli-obk
2020-04-15 Matthias Krügerdon't clone types that are copy (clippy::clone_on_copy)
2020-04-15 Matthias KrügerFix clippy warnings
2020-04-15 borsAuto merge of #71139 - matthiaskrgr:submodule_upd,...
2020-04-15 Matthias Krügersubmodules: update clippy from af5940b7 to 6651c1b9
2020-04-15 Esteban KüberDo not ICE in the face of invalid enum discriminant
2020-04-15 borsAuto merge of #71172 - pietroalbini:update-tool-maintai...
2020-04-15 Pietro Albiniupdate tool maintainers
2020-04-15 Guillaume GomezClean up E0518 explanation
2020-04-15 DuddinoProvide better compiler output when using `?` on `Optio...
2020-04-15 borsAuto merge of #71162 - Centril:rollup-jzg6ykc, r=Centril
2020-04-15 Mazdak FarrokhzadRollup merge of #71116 - marmeladema:dummy-hir-id-remov...
2020-04-15 Mazdak FarrokhzadRollup merge of #71100 - RalfJung:miri-frame-hook,...
2020-04-15 Mazdak FarrokhzadRollup merge of #71030 - petrochenkov:linkorder2, r...
2020-04-15 Mazdak FarrokhzadRollup merge of #70891 - lcnr:replace-rvalue_aggregate...
2020-04-15 Ralf Jungremove rustfmt-induced spurious trailing comma
2020-04-15 Ralf Jungremove an impossible branch from check_consts
2020-04-15 borsAuto merge of #71106 - jonas-schievink:remove-call...
2020-04-15 topecongiroBump rustfmt and rls
2020-04-15 Patrick MooneyUse fcntl() to set nonblock for solarish sockets
2020-04-15 borsAuto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r...
2020-04-14 jumbatmUpdate stderrs after rebase.
2020-04-14 jumbatmMove early needs_subst bailout to _after_ linting.
2020-04-14 jumbatmAmend exceeding-bitshifts test case for #69021.
2020-04-14 Dylan DPCRollup merge of #71135 - ehuss:update-books, r=ehuss
2020-04-14 Dylan DPCRollup merge of #71133 - MiSawa:fix-sort-by-key-doc...
2020-04-14 Dylan DPCRollup merge of #71128 - Mark-Simulacrum:clean-expansio...
2020-04-14 Dylan DPCRollup merge of #71082 - NeoRaider:ptr_slice_len, r...
2020-04-14 Dylan DPCRollup merge of #71002 - Freax13:fix-target, r=ollie27
2020-04-14 Dylan DPCRollup merge of #70949 - WaffleLapkin:simlify_vec_macro...
2020-04-14 Dylan DPCRollup merge of #70947 - RalfJung:ctfe-no-read-mut...
2020-04-14 Dylan DPCRollup merge of #70657 - lcnr:unused_delims_try, r...
2020-04-14 borsAuto merge of #70452 - eddyb:repeat-expr-correct-generi...
2020-04-14 Patrick MooneyAdd illumos triple
2020-04-14 Matthias Schifferptr: add tracking issue for len() method on raw slices
2020-04-14 DuddinoProvide better compiler output when using `?` on `Optio...
2020-04-14 borsAuto merge of #71138 - ehuss:update-cargo, r=ehuss
2020-04-14 Eduard-Mihai Burtescutypeck: always expose repeat count `AnonConst`s' parent...
2020-04-14 Eduard-Mihai Burtescuborrow_check/type_check: normalize `Aggregate` and...
2020-04-14 Eduard-Mihai Burtescutraits/query/normalize: add some `debug!` logging for...
2020-04-14 Eduard-Mihai Burtescuty: erase lifetimes early in `ty::Const::eval`.
2020-04-14 Eric HussUpdate cargo
2020-04-14 Matthias Schifferptr: introduce len() method on raw slices
2020-04-14 Matthias Schifferptr: implement "const_slice_ptr" and "mut_slice_ptr...
2020-04-14 Matthias Schifferrustdoc: add "const_slice_ptr" and "mut_slice_ptr"...
2020-04-14 Matthias Schifferrustc: add lang items "const_slice_ptr" and "mut_slice_ptr"
2020-04-14 Bastian Kauschkeallow try as scrutinee, e.g. `match try ...`
2020-04-14 Eduard-Mihai Burtescutypeck: workaround WF hole in `to_const`.
2020-04-14 Eduard-Mihai Burtescutypeck: track any errors injected during writeback...
2020-04-14 Bastian Kauschkecleanup `is_expr_delims_necessary`
2020-04-14 Eric HussUpdate books
2020-04-14 mi_sawaTighten time complexity on the doc
2020-04-14 Mark RousskovRemove unused single_step flag
2020-04-14 borsAuto merge of #71125 - Dylan-DPC:rollup-3b8prjh, r...
2020-04-14 Dylan DPCRollup merge of #71124 - JOE1994:patch-3, r=Dylan-DPC
2020-04-14 Dylan DPCRollup merge of #71122 - lcnr:update-docs, r=Mark-Simul...
2020-04-14 Dylan DPCRollup merge of #71121 - AnthonyMikh:fix_string_doc_lin...
2020-04-14 Dylan DPCRollup merge of #71120 - GuillaumeGomez:cleanup-e0517...
2020-04-14 Dylan DPCRollup merge of #71112 - cuviper:unsigned-Neg, r=Mark...
2020-04-14 Youngsuk KimAdd missing comma
2020-04-14 Bastian Kauschkeupdate docs
2020-04-14 AnthonyMikhFix broken link in documentation for String::from_utf8
2020-04-14 Guillaume GomezImprove rustdoc js testers code
2020-04-14 Guillaume GomezClean up E0517 explanation
2020-04-14 borsAuto merge of #70893 - tmiasko:llvm-sanitizers, r=cuviper
2020-04-14 marmelademaRemove `DUMMY_HIR_ID`
2020-04-14 marmelademaDo not use `DUMMY_HIR_ID` as placeholder value in node_...
2020-04-14 Wafflemake `vec![,]` uncompilable
2020-04-14 Bastian Kauschkeupdate 32 bit mir-opt tests
2020-04-14 borsAuto merge of #70679 - tmandry:issue-68112, r=nikomatsakis
2020-04-14 borsAuto merge of #70643 - Rustin-Liu:rustin-patch-rename...
2020-04-14 Tyler MandryUpdate test after rebase
2020-04-14 Tyler MandryIncorporate feedback into diagnostics
2020-04-14 Tyler MandryFix style nits
2020-04-14 Tyler MandryInclude type info when available for awaited expr
2020-04-14 Tyler Mandryrustfmt
2020-04-14 Tyler MandryDon't double-annotate the same Span
2020-04-14 Tyler MandryUse clearer message when obligation is caused by await...
2020-04-14 Tyler MandryUse "generator" instead of "future" when appropriate
2020-04-14 Tyler MandryDon't annotate type when type is opaque
2020-04-14 Tyler MandryImprove span label
2020-04-14 Tyler MandryAdd test for #68112 (existing output)
2020-04-14 Tyler MandryUse inner/outer generator naming instead of first/last
2020-04-14 Josh StoneRemove the last remnant of unsigned Neg
next