about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-17Add generic dataflow implDylan MacKenzie-0/+446
2019-09-16Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centrilbors-247/+476
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/+61
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-16avoid #[cfg] in favor of cfg!Ralf Jung-13/+7
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-16Auto merge of #64381 - mati865:rand, r=alexcrichtonbors-4/+4
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-16Don't print the "total" `-Ztime-passes` output if `--prints=...` is also given.Nicholas Nethercote-1/+4
2019-09-16Auto merge of #64487 - Xanewok:update-rls, r=jonas-schievinkbors-0/+0
2019-09-15Hide diagnostics emitted during --cfg parsingMark Rousskov-1/+17
2019-09-15Auto merge of #64491 - Centril:rollup-21wkl69, r=Centrilbors-101/+140
2019-09-15Rollup merge of #64472 - Mark-Simulacrum:unused-parens-attr, r=varkorMazdak Farrokhzad-20/+25
2019-09-15Rollup merge of #64250 - Xanewok:save-analysis-assoc-nested, r=varkorMazdak Farrokhzad-80/+113
2019-09-15Rollup merge of #63872 - marmistrz:readdir, r=jonas-schievinkMazdak Farrokhzad-1/+2
2019-09-15Auto merge of #64474 - Mark-Simulacrum:permit-err-overlap, r=matthewjasperbors-0/+38
2019-09-15use println!()Guanqun Lu-26/+26
2019-09-15Update RLSIgor Matuszewski-0/+0
2019-09-15Permit impls referencing errors to overlapMark Rousskov-0/+38
2019-09-15update intern classification commentRalf Jung-1/+2
2019-09-15explain ty == NoneRalf Jung-0/+3
2019-09-15assert that nobody asks for mutable constantsRalf Jung-0/+4
2019-09-15note a FIXMERalf Jung-0/+2
2019-09-15relocations -> allocationsRalf Jung-13/+18
2019-09-15Auto merge of #64483 - petrochenkov:expectattr2, r=Centrilbors-163/+169
2019-09-15drop redundant ParamEnv, and avoid constructing InternVisitor without visitingRalf Jung-81/+95
2019-09-15all memory behind a constant must be immutableRalf Jung-1/+53
2019-09-15const interning: move mutability computation into intern_shallow, and always ...Ralf Jung-67/+60
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-43/+42
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-121/+128
2019-09-15Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkovbors-153/+161
2019-09-15Remove `with_legacy_ctxt`Matthew Jasper-34/+44
2019-09-15Give more `Idents` spansMatthew Jasper-68/+72
2019-09-15Avoid some unnecessary `&str` to `Ident` conversionsMatthew Jasper-18/+17