| Age | Commit message (Expand) | Author | Lines |
| 2019-04-15 | Reduce the `DepNode` pre-allocation ratio. | Nicholas Nethercote | -2/+3 |
| 2019-04-15 | Auto merge of #59982 - stepancheg:hasher-no-unsafe, r=rkruppe | bors | -14/+10 |
| 2019-04-15 | Hasher: replace unsafe trasmute with to_ne_bytes | Stepan Koltsov | -14/+10 |
| 2019-04-14 | Auto merge of #59965 - Manishearth:clippyup, r=Xanewok | bors | -9/+9 |
| 2019-04-14 | Update clippy | Manish Goregaokar | -9/+9 |
| 2019-04-14 | rustdoc: Remove default keyword from re-exported trait methods | Oliver Middleton | -16/+67 |
| 2019-04-14 | Fix rustdoc sidebar z-index | vlad-boroda | -0/+1 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -56/+158 |
| 2019-04-14 | Fix typo in comment | Aaron Hill | -1/+1 |
| 2019-04-14 | Fix Windows dll name format | Aaron Hill | -7/+7 |
| 2019-04-14 | Handle --extern-private properly on musl | Aaron Hill | -8/+35 |
| 2019-04-14 | Derive Default for ExternEntry | Aaron Hill | -30/+17 |
| 2019-04-14 | Fix ExternEntry test | Aaron Hill | -25/+11 |
| 2019-04-14 | Update rustdoc to new ExternEntry format | Aaron Hill | -2/+8 |
| 2019-04-14 | Refactor structure of ExternEntry | Aaron Hill | -59/+40 |
| 2019-04-14 | Move new_public to 'tess' module | Aaron Hill | -8/+10 |
| 2019-04-14 | Improve formatting | Aaron Hill | -25/+1 |
| 2019-04-14 | Fix tests | Aaron Hill | -7/+28 |
| 2019-04-14 | Auto merge of #59967 - Centril:rollup-bdqq7ux, r=Centril | bors | -148/+384 |
| 2019-04-14 | Rollup merge of #59957 - krk:fix-doctypo-symbol, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-04-14 | Rollup merge of #59936 - petrochenkov:confict, r=davidtwco | Mazdak Farrokhzad | -1/+24 |
| 2019-04-14 | Rollup merge of #59906 - czipperz:bufwriter-use-getmut, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-04-14 | Rollup merge of #59900 - czipperz:remove-bracket-mut-syntax-in-pin-docs, r=Ra... | Mazdak Farrokhzad | -12/+16 |
| 2019-04-14 | Rollup merge of #59896 - estebank:dedup-spans, r=davidtwco | Mazdak Farrokhzad | -4/+31 |
| 2019-04-14 | Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb | Mazdak Farrokhzad | -121/+303 |
| 2019-04-14 | Rollup merge of #59856 - albins:update-polonius, r=nikomatsakis | Mazdak Farrokhzad | -7/+7 |
| 2019-04-14 | Auto merge of #59929 - RalfJung:miri, r=oli-obk | bors | -14/+16 |
| 2019-04-14 | Add missing backtick to Symbol documentation. | krk | -1/+1 |
| 2019-04-14 | Address review comments | Vadim Petrochenkov | -8/+13 |
| 2019-04-14 | Fix cross-crate visibility of fictive variant constructors | Vadim Petrochenkov | -1/+19 |
| 2019-04-14 | update miri | Ralf Jung | -14/+16 |
| 2019-04-14 | Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkov | bors | -103/+90 |
| 2019-04-14 | huge-enum also exhibits this error | Ralf Jung | -0/+4 |
| 2019-04-14 | make lint levels more consistent | Ralf Jung | -6/+7 |
| 2019-04-14 | some more tests need normalization | Ralf Jung | -0/+12 |
| 2019-04-14 | normalize away spurious error | Ralf Jung | -3/+27 |
| 2019-04-14 | normalize flags and rustc version in ICE repro | Ralf Jung | -2/+4 |
| 2019-04-14 | fix output test for backtrace-debuginfo.rs | Ralf Jung | -2/+4 |
| 2019-04-14 | fix tests | Ralf Jung | -1/+26 |
| 2019-04-14 | compiletest normalization: preserve non-JSON lines such as ICEs | Ralf Jung | -1/+2 |
| 2019-04-14 | bump stdsimd; make intra_doc_link_resolution_failure an error again | Ralf Jung | -2/+2 |
| 2019-04-14 | Update tests | John Kåre Alsaker | -3/+3 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -118/+300 |
| 2019-04-14 | Auto merge of #59798 - rchaser53:issue-59488, r=estebank | bors | -3/+188 |
| 2019-04-14 | Fix tidy | Aaron Hill | -3/+3 |
| 2019-04-14 | Combine 'Extern' and 'ExternPrivate' | Aaron Hill | -36/+61 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -22/+113 |
| 2019-04-14 | Auto merge of #59950 - Centril:rollup-hpmr62i, r=Centril | bors | -198/+880 |
| 2019-04-14 | Rollup merge of #59911 - pnkfelix:revert-pr-59401-to-fix-emit-stack-sizes-gc-... | Mazdak Farrokhzad | -31/+0 |
| 2019-04-14 | Rollup merge of #59890 - GuillaumeGomez:empty-json-variables, r=QuietMisdreavus | Mazdak Farrokhzad | -19/+34 |