| Age | Commit message (Expand) | Author | Lines |
| 2022-02-05 | Add lint `transumte_undefined_repr` | Jason Newcomb | -1/+415 |
| 2022-02-05 | Update llvm-project submodule | Amanieu d'Antras | -0/+0 |
| 2022-02-05 | Mark __rgl_oom and __rd_oom as "C-unwind" | Amanieu d'Antras | -2/+3 |
| 2022-02-05 | Allow handle_alloc_error to unwind | Amanieu d'Antras | -2/+0 |
| 2022-02-05 | Store rlink data in opaque binary format on disk | Mark Rousskov | -9/+8 |
| 2022-02-05 | Drop json::from_reader | Mark Rousskov | -24/+2 |
| 2022-02-05 | Fix comment grammar for `do_count_chars` | Thom Chiovoloni | -1/+1 |
| 2022-02-05 | Respond to review feedback, and improve implementation somewhat | Thom Chiovoloni | -28/+59 |
| 2022-02-05 | Ensure non-power-of-two sizes are tested in the Chars::count test | Thom Chiovoloni | -2/+4 |
| 2022-02-05 | Fix zh::SMALL string in core::str benchmarks | Thom Chiovoloni | -1/+1 |
| 2022-02-05 | Optimize `core::str::Chars::count` | Thom Chiovoloni | -29/+346 |
| 2022-02-05 | Use const generics in SipHasher128's short_write | Jakub Beránek | -46/+39 |
| 2022-02-05 | Auto merge of #93539 - petrochenkov:doclink, r=camelid,michaelwoerister | bors | -0/+53 |
| 2022-02-05 | Auto merge of #8365 - Alexendoo:explicit-write-suggestion, r=camsteffen | bors | -83/+173 |
| 2022-02-05 | Auto merge of #93597 - GuillaumeGomez:update-browser-ui-test, r=jsha | bors | -1/+2 |
| 2022-02-05 | Auto merge of #8372 - tamaroning:unwrap_used, r=llogiq | bors | -25/+149 |
| 2022-02-05 | Add `explicit_write` suggestions for `write!`s with format args | Alex Macleod | -51/+75 |
| 2022-02-05 | Use source callsite in FormatArgsExpn::inputs_span | Alex Macleod | -32/+98 |
| 2022-02-05 | update comment | lcnr | -1/+1 |
| 2022-02-05 | resolve lifetimes for const generic defaults | Michael Goulet | -1/+40 |
| 2022-02-04 | Add more tests for io::Error packing, and fix some comments that weren't quit... | Thom Chiovoloni | -16/+101 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -22/+56 |
| 2022-02-04 | Update documentation somewhat | Thom Chiovoloni | -12/+26 |
| 2022-02-04 | Use wrapping pointer arithmetic in the bitpacked io::Error | Thom Chiovoloni | -8/+15 |
| 2022-02-04 | Elaborate some in the documentation and respond to some review comments | Thom Chiovoloni | -8/+19 |
| 2022-02-04 | Update library/std/src/io/error/repr_bitpacked.rs | Thom Chiovoloni | -1/+1 |
| 2022-02-04 | Fix comment typos noticed by code review. | Thom Chiovoloni | -2/+2 |
| 2022-02-04 | Address address comments, improve comments slightly | Thom Chiovoloni | -5/+20 |
| 2022-02-04 | Optimize io::error::Repr layout on 64 bit targets. | Thom Chiovoloni | -4/+364 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -269/+345 |
| 2022-02-05 | Auto merge of #93655 - matthiaskrgr:rollup-dm88b02, r=matthiaskrgr | bors | -338/+408 |
| 2022-02-05 | Auto merge of #8376 - dswij:8373, r=camsteffen | bors | -16/+56 |
| 2022-02-04 | Refactor conditional | Eliaz Bobadilla | -5/+2 |
| 2022-02-04 | Add new target armv7-unknown-linux-uclibceabi (softfloat) | lancethepants | -1/+148 |
| 2022-02-04 | Update CPU idle tracking for apple hosts | Mark Rousskov | -22/+22 |
| 2022-02-04 | Specify min llvm version for issue 80309 regression tests | Maybe Waffle | -0/+2 |
| 2022-02-04 | Rollup merge of #93615 - Kobzol:stable-hash-opt-endianness, r=the8472 | Matthias Krüger | -3/+8 |
| 2022-02-04 | Rollup merge of #93612 - tspiteri:master, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2022-02-04 | Rollup merge of #93608 - nnethercote:speed-up-find_library_crate, r=petrochenkov | Matthias Krüger | -90/+67 |
| 2022-02-04 | Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez | Matthias Krüger | -133/+127 |
| 2022-02-04 | Rollup merge of #93495 - solid-rs:fix-kmc-solid-rtc-month, r=yaahc | Matthias Krüger | -1/+1 |
| 2022-02-04 | Rollup merge of #91589 - derekdreery:arc_unwrap_or_clone, r=m-ou-se | Matthias Krüger | -0/+70 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -108/+132 |
| 2022-02-04 | Auto merge of #93654 - RalfJung:miri, r=RalfJung | bors | -9/+9 |
| 2022-02-04 | update miri | Ralf Jung | -9/+9 |
| 2022-02-04 | doc: use U+2212 for minus sign in integer MIN/MAX text | Trevor Spiteri | -3/+3 |
| 2022-02-04 | Add regression tests for issue 80309 | Maybe Waffle | -0/+29 |
| 2022-02-04 | Auto merge of #93645 - matthiaskrgr:rollup-eua2621, r=matthiaskrgr | bors | -123/+276 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+53 |
| 2022-02-04 | Rollup merge of #93638 - notriddle:notriddle/unused-hash, r=GuillaumeGomez | Matthias Krüger | -1/+1 |