| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -6/+103 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+36 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -2/+40 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -8/+8 |
| 2021-10-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -55/+113 |
| 2021-10-09 | Add #[must_use] to math and bit manipulation methods | John Kugelman | -19/+255 |
| 2021-10-10 | Auto merge of #89661 - rusticstuff:libisl_mirror_take_two, r=Mark-Simulacrum | bors | -4/+8 |
| 2021-10-09 | Add #[must_use] to char escape methods | John Kugelman | -0/+6 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+61 |
| 2021-10-09 | Auto merge of #89631 - camsteffen:clippy-boot-env, r=Mark-Simulacrum | bors | -8/+1 |
| 2021-10-09 | Fix ABNF of inline asm options | Gary Guo | -1/+1 |
| 2021-10-09 | Simplified 3 ifs found by clippy. | Nicholas-Baron | -12/+10 |
| 2021-10-09 | Simplified two printlns picked out by clippy | Nicholas-Baron | -2/+2 |
| 2021-10-09 | Move check_debugger_output to the debugger module | Nicholas-Baron | -64/+69 |
| 2021-10-09 | Move DebuggerCommands to its own file | Nicholas-Baron | -48/+71 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -514/+415 |
| 2021-10-09 | Update library/core/src/hash/mod.rs | pierwill | -1/+1 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -16/+13 |
| 2021-10-09 | Cfg hide no_global_oom_handling and no_fp_fmt_parse | Gary Guo | -0/+2 |
| 2021-10-09 | Auto merge of #89703 - GuillaumeGomez:rollup-g3ulo9x, r=GuillaumeGomez | bors | -608/+927 |
| 2021-10-09 | Remove some stray whitespace. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-10-10 | Use E0308 instead of E0495 for checking the error message improvement | rhysd | -47/+19 |
| 2021-10-09 | Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=... | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Rollup merge of #89664 - timClicks:51430-document-boxed-conversions, r=m-ou-se | Guillaume Gomez | -0/+41 |
| 2021-10-09 | Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplett | Guillaume Gomez | -564/+674 |
| 2021-10-09 | Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc | Guillaume Gomez | -15/+11 |
| 2021-10-09 | Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplett | Guillaume Gomez | -8/+9 |
| 2021-10-09 | Rollup merge of #75644 - c410-f3r:array, r=yaahc | Guillaume Gomez | -19/+186 |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -48/+87 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Add a test that -Zquery-dep-graph -Zdump-dep-graph works | Mark Rousskov | -0/+13 |
| 2021-10-09 | Auto merge of #89698 - matthiaskrgr:rollup-gna54x6, r=matthiaskrgr | bors | -205/+361 |
| 2021-10-09 | Rollup merge of #89697 - alessandrod:issue-89689, r=nikic | Matthias Krüger | -1/+1 |
| 2021-10-09 | Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplett | Matthias Krüger | -0/+40 |
| 2021-10-09 | Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=josh... | Matthias Krüger | -0/+3 |
| 2021-10-09 | Rollup merge of #89687 - Nicholas-Baron:move_read2_abbreviated, r=Mark-Simula... | Matthias Krüger | -70/+73 |
| 2021-10-09 | Rollup merge of #89684 - asquared31415:asm-doc-fix, r=joshtriplett | Matthias Krüger | -2/+2 |
| 2021-10-09 | Rollup merge of #89678 - marcelo-gonzalez:master, r=joshtriplett | Matthias Krüger | -3/+3 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -112/+213 |
| 2021-10-09 | Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obk | Matthias Krüger | -16/+19 |
| 2021-10-09 | Rollup merge of #89605 - camelid:fix-version, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-09 | Rollup merge of #88707 - sylvestre:split_example, r=yaahc | Matthias Krüger | -0/+6 |
| 2021-10-09 | Remove unnecessary hyphen | Tim McNamara | -1/+1 |
| 2021-10-09 | Fix min LLVM version for bpf-types test | Alessandro Decina | -1/+1 |
| 2021-10-09 | Simplify wording | Tim McNamara | -4/+4 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -15/+23 |
| 2021-10-09 | Update library/core/src/num/mod.rs | John Kugelman | -1/+1 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -46/+96 |
| 2021-10-09 | Auto merge of #89582 - jkugelman:optimize-file-read-to-end, r=joshtriplett | bors | -46/+146 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+40 |