| Age | Commit message (Expand) | Author | Lines |
| 2019-08-06 | passify tidy | Mark Mansi | -0/+0 |
| 2019-08-06 | update to rustc-guide that passes toolstate | Mark Mansi | -0/+0 |
| 2019-08-06 | Auto merge of #63328 - Centril:rollup-482ujaf, r=Centril | bors | -156/+151 |
| 2019-08-06 | Rollup merge of #63298 - RalfJung:assume_init, r=Mark-Simulacrum,Centril | Mazdak Farrokhzad | -1/+10 |
| 2019-08-06 | Rollup merge of #63296 - alexcrichton:deduplicate-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+1 |
| 2019-08-06 | Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov | Mazdak Farrokhzad | -24/+24 |
| 2019-08-06 | Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+15 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+34 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -119/+67 |
| 2019-08-06 | clarify | Ralf Jung | -2/+2 |
| 2019-08-06 | Auto merge of #63319 - Centril:rollup-d89rmey, r=Centril | bors | -330/+808 |
| 2019-08-06 | be clear that 1-init Vec being valid (but not safe) is not a stable guarantee | Ralf Jung | -2/+4 |
| 2019-08-06 | Rollup merge of #63315 - rust-lang:fix-63313, r=alexreg | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63312 - tshepang:doc-fix, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | Rollup merge of #63299 - spastorino:in-projection-use-ref, r=oli-obk | Mazdak Farrokhzad | -14/+15 |
| 2019-08-06 | Rollup merge of #63295 - RalfJung:align_offset, r=dtolnay | Mazdak Farrokhzad | -4/+8 |
| 2019-08-06 | Rollup merge of #63293 - shepmaster:align-to-doc, r=RalfJung | Mazdak Farrokhzad | -6/+8 |
| 2019-08-06 | Rollup merge of #63287 - Mark-Simulacrum:span-no-ref, r=Centril | Mazdak Farrokhzad | -6/+6 |
| 2019-08-06 | Rollup merge of #63285 - Mark-Simulacrum:rm-await-origin, r=Centril | Mazdak Farrokhzad | -9/+0 |
| 2019-08-06 | Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -20/+16 |
| 2019-08-06 | Rollup merge of #63264 - arielb1:revert-private-coherence-errors, r=estebank | Mazdak Farrokhzad | -7/+22 |
| 2019-08-06 | Rollup merge of #63260 - RalfJung:ptr-test, r=matklad | Mazdak Farrokhzad | -2/+1 |
| 2019-08-06 | Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=Centril | Mazdak Farrokhzad | -131/+209 |
| 2019-08-06 | Rollup merge of #63184 - JasonShin:master, r=sfackler | Mazdak Farrokhzad | -0/+2 |
| 2019-08-06 | Rollup merge of #63017 - matklad:no-fatal, r=petrochenkov | Mazdak Farrokhzad | -116/+223 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -13/+296 |
| 2019-08-06 | Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuw | bors | -1/+351 |
| 2019-08-06 | Update README.md | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | doc: fix broken sentence | Tshepang Lekhonkhobe | -1/+1 |
| 2019-08-05 | Clarify align_to's requirements and obligations | Jake Goulding | -6/+8 |
| 2019-08-06 | Add test for DerefMut methods | Guillaume Gomez | -0/+29 |
| 2019-08-05 | Make use of possibly uninitialized data a hard error | Tyler Mandry | -131/+209 |
| 2019-08-05 | Display methods from DerefMut in the sidebar as well | Guillaume Gomez | -3/+5 |
| 2019-08-05 | Make qualify consts in_projection use PlaceRef | Santiago Pastorino | -14/+15 |
| 2019-08-05 | Auto merge of #59369 - oli-obk:unwrap_usICE, r=eddyb,nikomatsakis | bors | -142/+298 |
| 2019-08-05 | assume_init: warn about valid != safe | Ralf Jung | -0/+7 |
| 2019-08-05 | improve align_offset docs | Ralf Jung | -4/+8 |
| 2019-08-05 | Force callers of resolve_ast_path to deal with Res::Err correctly | Mark Rousskov | -10/+9 |
| 2019-08-05 | Get rid of one more useless `lift` invocation | Oliver Scherer | -2/+1 |
| 2019-08-05 | Update to new passing-ui-test scheme | Oliver Scherer | -2/+2 |
| 2019-08-05 | Prevent array length printing cycle with debug assertions | Oliver Scherer | -1/+6 |
| 2019-08-05 | Fixup: eval_usize needs param env | Oliver Scherer | -1/+1 |
| 2019-08-05 | Address comment and formatting nits | Oliver Scherer | -3/+3 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -35/+43 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -119/+230 |
| 2019-08-05 | Add regression tests | Oliver Scherer | -0/+37 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -64/+80 |
| 2019-08-05 | Clean up the `ty::Const::assert*` methods | Oliver Scherer | -50/+30 |
| 2019-08-05 | Auto merge of #61491 - stjepang:impls-for-accesserror, r=dtolnay | bors | -0/+5 |
| 2019-08-05 | Don't store &Span | Mark Rousskov | -6/+6 |