about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-01Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoeristerbors-30/+144
2022-08-01Auto merge of #100024 - matthiaskrgr:rollup-36ab4wx, r=matthiaskrgrbors-323/+421
2022-08-01Rollup merge of #100020 - CallumIO:issue-99648, r=jyn514Matthias Krüger-3/+3
2022-08-01Rollup merge of #100012 - TaKO8Ki:avoid-ty-to-string-conversions, r=fee1-deadMatthias Krüger-5/+4
2022-08-01Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqdMatthias Krüger-113/+100
2022-08-01Rollup merge of #99976 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+27
2022-08-01Rollup merge of #99911 - cjgillot:no-guess, r=davidtwcoMatthias Krüger-114/+97
2022-08-01Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514Matthias Krüger-24/+28
2022-08-01Rollup merge of #99629 - obeis:issue-99470, r=compiler-errorsMatthias Krüger-61/+154
2022-08-01Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnrMatthias Krüger-3/+8
2022-08-01fix ICE in Definitions::create_defGoldstein-3/+8
2022-08-01Auto merge of #99884 - nnethercote:lexer-improvements, r=matkladbors-117/+128
2022-08-01fix: better error when python not found in xCallum Leslie-3/+3
2022-08-01Make Rustdoc exit with correct error code when scrape examples from invalid f...Will Crichton-0/+27
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-3/+262
2022-08-01Auto merge of #99944 - bjorn3:hide_proc_macro_symbols, r=eddybbors-41/+41
2022-08-01avoid `Ty` to `String` conversionsTakayuki Maeda-5/+4
2022-08-01Auto merge of #99998 - matthiaskrgr:rollup-igafy0r, r=matthiaskrgrbors-1064/+1096
2022-08-01Improve size assertions.Nicholas Nethercote-113/+100
2022-08-01Shrink `Token`.Nicholas Nethercote-103/+111
2022-08-01Add a size assertion for `Token`.Nicholas Nethercote-0/+7
2022-08-01Inline `TokenStreamBuilder::push`.Nicholas Nethercote-0/+1
2022-08-01Avoid an unnecessary `return`.Nicholas Nethercote-2/+2
2022-08-01Inline `first_token`.Nicholas Nethercote-0/+1
2022-08-01Remove `StringReader::end_src_index`.Nicholas Nethercote-5/+2
2022-08-01Improve shebang handling.Nicholas Nethercote-8/+5
2022-07-31Auto merge of #99052 - tmiasko:bitset-clone-from, r=Mark-Simulacrumbors-6/+19
2022-07-31Rollup merge of #99986 - WaffleLapkin:record_struct_wrap_suggestion, r=compil...Matthias Krüger-24/+48
2022-07-31Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-07-31Rollup merge of #99980 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPCMatthias Krüger-22/+16
2022-07-31Rollup merge of #99973 - RalfJung:layout-things, r=eddybMatthias Krüger-926/+931
2022-07-31Rollup merge of #99932 - madsmtm:fix-unwinding-debug-assertions, r=AmanieuMatthias Krüger-1/+3
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-7/+21
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-79/+72
2022-07-31Auto merge of #99988 - rylev:allow-try-perf, r=Mark-Simulacrumbors-2/+2
2022-07-31Improve `cannot move out of` error messageObei Sideg-61/+154
2022-07-31Allow try-perf branch to run in CIRyan Levick-2/+2
2022-07-31Make sure `symbol_name` is const evaluatedChris Denton-4/+4
2022-07-31Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplettbors-247/+172
2022-07-31Skip unstable fields when suggesting wrapping expression in structsMaybe Waffle-1/+4
2022-07-31--bless testsMaybe Waffle-5/+15
2022-07-31Refactor wrap suggestion code (just a bit)Maybe Waffle-23/+17
2022-07-31Fix compat.rs for `cfg(miri)`Chris Denton-1/+1
2022-07-31Suggest wrapping expressions in single-field record variantsMaybe Waffle-13/+30
2022-07-31Auto merge of #99979 - Dylan-DPC:rollup-ikkejgy, r=Dylan-DPCbors-393/+697
2022-07-31Remove Clean trait implementation for hir::TypeBindingKindGuillaume Gomez-8/+2
2022-07-31reorder fields in Laout debug outputRalf Jung-926/+927
2022-07-31Remove Clean trait implementation for hir::TypeBindingGuillaume Gomez-7/+9
2022-07-31Remove Clean trait implementation for hir::PathGuillaume Gomez-8/+6
2022-07-31Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex...Dylan DPC-6/+210