| Age | Commit message (Expand) | Author | Lines |
| 2019-09-02 | Fix tests again | Yuki Okushi | -72/+542 |
| 2019-09-02 | Fix condition and tests' flags | Yuki Okushi | -141/+75 |
| 2019-09-01 | review comments | Esteban Küber | -53/+57 |
| 2019-09-02 | Fix overflow_check | Yuki Okushi | -56/+170 |
| 2019-09-01 | Auto merge of #63870 - estebank:async-fn-call, r=oli-obk | bors | -2102/+1317 |
| 2019-09-01 | review comments | Esteban Küber | -4/+5 |
| 2019-09-02 | Add `overflow_check` check | Yuki Okushi | -8/+6 |
| 2019-09-02 | Replace file_stem by file_name in rustdoc markdown | limira | -1/+1 |
| 2019-09-02 | following the same style | Guanqun Lu | -2/+2 |
| 2019-09-02 | Add `opt-level` check | Yuki Okushi | -147/+67 |
| 2019-09-01 | Remove no-prefer-dynamic from valgrind tests | Mark Rousskov | -17/+0 |
| 2019-09-01 | Fix const_err with `-(-0.0)` | Yuki Okushi | -27/+13 |
| 2019-09-01 | Auto merge of #64057 - Centril:rollup-nwtk2fb, r=Centril | bors | -32/+37 |
| 2019-09-01 | librustc_errors: Extract sugg/subst handling into method | Philipp Hansch | -12/+32 |
| 2019-09-01 | Rollup merge of #64042 - juliangehring:string-docs, r=jonas-schievink | Mazdak Farrokhzad | -4/+4 |
| 2019-09-01 | Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-09-01 | Rollup merge of #64032 - andjo403:codegen-units, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-09-01 | Rollup merge of #64029 - estebank:fix-miri, r=RalfJung | Mazdak Farrokhzad | -4/+6 |
| 2019-09-01 | Rollup merge of #63410 - johnterickson:master, r=joshtriplett | Mazdak Farrokhzad | -22/+24 |
| 2019-09-01 | Account for arbitrary self types in E0599 | Esteban Küber | -26/+144 |
| 2019-09-01 | review comment | Esteban Küber | -4/+3 |
| 2019-09-01 | Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebank | bors | -4/+24 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -31/+6 |
| 2019-08-31 | Rename test locals to work around LLDB bug | Joe Ranweiler | -8/+8 |
| 2019-08-31 | deduplicate code | Esteban Küber | -23/+17 |
| 2019-08-31 | Emit a single error on if expr with expectation and no else clause | Esteban Küber | -108/+38 |
| 2019-08-31 | Add x86_64-linux-kernel target | Alex Gaynor | -0/+60 |
| 2019-08-31 | Use saturating_sub | Esteban Küber | -4/+6 |
| 2019-08-31 | Fix nll tests | Esteban Küber | -37/+24 |
| 2019-08-31 | Auto merge of #63703 - tommilligan:warn-empty-doctest, r=ollie27 | bors | -10/+59 |
| 2019-08-31 | Reorder AllocationDefinedness members | Andreas Molzer | -2/+3 |
| 2019-08-31 | Fix word repetition in str documentation | Julian Gehring | -4/+4 |
| 2019-08-31 | Auto merge of #64025 - Wind-River:master_003, r=alexcrichton | bors | -324/+0 |
| 2019-08-31 | Add some more tests for underscore imports | Matthew Jasper | -0/+54 |
| 2019-08-31 | Improve documentation around allocation accessors | Andreas Molzer | -8/+13 |
| 2019-08-31 | Update sync condvar doc style | Ivan Tham | -2/+2 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -2/+96 |
| 2019-08-31 | Slightly clean up the error for recursive `async fn` | Matthew Jasper | -4/+4 |
| 2019-08-31 | clarify that not all errors are observed | John Erickson | -2/+3 |
| 2019-08-31 | Add in generic type to description of BufReader and BufWriter | John Erickson | -17/+17 |
| 2019-08-31 | Update BufWriter example to include call to flush() | John Erickson | -6/+7 |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -4/+24 |
| 2019-08-31 | fix rebase | Esteban Küber | -1/+1 |
| 2019-08-31 | review comments: reword comment | Esteban Küber | -4/+4 |
| 2019-08-31 | Suggest call fn ctor passed as arg to fn with type param bounds | Esteban Küber | -7/+117 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -2058/+1177 |
| 2019-08-31 | Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppe | bors | -13/+23 |
| 2019-08-31 | Harden param_attrs test wrt. usage of proc macro attrs. | Mazdak Farrokhzad | -0/+299 |
| 2019-08-31 | qualify_consts: move thread_local condition out. | Mazdak Farrokhzad | -13/+3 |
| 2019-08-31 | qualify_consts: extract error_min_const_fn_violation. | Mazdak Farrokhzad | -15/+11 |