about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-19Clean up E0522 explanationGuillaume Gomez-4/+7
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-25/+40
2020-04-16Auto merge of #71173 - RalfJung:miri, r=RalfJungbors-10/+7
2020-04-16Auto merge of #71159 - topecongiro:rustfmt-1.4.14, r=Dylan-DPCbors-14/+18
2020-04-16bump MiriRalf Jung-10/+7
2020-04-15Auto merge of #71180 - Dylan-DPC:rollup-pscpg6q, r=Dylan-DPCbors-474/+970
2020-04-16Rollup merge of #71166 - GuillaumeGomez:cleanup-e0518, r=Dylan-DPCDylan DPC-3/+3
2020-04-16Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisaDylan DPC-18/+366
2020-04-16Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27Dylan DPC-29/+25
2020-04-16Rollup merge of #70774 - GuillaumeGomez:clean-rustdoc-js-tools, r=ollie27Dylan DPC-419/+403
2020-04-16Rollup merge of #69903 - estebank:icemation, r=oli-obkDylan DPC-5/+173
2020-04-15Auto merge of #71139 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-13/+17
2020-04-15submodules: update clippy from af5940b7 to 6651c1b9Matthias Krüger-13/+17
2020-04-15Do not ICE in the face of invalid enum discriminantEsteban Küber-5/+173
2020-04-15update tool maintainersPietro Albini-1/+1
2020-04-15Clean up E0518 explanationGuillaume Gomez-3/+3
2020-04-15Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddybMazdak Farrokhzad-94/+79
2020-04-15Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obkMazdak Farrokhzad-46/+88
2020-04-15Rollup merge of #71030 - petrochenkov:linkorder2, r=nagisaMazdak Farrokhzad-225/+219
2020-04-15Rollup merge of #70891 - lcnr:replace-rvalue_aggregate, r=eddybMazdak Farrokhzad-198/+869
2020-04-15Auto merge of #71106 - jonas-schievink:remove-call-guard-pass, r=ecstatic-mor...bors-5/+7
2020-04-15Bump rustfmt and rlstopecongiro-14/+18
2020-04-15Use fcntl() to set nonblock for solarish socketsPatrick Mooney-0/+8
2020-04-15Auto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r=Dylan-DPCbors-45/+217
2020-04-14Rollup merge of #71135 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-04-14Rollup merge of #71133 - MiSawa:fix-sort-by-key-doc, r=Dylan-DPCDylan DPC-2/+2
2020-04-14Rollup merge of #71128 - Mark-Simulacrum:clean-expansion, r=petrochenkovDylan DPC-5/+1
2020-04-14Rollup merge of #71082 - NeoRaider:ptr_slice_len, r=oli-obk,SimonSapinDylan DPC-4/+93
2020-04-14Rollup merge of #71002 - Freax13:fix-target, r=ollie27Dylan DPC-2/+7
2020-04-14Rollup merge of #70949 - WaffleLapkin:simlify_vec_macro, r=petrochenkovDylan DPC-3/+2
2020-04-14Rollup merge of #70947 - RalfJung:ctfe-no-read-mut-global, r=oli-obkDylan DPC-8/+23
2020-04-14Rollup merge of #70657 - lcnr:unused_delims_try, r=CentrilDylan DPC-21/+89
2020-04-14Auto merge of #70452 - eddyb:repeat-expr-correct-generics-parent, r=nikomatsakisbors-118/+276
2020-04-14Add illumos triplePatrick Mooney-18/+358
2020-04-14ptr: add tracking issue for len() method on raw slicesMatthias Schiffer-4/+4
2020-04-14Auto merge of #71138 - ehuss:update-cargo, r=ehussbors-0/+0
2020-04-14typeck: always expose repeat count `AnonConst`s' parent in `generics_of`.Eduard-Mihai Burtescu-64/+36
2020-04-14borrow_check/type_check: normalize `Aggregate` and `Call` operands.Eduard-Mihai Burtescu-0/+17
2020-04-14traits/query/normalize: add some `debug!` logging for the result.Eduard-Mihai Burtescu-2/+13
2020-04-14ty: erase lifetimes early in `ty::Const::eval`.Eduard-Mihai Burtescu-30/+28
2020-04-14Update cargoEric Huss-0/+0
2020-04-14ptr: introduce len() method on raw slicesMatthias Schiffer-2/+50
2020-04-14ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang itemsMatthias Schiffer-0/+8
2020-04-14rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait implsMatthias Schiffer-0/+2
2020-04-14rustc: add lang items "const_slice_ptr" and "mut_slice_ptr"Matthias Schiffer-4/+35
2020-04-14allow try as scrutinee, e.g. `match try ...`Bastian Kauschke-20/+88
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-16/+112
2020-04-14typeck: track any errors injected during writeback and taint tables appropria...Eduard-Mihai Burtescu-6/+70
2020-04-14cleanup `is_expr_delims_necessary`Bastian Kauschke-1/+1
2020-04-14Update booksEric Huss-0/+0