| Age | Commit message (Expand) | Author | Lines |
| 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-05 | fix tests | Esteban Küber | -55/+78 |
| 2019-08-06 | Update rustfmt to 1.4.4 | topecongiro | -20/+20 |
| 2019-08-06 | Update README.md | Mazdak Farrokhzad | -1/+1 |
| 2019-08-06 | doc: the content has since been moved to the guide | Tshepang Lekhonkhobe | -5/+2 |
| 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-05 | Tests around moving parts of structs and tuples across await points | Ryan Gorup | -0/+95 |
| 2019-08-05 | Remove gensym from format_args | Matthew Jasper | -12/+14 |
| 2019-08-05 | Make some items in core::unicode private | Matthew Jasper | -20/+20 |
| 2019-08-05 | Fix various issues with making items reachable through macros | Matthew Jasper | -31/+276 |
| 2019-08-05 | Changed tests to check-pass. | Alexander Regueiro | -2/+2 |
| 2019-08-06 | Add test for DerefMut methods | Guillaume Gomez | -0/+29 |
| 2019-08-06 | PlaceRef's base is already a reference | Santiago Pastorino | -10/+10 |
| 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 | don't ignore mir_dump folder | Ralf Jung | -1/+0 |
| 2019-08-05 | Make qualify consts in_projection use PlaceRef | Santiago Pastorino | -14/+15 |
| 2019-08-05 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 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 | Don't recommend `extern crate` syntax | Kornel | -27/+27 |
| 2019-08-05 | improve wrapping_ docs | Ralf Jung | -26/+112 |
| 2019-08-05 | note about stack-allocated variables being allocated objects | Ralf Jung | -8/+16 |
| 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 | Added another test. | Alexander Regueiro | -0/+12 |
| 2019-08-05 | Don't store &Span | Mark Rousskov | -6/+6 |