| Age | Commit message (Expand) | Author | Lines |
| 2019-08-28 | Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum | bors | -3/+19 |
| 2019-08-29 | Fixes #63976. Incorrect error message. | Sam Radhakrishan | -1/+3 |
| 2019-08-28 | Auto merge of #63875 - philipc:issue-57822, r=michaelwoerister | bors | -15/+80 |
| 2019-08-28 | add missing `#[repr(C)]` on a union | Dodo | -0/+1 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -374/+19 |
| 2019-08-28 | Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebank | bors | -4/+96 |
| 2019-08-28 | Update rustfmt to 1.4.6 | topecongiro | -6/+21 |
| 2019-08-28 | Update Clippy | flip1995 | -7/+16 |
| 2019-08-28 | Notify me (flip1995) when Clippy toolstate changes | flip1995 | -1/+1 |
| 2019-08-28 | Extract `Decoder::entry_unless_proc_macro()` | Wesley Wiser | -22/+20 |
| 2019-08-28 | Simplify `maybe_get_optimized_mir` and `maybe_get_promoted_mir` | Wesley Wiser | -29/+23 |
| 2019-08-28 | Add some comments to `mir::Static` and `mir::StaticKind` | Wesley Wiser | -0/+7 |
| 2019-08-28 | Save crate filtering on rustdoc | Guillaume Gomez | -3/+19 |
| 2019-08-28 | rustc_apfloat: make the crate #![no_std] explicitly. | Eduard-Mihai Burtescu | -27/+31 |
| 2019-08-28 | Auto merge of #63820 - oli-obk:eager_const_eval, r=nikomatsakis | bors | -81/+13 |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -388/+391 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -9/+9 |
| 2019-08-27 | Prevent syntax error in ld linker version script | Logan Wendholt | -4/+7 |
| 2019-08-28 | or-pattern: fix typo in error message | Tshepang Lekhonkhobe | -3/+3 |
| 2019-08-27 | Auto merge of #63960 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-08-28 | Remove `sized` spans | Yuki Okushi | -16/+4 |
| 2019-08-28 | Apply review comments | Yuki Okushi | -6/+21 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -28/+39 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -4/+96 |
| 2019-08-27 | Improve 'mut ' diagnostic. | Mazdak Farrokhzad | -37/+82 |
| 2019-08-27 | Update cargo | Eric Huss | -0/+0 |
| 2019-08-27 | rustc: Handle modules in "fat" LTO more robustly | Alex Crichton | -49/+59 |
| 2019-08-27 | const_prop: only call error_to_const_error if we are actually showing something | Ralf Jung | -2/+5 |
| 2019-08-27 | Ensure 'let mut ;' where ':pat' is banned. | Mazdak Farrokhzad | -1/+27 |
| 2019-08-27 | remove the reference to __cxa_thread_atexit_impl | Baoshan Pang | -25/+2 |
| 2019-08-28 | bootstrap: allow specifying mirror for bootstrap compiler download. | Charles Lew | -2/+14 |
| 2019-08-27 | Auto merge of #63922 - RalfJung:miri, r=nikomatsakis | bors | -7/+9 |
| 2019-08-28 | Fix build src/libtest | Yuki Okushi | -3/+3 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -6/+6 |
| 2019-08-27 | rustbuild: allow disabling deny(warnings) for bootstrap | Marc-Antoine Perennou | -17/+5 |
| 2019-08-27 | update miri | Ralf Jung | -7/+9 |
| 2019-08-27 | Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomez | bors | -507/+442 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -376/+379 |
| 2019-08-27 | recover on 'mut ' and improve recovery for keywords. | Mazdak Farrokhzad | -147/+449 |
| 2019-08-27 | Simplify with Symbol/Token::is_book_lit. | Mazdak Farrokhzad | -7/+15 |
| 2019-08-27 | token: refactor with is_non_raw_ident_where. | Mazdak Farrokhzad | -19/+13 |
| 2019-08-27 | Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramert | Mazdak Farrokhzad | -2/+25 |
| 2019-08-27 | Rollup merge of #63761 - petrochenkov:procattrs, r=eddyb | Mazdak Farrokhzad | -172/+318 |
| 2019-08-27 | Rollup merge of #63698 - Phosphorus15:master, r=nagisa | Mazdak Farrokhzad | -19/+24 |
| 2019-08-27 | Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg | Mazdak Farrokhzad | -47/+101 |
| 2019-08-27 | debuginfo: always include disambiguator in type names | Philip Craig | -20/+18 |
| 2019-08-26 | Shorten line during rendering instead of in markdown | Mark Rousskov | -44/+36 |
| 2019-08-26 | Inline recurse into only callsite | Mark Rousskov | -57/+40 |
| 2019-08-26 | Transition a few fmt::Display impls to functions | Mark Rousskov | -52/+56 |
| 2019-08-26 | Inline RawMutableSpace | Mark Rousskov | -16/+7 |