| Age | Commit message (Expand) | Author | Lines |
| 2019-09-17 | Add generic dataflow impl | Dylan MacKenzie | -0/+446 |
| 2019-09-16 | Auto merge of #64510 - Centril:rollup-m03zsq8, r=Centril | bors | -247/+476 |
| 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/+61 |
| 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 | avoid #[cfg] in favor of cfg! | Ralf Jung | -13/+7 |
| 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 | Auto merge of #64381 - mati865:rand, r=alexcrichton | bors | -4/+4 |
| 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 | Don't print the "total" `-Ztime-passes` output if `--prints=...` is also given. | Nicholas Nethercote | -1/+4 |
| 2019-09-16 | Auto merge of #64487 - Xanewok:update-rls, r=jonas-schievink | bors | -0/+0 |
| 2019-09-15 | Hide diagnostics emitted during --cfg parsing | Mark Rousskov | -1/+17 |
| 2019-09-15 | Auto merge of #64491 - Centril:rollup-21wkl69, r=Centril | bors | -101/+140 |
| 2019-09-15 | Rollup merge of #64472 - Mark-Simulacrum:unused-parens-attr, r=varkor | Mazdak Farrokhzad | -20/+25 |
| 2019-09-15 | Rollup merge of #64250 - Xanewok:save-analysis-assoc-nested, r=varkor | Mazdak Farrokhzad | -80/+113 |
| 2019-09-15 | Rollup merge of #63872 - marmistrz:readdir, r=jonas-schievink | Mazdak Farrokhzad | -1/+2 |
| 2019-09-15 | Auto merge of #64474 - Mark-Simulacrum:permit-err-overlap, r=matthewjasper | bors | -0/+38 |
| 2019-09-15 | use println!() | Guanqun Lu | -26/+26 |
| 2019-09-15 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-09-15 | Permit impls referencing errors to overlap | Mark Rousskov | -0/+38 |
| 2019-09-15 | update intern classification comment | Ralf Jung | -1/+2 |
| 2019-09-15 | explain ty == None | Ralf Jung | -0/+3 |
| 2019-09-15 | assert that nobody asks for mutable constants | Ralf Jung | -0/+4 |
| 2019-09-15 | note a FIXME | Ralf Jung | -0/+2 |
| 2019-09-15 | relocations -> allocations | Ralf Jung | -13/+18 |
| 2019-09-15 | Auto merge of #64483 - petrochenkov:expectattr2, r=Centril | bors | -163/+169 |
| 2019-09-15 | drop redundant ParamEnv, and avoid constructing InternVisitor without visiting | Ralf Jung | -81/+95 |
| 2019-09-15 | all memory behind a constant must be immutable | Ralf Jung | -1/+53 |
| 2019-09-15 | const interning: move mutability computation into intern_shallow, and always ... | Ralf Jung | -67/+60 |
| 2019-09-15 | resolve: Remove `!` from "cannot find" diagnostics for macros | Vadim Petrochenkov | -43/+42 |
| 2019-09-15 | resolve: Tweak "cannot find" wording for attributes | Vadim Petrochenkov | -121/+128 |
| 2019-09-15 | Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkov | bors | -153/+161 |
| 2019-09-15 | Remove `with_legacy_ctxt` | Matthew Jasper | -34/+44 |
| 2019-09-15 | Give more `Idents` spans | Matthew Jasper | -68/+72 |
| 2019-09-15 | Avoid some unnecessary `&str` to `Ident` conversions | Matthew Jasper | -18/+17 |