| Age | Commit message (Expand) | Author | Lines |
| 2019-03-05 | Add a test for HashStable stability | John Kåre Alsaker | -0/+63 |
| 2019-03-05 | Make rustc_macro a Rust 2018 crate | John Kåre Alsaker | -20/+9 |
| 2019-03-05 | Move locate_ctxt back | John Kåre Alsaker | -21/+21 |
| 2019-03-05 | Use Ident for project | John Kåre Alsaker | -4/+3 |
| 2019-03-05 | Add ignore and project attributes | John Kåre Alsaker | -5/+61 |
| 2019-03-05 | Encode proc macro stability | John Kåre Alsaker | -2/+7 |
| 2019-03-05 | Bootstrap changes | John Kåre Alsaker | -36/+96 |
| 2019-03-05 | Allow linking to a proc macro on the target in metadata and still use a host ... | John Kåre Alsaker | -56/+122 |
| 2019-03-05 | Create a derive macro for HashStable | John Kåre Alsaker | -7/+63 |
| 2019-03-04 | Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavis | bors | -96/+401 |
| 2019-03-04 | Auto merge of #58807 - Xanewok:update-clippy, r=Xanewok | bors | -5/+8 |
| 2019-03-03 | Update Clippy | Igor Matuszewski | -5/+8 |
| 2019-03-03 | Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper | bors | -267/+179 |
| 2019-03-03 | Auto merge of #58425 - wesleywiser:more_profiler_changes, r=michaelwoerister | bors | -372/+342 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -16/+408 |
| 2019-03-03 | Use FxHashMap | Wesley Wiser | -3/+4 |
| 2019-03-03 | Reduce the size of events by using a u64 instead of Instant | Wesley Wiser | -37/+37 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -329/+271 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -32/+59 |
| 2019-03-03 | Auto merge of #58879 - spastorino:update_miri, r=oli-obk | bors | -14/+14 |
| 2019-03-03 | Auto merge of #58866 - kennytm:rollup, r=kennytm | bors | -96/+125 |
| 2019-03-03 | Rollup merge of #58865 - dlrobertson:fix-varargs, r=alexreg | kennytm | -3/+15 |
| 2019-03-03 | Auto merge of #58793 - Mark-Simulacrum:master-next, r=alexcrichton | bors | -152/+26 |
| 2019-03-02 | Call clang and llvm-objdump with correct library path | Mark Rousskov | -6/+6 |
| 2019-03-03 | Auto merge of #58464 - jethrogb:jb/std-test-panic-output, r=alexcrichton | bors | -19/+41 |
| 2019-03-03 | Nit | Alexander Regueiro | -1/+1 |
| 2019-03-02 | Reword error message | Esteban Küber | -9/+19 |
| 2019-03-02 | Use anonymous explicit lifetimes | Esteban Küber | -3/+3 |
| 2019-03-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -95/+390 |
| 2019-03-02 | Update miri | Santiago Pastorino | -14/+14 |
| 2019-03-02 | Auto merge of #58836 - ljedrz:begone_NodeId, r=Zoxc | bors | -558/+528 |
| 2019-03-02 | Bootstrap compiler update for 1.35 release | Mark Rousskov | -146/+20 |
| 2019-03-02 | Fix C-variadic function printing | Dan Robertson | -3/+15 |
| 2019-03-02 | Rollup merge of #58842 - mati865:53005, r=alexcrichton | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58852 - alexcrichton:update-netbsd, r=Mark-Simulacrum | kennytm | -24/+8 |
| 2019-03-02 | Rollup merge of #58838 - jens1o:patch-1, r=Centril | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58835 - Centril:rust_2018_idioms-remote-test, r=oli-obk | kennytm | -2/+6 |
| 2019-03-02 | Rollup merge of #58833 - Centril:rust_2018_idioms-rustbook, r=oli-obk | kennytm | -4/+5 |
| 2019-03-02 | Rollup merge of #58830 - Centril:rust_2018_idioms-tidy, r=oli-obk | kennytm | -8/+9 |
| 2019-03-02 | Rollup merge of #58821 - alex:patch-1, r=Centril | kennytm | -1/+1 |
| 2019-03-02 | Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obk | kennytm | -10/+12 |
| 2019-03-02 | Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank | kennytm | -7/+19 |
| 2019-03-02 | Rollup merge of #58782 - tspiteri:str-escape-self, r=kennytm | kennytm | -3/+3 |
| 2019-03-02 | Rollup merge of #58780 - RalfJung:manually-drop, r=nagisa | kennytm | -0/+8 |
| 2019-03-02 | Rollup merge of #58730 - timvermeulen:internal_iteration, r=scottmcm | kennytm | -32/+37 |
| 2019-03-02 | Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton | bors | -8/+25 |
| 2019-03-02 | Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc | bors | -6/+39 |
| 2019-03-02 | driver: fix test | ljedrz | -4/+4 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -73/+55 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -40/+30 |