| Age | Commit message (Expand) | Author | Lines |
| 2019-07-04 | improve validity error range printing for singleton ranges | Ralf Jung | -10/+11 |
| 2019-07-04 | turns out that dangling pointer branch is dead code; remove it and improve th... | Ralf Jung | -49/+97 |
| 2019-07-04 | use get_size_and_align to test if an allocation is live | Ralf Jung | -11/+10 |
| 2019-07-04 | make Memory::get_fn take a Scalar like most of the Memory API surface | Ralf Jung | -9/+10 |
| 2019-07-04 | fix for tidy | Ralf Jung | -1/+1 |
| 2019-07-04 | fix determinig the size of foreign static allocations | Ralf Jung | -5/+19 |
| 2019-07-04 | add machine hook to handle calls to 'extra' function values | Ralf Jung | -1/+26 |
| 2019-07-04 | Add basic support for "other" kinds of values for function pointers, determin... | Ralf Jung | -64/+107 |
| 2019-07-04 | Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj | Mazdak Farrokhzad | -27/+5 |
| 2019-07-04 | Rollup merge of #62346 - RalfJung:miri-tests, r=Centril | Mazdak Farrokhzad | -8/+4 |
| 2019-07-04 | Rollup merge of #62344 - matklad:simplify-option, r=sfackler | Mazdak Farrokhzad | -9/+1 |
| 2019-07-04 | Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -716/+716 |
| 2019-07-04 | Rollup merge of #62316 - khuey:efficient_last, r=sfackler | Mazdak Farrokhzad | -0/+89 |
| 2019-07-04 | Rollup merge of #62297 - matklad:peek-delimited, r=petrochenkov | Mazdak Farrokhzad | -67/+72 |
| 2019-07-04 | Rollup merge of #62295 - RalfJung:miri-realloc, r=cramertj | Mazdak Farrokhzad | -6/+9 |
| 2019-07-04 | Rollup merge of #62287 - petrhosek:libunwind-link-attribute, r=tmandry | Mazdak Farrokhzad | -3/+15 |
| 2019-07-04 | Rollup merge of #62268 - Zoxc:inherent_impls, r=eddyb | Mazdak Farrokhzad | -29/+4 |
| 2019-07-04 | Rollup merge of #62258 - petrochenkov:idclean, r=Centril | Mazdak Farrokhzad | -230/+111 |
| 2019-07-04 | Rollup merge of #62252 - czipperz:change-mem-replace-doc-example, r=dtolnay | Mazdak Farrokhzad | -8/+20 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -49/+57 |
| 2019-07-04 | Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelix | Mazdak Farrokhzad | -0/+23 |
| 2019-07-04 | Rollup merge of #62173 - RalfJung:miri-interp, r=oli-obk | Mazdak Farrokhzad | -71/+71 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -440/+440 |
| 2019-07-03 | remove bogus example from drop_in_place | Ralf Jung | -27/+5 |
| 2019-07-03 | enable a few more tests in Miri and update the comment for others | Ralf Jung | -8/+4 |
| 2019-07-03 | simplify Option::get_or_insert | Aleksey Kladov | -9/+1 |
| 2019-07-03 | Auto merge of #62335 - Mark-Simulacrum:rollup-0pcaz5a, r=Mark-Simulacrum | bors | -84/+195 |
| 2019-07-03 | Fix bucket in CPU usage script | Mark Rousskov | -1/+1 |
| 2019-07-03 | Rollup merge of #62327 - Flast:patch-1, r=Mark-Simulacrum | Mark Rousskov | -16/+16 |
| 2019-07-03 | Rollup merge of #62319 - ia0:fix_kleene, r=petrochenkov | Mark Rousskov | -2/+2 |
| 2019-07-03 | Rollup merge of #62304 - SimonSapin:safe, r=eddyb | Mark Rousskov | -0/+12 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -11/+11 |
| 2019-07-03 | Rollup merge of #62250 - czipperz:improve-box-clone-doctests, r=GuillaumeGomez | Mark Rousskov | -1/+13 |
| 2019-07-03 | Rollup merge of #62229 - christianpoveda:intptrcast-explicit-casts, r=RalfJung | Mark Rousskov | -9/+17 |
| 2019-07-03 | Rollup merge of #62199 - cclauss:patch-1, r=nikomatsakis | Mark Rousskov | -0/+1 |
| 2019-07-03 | Rollup merge of #62196 - cramertj:vec-leak, r=centril,withoutboats | Mark Rousskov | -0/+34 |
| 2019-07-03 | Rollup merge of #62186 - GuillaumeGomez:add-missing-type-links-into, r=docs | Mark Rousskov | -2/+3 |
| 2019-07-03 | Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakis | Mark Rousskov | -27/+26 |
| 2019-07-03 | Rollup merge of #62161 - GuillaumeGomez:add-missing-tryfrom-links, r=docs | Mark Rousskov | -9/+11 |
| 2019-07-03 | Rollup merge of #62128 - ehuss:extra-filename-warning, r=matthewjasper | Mark Rousskov | -3/+3 |
| 2019-07-03 | Rollup merge of #62064 - wizAmit:feature/chunks_exact_nth_back, r=scottmcm | Mark Rousskov | -0/+34 |
| 2019-07-03 | Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton | Mark Rousskov | -4/+12 |
| 2019-07-03 | Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkov | bors | -34/+183 |
| 2019-07-03 | Revert changes to the standard library | Jeremy Stucki | -25/+25 |
| 2019-07-03 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Add missing lifetime specifier | Jeremy Stucki | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -182/+182 |