about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-10Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisabors-6/+103
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+36
2021-10-10Add #[must_use] to alloc constructorsJohn Kugelman-2/+40
2021-10-10Fix spelling: Cannonical -> CanonicalJohn Kugelman-8/+8
2021-10-10Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomezbors-55/+113
2021-10-09Add #[must_use] to math and bit manipulation methodsJohn Kugelman-19/+255
2021-10-10Auto merge of #89661 - rusticstuff:libisl_mirror_take_two, r=Mark-Simulacrumbors-4/+8
2021-10-09Add #[must_use] to char escape methodsJohn Kugelman-0/+6
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+61
2021-10-09Auto merge of #89631 - camsteffen:clippy-boot-env, r=Mark-Simulacrumbors-8/+1
2021-10-09Fix ABNF of inline asm optionsGary Guo-1/+1
2021-10-09Simplified 3 ifs found by clippy.Nicholas-Baron-12/+10
2021-10-09Simplified two printlns picked out by clippyNicholas-Baron-2/+2
2021-10-09Move check_debugger_output to the debugger moduleNicholas-Baron-64/+69
2021-10-09Move DebuggerCommands to its own fileNicholas-Baron-48/+71
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-514/+415
2021-10-09Update library/core/src/hash/mod.rspierwill-1/+1
2021-10-09Apply clippy suggestionsClemens Wasser-16/+13
2021-10-09Cfg hide no_global_oom_handling and no_fp_fmt_parseGary Guo-0/+2
2021-10-09Auto merge of #89703 - GuillaumeGomez:rollup-g3ulo9x, r=GuillaumeGomezbors-608/+927
2021-10-09Remove some stray whitespace.Jacob Hoffman-Andrews-3/+3
2021-10-10Use E0308 instead of E0495 for checking the error message improvementrhysd-47/+19
2021-10-09Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=...Guillaume Gomez-2/+6
2021-10-09Rollup merge of #89664 - timClicks:51430-document-boxed-conversions, r=m-ou-seGuillaume Gomez-0/+41
2021-10-09Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplettGuillaume Gomez-564/+674
2021-10-09Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahcGuillaume Gomez-15/+11
2021-10-09Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplettGuillaume Gomez-8/+9
2021-10-09Rollup merge of #75644 - c410-f3r:array, r=yaahcGuillaume Gomez-19/+186
2021-10-09Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillotbors-48/+87
2021-10-09Fix invalid HTML generation for higher boundsGuillaume Gomez-2/+6
2021-10-09Add a test that -Zquery-dep-graph -Zdump-dep-graph worksMark Rousskov-0/+13
2021-10-09Auto merge of #89698 - matthiaskrgr:rollup-gna54x6, r=matthiaskrgrbors-205/+361
2021-10-09Rollup merge of #89697 - alessandrod:issue-89689, r=nikicMatthias Krüger-1/+1
2021-10-09Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplettMatthias Krüger-0/+40
2021-10-09Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=josh...Matthias Krüger-0/+3
2021-10-09Rollup merge of #89687 - Nicholas-Baron:move_read2_abbreviated, r=Mark-Simula...Matthias Krüger-70/+73
2021-10-09Rollup merge of #89684 - asquared31415:asm-doc-fix, r=joshtriplettMatthias Krüger-2/+2
2021-10-09Rollup merge of #89678 - marcelo-gonzalez:master, r=joshtriplettMatthias Krüger-3/+3
2021-10-09Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obkMatthias Krüger-112/+213
2021-10-09Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obkMatthias Krüger-16/+19
2021-10-09Rollup merge of #89605 - camelid:fix-version, r=nagisaMatthias Krüger-1/+1
2021-10-09Rollup merge of #88707 - sylvestre:split_example, r=yaahcMatthias Krüger-0/+6
2021-10-09Remove unnecessary hyphenTim McNamara-1/+1
2021-10-09Fix min LLVM version for bpf-types testAlessandro Decina-1/+1
2021-10-09Simplify wordingTim McNamara-4/+4
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-15/+23
2021-10-09Update library/core/src/num/mod.rsJohn Kugelman-1/+1
2021-10-08Add template for print_itemJacob Hoffman-Andrews-46/+96
2021-10-09Auto merge of #89582 - jkugelman:optimize-file-read-to-end, r=joshtriplettbors-46/+146
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+40