| Age | Commit message (Expand) | Author | Lines |
| 2019-08-06 | Match the loop examples | Stefan Schindler | -3/+4 |
| 2019-08-06 | Auto merge of #62987 - Thomasdezeeuw:ioslice-advance, r=Thomasdezeeuw | bors | -1/+351 |
| 2019-08-05 | Auto merge of #59369 - oli-obk:unwrap_usICE, r=eddyb,nikomatsakis | bors | -142/+298 |
| 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 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -46/+62 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -108/+167 |
| 2019-08-05 | Auto merge of #63245 - RalfJung:miri-error, r=oli-obk | bors | -6/+15 |
| 2019-08-04 | Auto merge of #63213 - varkor:itemkind-tyalias, r=Centril | bors | -89/+90 |
| 2019-08-04 | Rename `Target::Ty` to `Target::TyAlias` | varkor | -2/+2 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -35/+36 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -52/+52 |
| 2019-08-04 | Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov | bors | -13/+57 |
| 2019-08-04 | Add #[stable] to Error impl | Stjepan Glavina | -0/+1 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -24/+73 |
| 2019-08-04 | AssumptionNotHeld is used only once in Miri and never caught... remove from enum | Ralf Jung | -4/+0 |
| 2019-08-04 | move AssumptionNotHeld to UB | Ralf Jung | -3/+4 |
| 2019-08-04 | Auto merge of #63233 - RalfJung:get_unchecked, r=Centril | bors | -4/+16 |
| 2019-08-04 | fix links | Ralf Jung | -2/+2 |
| 2019-08-04 | Auto merge of #63199 - ehuss:fix-rustc-guide-toolstate, r=kennytm | bors | -1/+6 |
| 2019-08-03 | Auto merge of #63235 - Xanewok:update-rls, r=Centril | bors | -5/+21 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -108/+167 |
| 2019-08-03 | Auto merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper | bors | -186/+205 |
| 2019-08-03 | add variant for experimental UB (like Stacked Borrows) | Ralf Jung | -3/+5 |
| 2019-08-03 | also add macros for free-form error messages | Ralf Jung | -0/+10 |
| 2019-08-03 | ci: move .azure-pipelines to src/ci/azure-pipelines | Pietro Albini | -1/+883 |
| 2019-08-03 | cargotest: servo -> caac107ae8145ef2fd20365e2b8fadaf09c2eb3b | Mazdak Farrokhzad | -1/+1 |
| 2019-08-03 | Auto merge of #63234 - Centril:rollup-h9t731z, r=Centril | bors | -667/+357 |
| 2019-08-03 | Apply suggestions from code review | Ralf Jung | -8/+12 |
| 2019-08-03 | Rollup merge of #63229 - RalfJung:miri-error, r=oli-obk | Mazdak Farrokhzad | -98/+90 |
| 2019-08-03 | Rollup merge of #63227 - jakubadamw:issue-63151, r=estebank | Mazdak Farrokhzad | -2/+29 |
| 2019-08-03 | Rollup merge of #63218 - lenary:riscv-non-experimental, r=alexcrichton | Mazdak Farrokhzad | -5/+8 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -538/+206 |
| 2019-08-03 | Rollup merge of #62954 - ia0:fix_typo_span, r=Centril | Mazdak Farrokhzad | -24/+24 |
| 2019-08-03 | Update Rustfmt and RLS | Igor Matuszewski | -5/+21 |
| 2019-08-03 | clarify that unchecked indexing is UB even if the reference is never used | Ralf Jung | -4/+12 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -1/+351 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -165/+160 |
| 2019-08-02 | Fix rustc-guide toolstate tracking. | Eric Huss | -1/+6 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -1033/+1050 |
| 2019-08-02 | Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centril | bors | -288/+709 |