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