| Age | Commit message (Expand) | Author | Lines |
| 2018-08-04 | Privatize some exports from code_stats | Mark Rousskov | -2/+2 |
| 2018-08-04 | Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichton | bors | -302/+255 |
| 2018-08-03 | Auto merge of #53034 - Manishearth:clippyup, r=oli-obk | bors | -5/+19 |
| 2018-08-03 | Auto merge of #52973 - davidtwco:issue-52663-lifetimes-not-included-in-span, ... | bors | -5/+103 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -101/+81 |
| 2018-08-03 | Update clippy | Manish Goregaokar | -5/+19 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -105/+101 |
| 2018-08-03 | Visibility is now a query | Mark Rousskov | -5/+0 |
| 2018-08-03 | Delete dummy crate store | Mark Rousskov | -63/+0 |
| 2018-08-03 | Move validate_crate_name to rustc_metadata | Mark Rousskov | -30/+75 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -617/+627 |
| 2018-08-03 | Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichton | bors | -0/+12 |
| 2018-08-03 | Unify API of `Scalar` and `ScalarMaybeUndef` | Oliver Schneider | -2/+6 |
| 2018-08-03 | Reintroduce alignment check | Oliver Schneider | -0/+1 |
| 2018-08-03 | Remove spurious whitespace | Oliver Schneider | -1/+1 |
| 2018-08-03 | Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelix | bors | -13/+92 |
| 2018-08-03 | Remove some more unnecessary `mut` | Oliver Schneider | -4/+4 |
| 2018-08-03 | Auto merge of #52925 - RalfJung:sanity_check, r=oli-obk | bors | -3/+9 |
| 2018-08-03 | Auto merge of #52919 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -68/+259 |
| 2018-08-02 | Update Cargo submodule | Alex Crichton | -68/+259 |
| 2018-08-03 | Auto merge of #51657 - wesleywiser:wip_profiling, r=eddyb | bors | -1/+332 |
| 2018-08-02 | Generate self-profiler types with macros | Wesley Wiser | -130/+91 |
| 2018-08-02 | Fix tidy | Wesley Wiser | -12/+25 |
| 2018-08-02 | Remove some dead code | Wesley Wiser | -17/+1 |
| 2018-08-02 | Include additional data in the json output | Wesley Wiser | -3/+12 |
| 2018-08-02 | Include query hits/totals | Wesley Wiser | -3/+10 |
| 2018-08-02 | Refactor json printing | Wesley Wiser | -35/+21 |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+56 |
| 2018-08-02 | Fix more missed query data | Wesley Wiser | -0/+9 |
| 2018-08-02 | Remove redundant s in output | Wesley Wiser | -1/+1 |
| 2018-08-02 | Fix some missed query data | Wesley Wiser | -4/+3 |
| 2018-08-02 | Switch to markdown output | Wesley Wiser | -12/+15 |
| 2018-08-02 | Add units to times | Wesley Wiser | -1/+1 |
| 2018-08-02 | Basic incremental stats | Wesley Wiser | -9/+55 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -1/+259 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -135/+675 |
| 2018-08-02 | Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb | bors | -9/+586 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -277/+34 |
| 2018-08-02 | Auto merge of #52975 - pnkfelix:issue-52967-edition-2018-implies-2-phase-borr... | bors | -3/+43 |
| 2018-08-02 | When we turn on NLL migration in the 2018 edition, we need two-phase borrows ... | Felix S. Klock II | -3/+43 |
| 2018-08-02 | Second field of ScalarPair can be undef in some cases | Oliver Schneider | -18/+28 |
| 2018-08-02 | Auto merge of #52906 - RalfJung:jemalloc, r=alexcrichton | bors | -5/+4 |
| 2018-08-02 | Explicitly label any named lifetimes mentioned in error messages. | David Wood | -5/+103 |
| 2018-08-02 | Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov | bors | -5/+100 |
| 2018-08-02 | Reading values should not be looking at the variant | Oliver Schneider | -19/+7 |
| 2018-08-02 | Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichton | bors | -1/+4 |
| 2018-08-02 | Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton | bors | -2/+137 |
| 2018-08-02 | Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton | bors | -212/+277 |
| 2018-08-02 | use the same length computation everywhere | Ralf Jung | -21/+10 |
| 2018-08-02 | Introduce another way to compute the length, to fix position codegen regression | Ralf Jung | -8/+21 |