| Age | Commit message (Expand) | Author | Lines |
| 2018-08-27 | dedicated handling for binops on bool and char (UB if they are not valid) | Ralf Jung | -60/+113 |
| 2018-08-27 | get rid of FinishStatic hack from stack clenaup; const_eval can do that itself | Ralf Jung | -42/+28 |
| 2018-08-27 | move const_eval out of rustc_mir::interpret | Ralf Jung | -19/+22 |
| 2018-08-27 | switch validation to use operand, not mplace | Ralf Jung | -101/+84 |
| 2018-08-27 | terminator/drop.rs is just one fn... merge it together with the other termina... | Ralf Jung | -66/+46 |
| 2018-08-27 | Clean up function calling | Ralf Jung | -118/+99 |
| 2018-08-27 | simplify const_to_allocation_provider because it is used for statics only | Ralf Jung | -17/+5 |
| 2018-08-27 | allow Machine to hook into foreign statics; remove unused HasMemory trait | Ralf Jung | -126/+72 |
| 2018-08-27 | without all those copies of constants, we can finally make eval_operand take ... | Ralf Jung | -59/+53 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -524/+656 |
| 2018-08-27 | Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakis | bors | -84/+110 |
| 2018-08-27 | Auto merge of #53624 - Zoxc:ice-fix, r=oli-obk | bors | -58/+47 |
| 2018-08-27 | Auto merge of #53648 - japaric:thumb-lld, r=alexcrichton | bors | -11/+10 |
| 2018-08-27 | Update clippy | John Kåre Alsaker | -29/+16 |
| 2018-08-27 | Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoerister | bors | -35/+151 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -29/+31 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -35/+151 |
| 2018-08-26 | Auto merge of #53715 - pietroalbini:missing-components-manifest, r=alexcrichton | bors | -66/+46 |
| 2018-08-26 | Auto merge of #53717 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -20/+77 |
| 2018-08-26 | Rollup merge of #53706 - ehuss:rustdoc-section-anchor, r=GuillaumeGomez | Guillaume Gomez | -3/+2 |
| 2018-08-26 | Rollup merge of #53651 - GuillaumeGomez:struct-keyword, r=QuietMisdreavus | Guillaume Gomez | -0/+21 |
| 2018-08-26 | Rollup merge of #53626 - kzys:hashchange, r=GuillaumeGomez | Guillaume Gomez | -16/+36 |
| 2018-08-26 | Rollup merge of #53428 - RalfJung:libtest-terse, r=KodrAus | Guillaume Gomez | -1/+5 |
| 2018-08-26 | Rollup merge of #53043 - GuillaumeGomez:improve-unstable-msg-display, r=Quiet... | Guillaume Gomez | -0/+13 |
| 2018-08-26 | Auto merge of #53629 - nnethercote:lazier-SparseBitMatrix, r=nikomatsakis | bors | -34/+38 |
| 2018-08-26 | Auto merge of #53623 - cramertj:libc-update, r=alexcrichton | bors | -0/+0 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -79/+164 |
| 2018-08-26 | Auto merge of #53567 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -415/+441 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -415/+441 |
| 2018-08-25 | Auto merge of #53612 - mark-i-m:anon_param_disallowed_2018, r=petrochenkov | bors | -83/+70 |
| 2018-08-25 | Include missing tools in the manifest and mark them as unavailable | Pietro Albini | -66/+46 |
| 2018-08-25 | rustdoc: Fix gap on section anchor symbol when hovering. | Eric Huss | -3/+2 |
| 2018-08-25 | Auto merge of #53701 - Xanewok:update-rls, r=kennytm | bors | -136/+34 |
| 2018-08-25 | Bump serde_json 1.0.24 -> 1.0.25 | Igor Matuszewski | -136/+34 |
| 2018-08-25 | Update RLS | Igor Matuszewski | -0/+0 |
| 2018-08-25 | Auto merge of #53584 - mcr431:Fix-#53525, r=varkor | bors | -291/+127 |
| 2018-08-25 | Expand a collapsed element on onclick | Kazuyoshi Kato | -16/+21 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -9/+1 |
| 2018-08-25 | Auto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJung | bors | -73/+331 |
| 2018-08-25 | Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdre... | bors | -10/+30 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -79/+1757 |
| 2018-08-24 | fix tests | Mark Mansi | -36/+6 |
| 2018-08-24 | oops | Mark Mansi | -2/+0 |
| 2018-08-24 | Add/update tests for 2015, 2018, rustfix | Mark Mansi | -75/+75 |
| 2018-08-24 | Start working on a test | Mark Mansi | -0/+13 |
| 2018-08-24 | fix compile error | Mark Mansi | -1/+1 |
| 2018-08-24 | Remove anon trait params from 2018 and beyond | Mark Mansi | -1/+7 |
| 2018-08-24 | change the default linker of the ARM Cortex-M targets | Jorge Aparicio | -11/+10 |
| 2018-08-24 | Auto merge of #53460 - JoshBrudnak:master, r=estebank | bors | -612/+847 |
| 2018-08-24 | Update libc to include Fuchsia fixes | Taylor Cramer | -0/+0 |