| Age | Commit message (Expand) | Author | Lines |
| 2018-08-03 | Auto merge of #51657 - wesleywiser:wip_profiling, r=eddyb | bors | -1/+306 |
| 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/+52 |
| 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/+237 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -0/+8 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -14/+7 |
| 2018-08-02 | When we turn on NLL migration in the 2018 edition, we need two-phase borrows ... | Felix S. Klock II | -3/+11 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -14/+7 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -7/+7 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -0/+8 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -29/+92 |
| 2018-08-01 | Rollup merge of #52851 - flip1995:tool_lints, r=oli-obk | Pietro Albini | -29/+92 |
| 2018-08-01 | Auto merge of #52756 - alexcrichton:cap-applicable, r=oli-obk | bors | -14/+16 |
| 2018-07-31 | assert no region obligations on entering custom type op | Niko Matsakis | -0/+13 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -14/+16 |
| 2018-07-30 | Explain that the tool is responsible for unknown tool_lints | flip1995 | -3/+4 |
| 2018-07-30 | Check if the lint_name is from a tool and if the tool_lint exists | flip1995 | -29/+71 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -3/+3 |
| 2018-07-30 | Introduce the declare_tool_lint macro | flip1995 | -0/+20 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -90/+85 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -26/+17 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -6/+22 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -3/+3 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -26/+17 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -28/+28 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -10/+11 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -0/+3 |
| 2018-07-28 | Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelix | bors | -22/+79 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -90/+85 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -2/+11 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -5/+5 |
| 2018-07-28 | Rollup merge of #52765 - sinkuu:remove_nonzeroing_move_opt, r=pnkfelix | kennytm | -9/+0 |
| 2018-07-28 | Rollup merge of #52703 - ljedrz:vec_improvements, r=nikomatsakis | kennytm | -14/+7 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -0/+3 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -5/+5 |
| 2018-07-27 | Better Option handling | Shotaro Yamada | -7/+9 |
| 2018-07-27 | Remove unnecessary `.collect()` | Shotaro Yamada | -1/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |