| Age | Commit message (Expand) | Author | Lines |
| 2019-09-16 | Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centril | bors | -247/+478 |
| 2019-09-16 | Rollup merge of #64504 - guanqun:use-println-without-empty-str, r=jonas-schie... | Mazdak Farrokhzad | -26/+26 |
| 2019-09-16 | Rollup merge of #64499 - nnethercote:use-Symbol-in-two-more-functions, r=petr... | Mazdak Farrokhzad | -22/+22 |
| 2019-09-16 | Rollup merge of #64497 - nnethercote:fix-64339, r=petrochenkov | Mazdak Farrokhzad | -1/+4 |
| 2019-09-16 | Rollup merge of #64467 - Mark-Simulacrum:hide-cfg-failures, r=estebank | Mazdak Farrokhzad | -1/+17 |
| 2019-09-16 | Rollup merge of #64451 - RalfJung:miri-manifest, r=pietroalbini | Mazdak Farrokhzad | -9/+63 |
| 2019-09-16 | Rollup merge of #64446 - ehuss:fix-sanitizer-build, r=alexcrichton | Mazdak Farrokhzad | -0/+4 |
| 2019-09-16 | Rollup merge of #64444 - RalfJung:no-backtrace, r=alexcrichton | Mazdak Farrokhzad | -27/+25 |
| 2019-09-16 | Rollup merge of #64119 - pietroalbini:validate-toolstate-maintainers, r=kennytm | Mazdak Farrokhzad | -19/+87 |
| 2019-09-16 | Rollup merge of #64028 - Centril:stabilize-alloc-new-2, r=alexcrichton | Mazdak Farrokhzad | -21/+35 |
| 2019-09-16 | Rollup merge of #63955 - RalfJung:intern, r=oli-obk | Mazdak Farrokhzad | -121/+195 |
| 2019-09-16 | Const-stabilize `String::new`. | Mazdak Farrokhzad | -4/+2 |
| 2019-09-16 | Const-stabilize `Vec::new`. | Mazdak Farrokhzad | -17/+33 |
| 2019-09-16 | Make some adjustments to the documentation for `std::convert::identity` | varkor | -8/+9 |
| 2019-09-16 | avoid #[cfg] in favor of cfg! | Ralf Jung | -13/+7 |
| 2019-09-16 | or-patterns: liveness: `is_argument` -> `is_param`. | Mazdak Farrokhzad | -2/+2 |
| 2019-09-16 | ci: remove projektir from toolstate notifications | Pietro Albini | -1/+1 |
| 2019-09-16 | ci: convert maintainer list in publish_toolstate to a set | Pietro Albini | -22/+23 |
| 2019-09-16 | ci: address publish_toolstate review comments | Pietro Albini | -10/+10 |
| 2019-09-16 | ci: rename Gankro to Gankra in toolstate | Pietro Albini | -1/+1 |
| 2019-09-16 | ci: ensure all tool maintainers are assignable on issues | Pietro Albini | -0/+67 |
| 2019-09-16 | add test | Ralf Jung | -0/+182 |
| 2019-09-16 | or-patterns: HAIR: `Arm.patterns: Vec<Pattern<'_>>` -> `.pattern: Pattern<'_>`. | Mazdak Farrokhzad | -6/+17 |
| 2019-09-16 | do the variant idx computations on the host (non-overflowing) | Ralf Jung | -17/+13 |
| 2019-09-16 | Fix inconsistent link formatting | Ivan Tham | -6/+6 |
| 2019-09-16 | Auto merge of #64381 - mati865:rand, r=alexcrichton | bors | -10/+10 |
| 2019-09-16 | factor getting the discriminant layout to a new method | Ralf Jung | -17/+15 |
| 2019-09-16 | better and more consistent variable names | Ralf Jung | -12/+12 |
| 2019-09-16 | fix Miri discriminant load/store when overflows are involved | Ralf Jung | -17/+65 |
| 2019-09-16 | Auto merge of #64383 - pcpthm:btreeset-size-hint, r=dtolnay | bors | -22/+33 |
| 2019-09-16 | Use `Symbol` in two more functions. | Nicholas Nethercote | -22/+22 |
| 2019-09-16 | Improve BTreeSet::Intersection::size_hint | pcpthm | -22/+33 |
| 2019-09-16 | updated the panic message wording | Tomas Tauber | -1/+1 |
| 2019-09-16 | Don't print the "total" `-Ztime-passes` output if `--prints=...` is also given. | Nicholas Nethercote | -1/+4 |
| 2019-09-16 | Move `impl Node` just after `struct Node`. | Nicholas Nethercote | -16/+16 |
| 2019-09-16 | Minor comment tweaks. | Nicholas Nethercote | -10/+6 |
| 2019-09-16 | Use `retain` for `waiting_cache` in `apply_rewrites()`. | Nicholas Nethercote | -6/+4 |
| 2019-09-16 | Use iterators in `error_at` and `process_cycle`. | Nicholas Nethercote | -16/+18 |
| 2019-09-16 | Add comments about `waiting_cache`. | Nicholas Nethercote | -2/+14 |
| 2019-09-16 | Fix incorrect comment about contents of a `Node`. | Nicholas Nethercote | -5/+5 |
| 2019-09-16 | Fix some out-of-date names of things in comments. | Nicholas Nethercote | -7/+7 |
| 2019-09-16 | Remove out-of-date comments. | Nicholas Nethercote | -16/+0 |
| 2019-09-16 | Factor out repeated `self.nodes[i]` expressions. | Nicholas Nethercote | -15/+14 |
| 2019-09-16 | Redefine `NodeIndex` as a `newtype_index!`. | Nicholas Nethercote | -42/+35 |
| 2019-09-16 | Name index variables consistently. | Nicholas Nethercote | -50/+47 |
| 2019-09-16 | or-patterns: check_match: nix `top_pats_hack` passed to `check_patterns`. | Mazdak Farrokhzad | -40/+30 |
| 2019-09-16 | or-patterns: check_match: remove `top_pats_hack` for `check_for_bindings_name... | Mazdak Farrokhzad | -3/+1 |
| 2019-09-16 | or-patterns: regionck/`link_match`: remove `top_pats_hack`. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-16 | or-patterns: regionck/visit_arm: remove `top_pats_hack`. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-16 | or-patterns: rvalue_promotion: remove `top_pats_hack`. | Mazdak Farrokhzad | -7/+3 |