| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69861 - Dylnuge:dylnuge/locale-doc, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+15 |
| 2020-03-10 | Rollup merge of #69847 - GuillaumeGomez:cleanup-e0393, r=Dylan-DPC | Mazdak Farrokhzad | -1/+2 |
| 2020-03-10 | Rollup merge of #69836 - JohnTitor:immediate-outputs, r=nagisa | Mazdak Farrokhzad | -2/+30 |
| 2020-03-10 | Rollup merge of #69817 - thekuom:test/borrow-checking-pattern-features, r=Cen... | Mazdak Farrokhzad | -0/+432 |
| 2020-03-10 | Rollup merge of #69799 - TimDiekmann:zst, r=Amanieu | Mazdak Farrokhzad | -81/+96 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -57/+55 |
| 2020-03-10 | Rollup merge of #69677 - petrochenkov:spancode, r=eddyb | Mazdak Farrokhzad | -107/+126 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -400/+7 |
| 2020-03-10 | Rollup merge of #69475 - Zoxc:no-no-force, r=michaelwoerister | Mazdak Farrokhzad | -237/+161 |
| 2020-03-10 | Removed trailing whitespace | Ayush Kumar Mishra | -1/+1 |
| 2020-03-09 | Vec::new is const tstable in 1.39 not 1.32 | Christopher Durham | -1/+1 |
| 2020-03-10 | Add long error explanation for E0739 | Ayush Kumar Mishra | -1/+15 |
| 2020-03-09 | update x.py tidy testing command | Chris Simpkins | -1/+1 |
| 2020-03-10 | fix test failure due to earlier emitted error | YI | -1/+8 |
| 2020-03-09 | remove trailing whitespace (tidy) | Chris Simpkins | -1/+1 |
| 2020-03-09 | Add documentation of tool testing with x.py script | Chris Simpkins | -2/+6 |
| 2020-03-09 | add documentation of x.py tool testing | Chris Simpkins | -0/+3 |
| 2020-03-09 | update tidy documentation to recommend ./x.py test tidy | Chris Simpkins | -1/+1 |
| 2020-03-10 | fix #62456 | YI | -5/+38 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+311 |
| 2020-03-10 | expand: Implement support for retrying macro expansions | Vadim Petrochenkov | -54/+124 |
| 2020-03-10 | Add long error explanation for E0628 #61137 | Ayush Kumar Mishra | -1/+32 |
| 2020-03-09 | Write backtrace fmt test using relative paths | David Tolnay | -5/+5 |
| 2020-03-09 | also handle abort intrinsic with new machine hook | Ralf Jung | -1/+6 |
| 2020-03-09 | Add test of Debug representation of Backtrace | David Tolnay | -0/+52 |
| 2020-03-09 | Make it possible to instantiate hardcoded Backtrace from test | David Tolnay | -3/+28 |
| 2020-03-09 | Change disabled and unsupported backtraces to print using placeholder style | David Tolnay | -2/+2 |
| 2020-03-09 | Add quotes around filename in Backtrace debug | David Tolnay | -1/+1 |
| 2020-03-09 | Remove quotes around unknown fn placeholder in backtrace | David Tolnay | -1/+1 |
| 2020-03-09 | remove no-longer needed span from Miri Machine hook | Ralf Jung | -4/+1 |
| 2020-03-09 | expand/builtin_macros: Minor cleanup | Vadim Petrochenkov | -18/+5 |
| 2020-03-09 | Add note about localization to std::fmt docs | Dylan Nugent | -0/+15 |
| 2020-03-09 | Use GetSystemTimePreciseAsFileTime if it is available | Dan Aloni | -1/+5 |
| 2020-03-09 | Improve readability | Ralf Jung | -2/+2 |
| 2020-03-09 | Add a comment to `recover`. | John Kåre Alsaker | -0/+6 |
| 2020-03-09 | Remove the `no_force` query attribute | John Kåre Alsaker | -54/+0 |
| 2020-03-09 | Remove the need for `no_force` | John Kåre Alsaker | -153/+148 |
| 2020-03-09 | Move `analysis` to the query macro | John Kåre Alsaker | -30/+7 |
| 2020-03-09 | test(patterns): add borrowck tests for combination of pattern features | Matthew Kuo | -0/+432 |
| 2020-03-09 | Auto merge of #69851 - Centril:rollup-iivxvah, r=Centril | bors | -602/+1050 |
| 2020-03-09 | Rollup merge of #69842 - JohnTitor:more-tests, r=Centril | Mazdak Farrokhzad | -0/+131 |
| 2020-03-09 | Rollup merge of #69801 - petrochenkov:nonorm, r=Centril | Mazdak Farrokhzad | -191/+200 |
| 2020-03-09 | Rollup merge of #69779 - tmiasko:di-cstr, r=nagisa | Mazdak Farrokhzad | -189/+265 |
| 2020-03-09 | Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obk | Mazdak Farrokhzad | -94/+167 |
| 2020-03-09 | Rollup merge of #69685 - cuviper:soft-segv, r=sfackler | Mazdak Farrokhzad | -8/+39 |
| 2020-03-09 | Rollup merge of #69201 - Aaron1011:feature/permit-if-attr, r=Centril | Mazdak Farrokhzad | -120/+248 |
| 2020-03-09 | panic_bounds_check: use caller_location, like PanicFnLangItem | Ralf Jung | -1/+23 |
| 2020-03-09 | Address review comments | Vadim Petrochenkov | -17/+22 |
| 2020-03-09 | miri: add machine hook for Abort terminator | Ralf Jung | -2/+12 |
| 2020-03-09 | Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident` | Vadim Petrochenkov | -38/+28 |