| Age | Commit message (Expand) | Author | Lines |
| 2020-06-19 | Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obk | Manish Goregaokar | -141/+193 |
| 2020-06-19 | Rollup merge of #72791 - lcnr:coerce-refactor, r=estebank | Manish Goregaokar | -128/+140 |
| 2020-06-19 | Rollup merge of #72689 - lcnr:common_str, r=estebank | Manish Goregaokar | -8/+5 |
| 2020-06-19 | Rollup merge of #71899 - cuviper:try_find_map, r=dtolnay | Manish Goregaokar | -11/+18 |
| 2020-06-19 | Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasper | Manish Goregaokar | -130/+748 |
| 2020-06-19 | Refactor `try_find` a little | Josh Stone | -11/+18 |
| 2020-06-19 | add new error code | Christian Poveda | -53/+95 |
| 2020-06-19 | update diagnostics for &mut in constants | Christian Poveda | -180/+111 |
| 2020-06-19 | update tests | Christian Poveda | -17/+90 |
| 2020-06-19 | forbid mutable references in all constants except const fns | Christian Poveda | -0/+6 |
| 2020-06-19 | Rollup merge of #73489 - sexxi-goose:init_place_refactor, r=nikomatsakis | Manish Goregaokar | -195/+222 |
| 2020-06-19 | Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfackler | Manish Goregaokar | -0/+8 |
| 2020-06-19 | Rollup merge of #73382 - Aaron1011:fix/self-receiver-candidates, r=petrochenkov | Manish Goregaokar | -29/+10 |
| 2020-06-19 | Rollup merge of #73364 - joshtriplett:inline-asm, r=Amanieu | Manish Goregaokar | -178/+570 |
| 2020-06-19 | Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco | Manish Goregaokar | -73/+38 |
| 2020-06-19 | Rollup merge of #73334 - ayazhafiz:err/num-type-cannot-fit, r=estebank | Manish Goregaokar | -1/+428 |
| 2020-06-19 | Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov | Manish Goregaokar | -11/+148 |
| 2020-06-19 | Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakis | Manish Goregaokar | -34/+352 |
| 2020-06-19 | Rollup merge of #73257 - davidtwco:issue-73249-improper-ctypes-projection, r=... | Manish Goregaokar | -159/+299 |
| 2020-06-19 | Rollup merge of #73248 - marmeladema:save-analysis-various-fixes, r=Xanewok | Manish Goregaokar | -19/+6 |
| 2020-06-19 | Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=Amanieu | Manish Goregaokar | -3/+264 |
| 2020-06-19 | Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakis | Manish Goregaokar | -257/+387 |
| 2020-06-19 | Rollup merge of #71568 - hbina:document_unsafety_slice_sort, r=joshtriplett | Manish Goregaokar | -3/+70 |
| 2020-06-19 | Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-Simulacrum | Ralf Jung | -100/+76 |
| 2020-06-19 | Rollup merge of #73350 - nodakai:install-rs-support-nonexistent-prefix, r=Mar... | Ralf Jung | -1/+4 |
| 2020-06-19 | Rollup merge of #73317 - davidtwco:bootstrap-config-env-var, r=Mark-Simulacrum | Ralf Jung | -9/+4 |
| 2020-06-19 | Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkov | Ralf Jung | -4/+26 |
| 2020-06-19 | Rollup merge of #73136 - alexcrichton:thinlto-compiler-builtins, r=Mark-Simul... | Ralf Jung | -48/+1 |
| 2020-06-19 | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | -14/+33 |
| 2020-06-19 | Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakis | Ralf Jung | -30/+75 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -3/+381 |
| 2020-06-19 | Rollup merge of #72785 - petrochenkov:wholemsvc, r=matthewjasper | Ralf Jung | -2/+4 |
| 2020-06-19 | Rollup merge of #72280 - nbdd0121:typeck, r=nikomatsakis | Ralf Jung | -392/+467 |
| 2020-06-19 | Apply suggestions from code review | LeSeulArtichaut | -9/+11 |
| 2020-06-19 | `#[deny(unsafe_op_in_unsafe_fn)]` in liballoc | LeSeulArtichaut | -261/+389 |
| 2020-06-19 | ty: simplify `transparent_newtype_field` | David Wood | -14/+26 |
| 2020-06-19 | lint: unify enum variant, union and struct logic | David Wood | -152/+107 |
| 2020-06-19 | lint: prohibit fields with opaque types | David Wood | -14/+141 |
| 2020-06-19 | save_analysis: improve handling of enum struct variant | marmeladema | -19/+6 |
| 2020-06-19 | ty: projections in `transparent_newtype_field` | David Wood | -4/+50 |
| 2020-06-19 | coerce reborrow multi arg test | Bastian Kauschke | -0/+27 |
| 2020-06-19 | update coercion docs | Bastian Kauschke | -31/+18 |
| 2020-06-19 | merge coercion test folders | Bastian Kauschke | -97/+95 |
| 2020-06-19 | Rollup merge of #73479 - pickfire:liballoc-spell, r=dtolnay | Ralf Jung | -3/+3 |
| 2020-06-19 | Rollup merge of #73464 - qy3u:fs-document-format-correction, r=jonas-schievink | Ralf Jung | -2/+4 |
| 2020-06-19 | Rollup merge of #73459 - cuviper:into_boxed_slice-unicast, r=dtolnay | Ralf Jung | -1/+1 |
| 2020-06-19 | Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakis | Ralf Jung | -0/+44 |
| 2020-06-19 | Rollup merge of #73346 - aszenz:patch-1, r=cuviper | Ralf Jung | -0/+6 |
| 2020-06-19 | Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkov | Ralf Jung | -0/+53 |
| 2020-06-19 | Rollup merge of #73142 - ehuss:std-benches, r=dtolnay | Ralf Jung | -0/+9 |