| Age | Commit message (Expand) | Author | Lines |
| 2019-04-16 | Rollup merge of #59717 - Reconcyl:master, r=steveklabnik | Mazdak Farrokhzad | -4/+3 |
| 2019-04-15 | Auto merge of #59926 - pietroalbini:android-sdk-manager, r=alexcrichton | bors | -68/+224 |
| 2019-04-15 | Rollup merge of #59978 - ollie27:rustdoc_default, r=QuietMisdreavus | Mazdak Farrokhzad | -16/+67 |
| 2019-04-15 | Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichton | Mazdak Farrokhzad | -8/+22 |
| 2019-04-15 | Rollup merge of #59779 - flip1995:uplift_get_def_path, r=Manishearth | Mazdak Farrokhzad | -6/+28 |
| 2019-04-15 | Rollup merge of #59648 - alex:must-use-result, r=alexcrichton | Mazdak Farrokhzad | -8/+12 |
| 2019-04-15 | warn(missing_docs) in liballoc, and add missing docs | Ralf Jung | -0/+13 |
| 2019-04-15 | Update test | John Kåre Alsaker | -182/+186 |
| 2019-04-15 | Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of looping | John Kåre Alsaker | -423/+649 |
| 2019-04-15 | Auto merge of #59655 - Zoxc:symbols, r=petrochenkov | bors | -141/+326 |
| 2019-04-15 | Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxc | bors | -2/+3 |
| 2019-04-15 | Use colon for keyword defs | John Kåre Alsaker | -62/+62 |
| 2019-04-15 | Move modules outside the proc macro | John Kåre Alsaker | -26/+44 |
| 2019-04-15 | Ensure the symbols are pure strings | John Kåre Alsaker | -1/+7 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -43/+32 |
| 2019-04-15 | Use a proc macro to declare preallocated symbols | John Kåre Alsaker | -139/+311 |
| 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 | 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 | 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 | 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 | -3/+3 |
| 2019-04-14 | Auto merge of #59929 - RalfJung:miri, r=oli-obk | bors | -14/+14 |
| 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/+14 |
| 2019-04-14 | Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkov | bors | -103/+90 |
| 2019-04-14 | make lint levels more consistent | Ralf Jung | -6/+7 |
| 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 |