about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-03-10Rollup merge of #69861 - Dylnuge:dylnuge/locale-doc, r=Mark-SimulacrumMazdak Farrokhzad-0/+15
2020-03-10Rollup merge of #69847 - GuillaumeGomez:cleanup-e0393, r=Dylan-DPCMazdak Farrokhzad-1/+2
2020-03-10Rollup merge of #69836 - JohnTitor:immediate-outputs, r=nagisaMazdak Farrokhzad-2/+30
2020-03-10Rollup merge of #69817 - thekuom:test/borrow-checking-pattern-features, r=Cen...Mazdak Farrokhzad-0/+432
2020-03-10Rollup merge of #69799 - TimDiekmann:zst, r=AmanieuMazdak Farrokhzad-81/+96
2020-03-10Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obkMazdak Farrokhzad-57/+55
2020-03-10Rollup merge of #69677 - petrochenkov:spancode, r=eddybMazdak Farrokhzad-107/+126
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-400/+7
2020-03-10Rollup merge of #69475 - Zoxc:no-no-force, r=michaelwoeristerMazdak Farrokhzad-237/+161
2020-03-10Removed trailing whitespaceAyush Kumar Mishra-1/+1
2020-03-09Vec::new is const tstable in 1.39 not 1.32Christopher Durham-1/+1
2020-03-10Add long error explanation for E0739Ayush Kumar Mishra-1/+15
2020-03-09update x.py tidy testing commandChris Simpkins-1/+1
2020-03-10fix test failure due to earlier emitted errorYI-1/+8
2020-03-09remove trailing whitespace (tidy)Chris Simpkins-1/+1
2020-03-09Add documentation of tool testing with x.py scriptChris Simpkins-2/+6
2020-03-09add documentation of x.py tool testingChris Simpkins-0/+3
2020-03-09update tidy documentation to recommend ./x.py test tidyChris Simpkins-1/+1
2020-03-10fix #62456YI-5/+38
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+311
2020-03-10expand: Implement support for retrying macro expansionsVadim Petrochenkov-54/+124
2020-03-10Add long error explanation for E0628 #61137Ayush Kumar Mishra-1/+32
2020-03-09Write backtrace fmt test using relative pathsDavid Tolnay-5/+5
2020-03-09also handle abort intrinsic with new machine hookRalf Jung-1/+6
2020-03-09Add test of Debug representation of BacktraceDavid Tolnay-0/+52
2020-03-09Make it possible to instantiate hardcoded Backtrace from testDavid Tolnay-3/+28
2020-03-09Change disabled and unsupported backtraces to print using placeholder styleDavid Tolnay-2/+2
2020-03-09Add quotes around filename in Backtrace debugDavid Tolnay-1/+1
2020-03-09Remove quotes around unknown fn placeholder in backtraceDavid Tolnay-1/+1
2020-03-09remove no-longer needed span from Miri Machine hookRalf Jung-4/+1
2020-03-09expand/builtin_macros: Minor cleanupVadim Petrochenkov-18/+5
2020-03-09Add note about localization to std::fmt docsDylan Nugent-0/+15
2020-03-09Use GetSystemTimePreciseAsFileTime if it is availableDan Aloni-1/+5
2020-03-09Improve readabilityRalf Jung-2/+2
2020-03-09Add a comment to `recover`.John Kåre Alsaker-0/+6
2020-03-09Remove the `no_force` query attributeJohn Kåre Alsaker-54/+0
2020-03-09Remove the need for `no_force`John Kåre Alsaker-153/+148
2020-03-09Move `analysis` to the query macroJohn Kåre Alsaker-30/+7
2020-03-09test(patterns): add borrowck tests for combination of pattern featuresMatthew Kuo-0/+432
2020-03-09Auto merge of #69851 - Centril:rollup-iivxvah, r=Centrilbors-602/+1050
2020-03-09Rollup merge of #69842 - JohnTitor:more-tests, r=CentrilMazdak Farrokhzad-0/+131
2020-03-09Rollup merge of #69801 - petrochenkov:nonorm, r=CentrilMazdak Farrokhzad-191/+200
2020-03-09Rollup merge of #69779 - tmiasko:di-cstr, r=nagisaMazdak Farrokhzad-189/+265
2020-03-09Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obkMazdak Farrokhzad-94/+167
2020-03-09Rollup merge of #69685 - cuviper:soft-segv, r=sfacklerMazdak Farrokhzad-8/+39
2020-03-09Rollup merge of #69201 - Aaron1011:feature/permit-if-attr, r=CentrilMazdak Farrokhzad-120/+248
2020-03-09panic_bounds_check: use caller_location, like PanicFnLangItemRalf Jung-1/+23
2020-03-09Address review commentsVadim Petrochenkov-17/+22
2020-03-09miri: add machine hook for Abort terminatorRalf Jung-2/+12
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-38/+28