| Age | Commit message (Expand) | Author | Lines |
| 2019-08-29 | Rollup merge of #63970 - flip1995:notify_clippy, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-08-29 | Rollup merge of #63968 - eddyb:apfloat-nostd, r=matthewjasper | Mazdak Farrokhzad | -27/+31 |
| 2019-08-29 | Rollup merge of #63965 - loganwendholt:linker-script-fix, r=michaelwoerister | Mazdak Farrokhzad | -4/+7 |
| 2019-08-29 | Rollup merge of #63963 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -25/+2 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -28/+42 |
| 2019-08-29 | Rollup merge of #63958 - RalfJung:silence-const-prop, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2019-08-29 | Rollup merge of #63945 - Centril:recover-mut-pat, r=estebank | Mazdak Farrokhzad | -171/+546 |
| 2019-08-29 | Rollup merge of #63938 - tshepang:typo, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-08-29 | Rollup merge of #63933 - wesleywiser:cleanup_from_move_promoted, r=oli-obk | Mazdak Farrokhzad | -33/+32 |
| 2019-08-29 | Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertj | Mazdak Farrokhzad | -2/+71 |
| 2019-08-28 | Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum | bors | -3/+19 |
| 2019-08-28 | Auto merge of #63875 - philipc:issue-57822, r=michaelwoerister | bors | -15/+80 |
| 2019-08-28 | Auto merge of #63853 - matthewjasper:test-ast-serialization, r=estebank | bors | -4/+96 |
| 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-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 | 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-27 | Auto merge of #63922 - RalfJung:miri, r=nikomatsakis | bors | -7/+9 |
| 2019-08-27 | Changing error messages and renaming tests #63127 | Kevin Per | -6/+6 |
| 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 |