| Age | Commit message (Expand) | Author | Lines |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -128/+119 |
| 2019-06-25 | Rollup merge of #62085 - JohnTitor:add-test-for-issue-38591, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-06-25 | Rollup merge of #62078 - petrochenkov:nosendync2, r=varkor | Mazdak Farrokhzad | -16/+30 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -54/+96 |
| 2019-06-25 | Rollup merge of #61987 - eddyb:hirless-resolver, r=petrochenkov | Mazdak Farrokhzad | -46/+46 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -7/+48 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -46/+46 |
| 2019-06-25 | Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichton | bors | -17/+27 |
| 2019-06-25 | Auto merge of #62094 - oli-obk:zst_intern, r=eddyb | bors | -14/+22 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -7/+48 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -2/+146 |
| 2019-06-24 | Auto merge of #62100 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-06-24 | Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix | bors | -406/+275 |
| 2019-06-24 | Update cargo | Eric Huss | -0/+0 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -253/+292 |
| 2019-06-24 | Pacify tidy | Oliver Scherer | -2/+1 |
| 2019-06-24 | Add regression test | Oliver Scherer | -0/+6 |
| 2019-06-24 | Don't ICE on mutable zst slices | Oliver Scherer | -7/+13 |
| 2019-06-24 | Simplify vtable interning | Oliver Scherer | -8/+5 |
| 2019-06-24 | Auto merge of #62092 - lzutao:clippy-update, r=oli-obk | bors | -33/+10 |
| 2019-06-24 | fix reoccurring typo | Ralf Jung | -10/+10 |
| 2019-06-24 | submodules: Update clippy from 5a11ed7b to 8c80b65f | Lzu Tao | -33/+10 |
| 2019-06-24 | HirIdification: miscellaneous bits | ljedrz | -7/+5 |
| 2019-06-24 | HirIdify driver::pretty::HirPrinterSupport::node_path | ljedrz | -6/+5 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -51/+51 |
| 2019-06-24 | HIR: remove the NodeId find | ljedrz | -13/+11 |
| 2019-06-24 | Auto merge of #62012 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -25/+116 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -47/+47 |
| 2019-06-24 | HIR: remove the NodeId get_parent_node, HirIdify is_argument | ljedrz | -17/+13 |
| 2019-06-24 | rustbuild: always set cxx for build host | Marc-Antoine Perennou | -1/+1 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -36/+14 |
| 2019-06-23 | Replace Vec<Vec<_>> with Vec<_> | Aaron Hill | -20/+9 |
| 2019-06-23 | Auto merge of #62070 - ia0:rustfmt, r=petrochenkov | bors | -235/+273 |
| 2019-06-23 | Auto merge of #62037 - Mark-Simulacrum:tidy-fast, r=eddyb | bors | -146/+171 |
| 2019-06-23 | Fix typos pointed out by @varkor | Aaron Hill | -9/+9 |
| 2019-06-24 | Add test for issue-38591 | Yuki Okushi | -0/+10 |
| 2019-06-23 | expand comment | Ralf Jung | -1/+2 |
| 2019-06-23 | deduplicate some code | Ralf Jung | -17/+15 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -478/+389 |
| 2019-06-23 | make code more symmetric | Ralf Jung | -3/+5 |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -26/+36 |
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ... | Ralf Jung | -104/+69 |
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -25/+25 |
| 2019-06-23 | Centralize bounds, alignment and NULL checking for memory accesses in one fun... | Ralf Jung | -151/+214 |
| 2019-06-23 | Exit early from feature search if no features in file | Mark Rousskov | -2/+10 |
| 2019-06-23 | Collect features only once | Mark Rousskov | -37/+51 |
| 2019-06-23 | Use Path/PathBuf directly instead of through path:: | Mark Rousskov | -9/+8 |
| 2019-06-23 | Skip querying each ignore directive if none in file | Mark Rousskov | -7/+14 |
| 2019-06-23 | Utilize entry.metadata over fs::symlink_metadata | Mark Rousskov | -1/+1 |
| 2019-06-23 | Move file-reading into walker loop | Mark Rousskov | -67/+36 |