| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-04-04 | Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe` | Thom Chiovoloni | -0/+9 |
| 2022-04-04 | Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafe | Thom Chiovoloni | -5/+6 |
| 2022-03-17 | Revert accidental stabilization | Oli Scherer | -3/+2 |
| 2022-03-14 | remove feature gate in control_flow examples | Marcel Hellwig | -2/+0 |
| 2022-02-19 | Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr | bors | -47/+87 |
| 2022-02-19 | Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay | Matthias Krüger | -20/+29 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-02-19 | Rollup merge of #92902 - ssomers:docter_drain, r=yaahc | Matthias Krüger | -26/+57 |
| 2022-02-19 | Auto merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -26/+57 |
| 2022-02-18 | Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -84/+83 |
| 2022-02-18 | Auto merge of #94095 - Amanieu:update_stdarch, r=dtolnay | bors | -0/+0 |
| 2022-02-17 | Destabilise entry_insert | 5225225 | -2/+4 |
| 2022-02-17 | Rollup merge of #94041 - a-lafrance:try-collect, r=scottmcm | Matthias Krüger | -0/+129 |
| 2022-02-17 | Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahc | Matthias Krüger | -0/+6 |
| 2022-02-17 | Fix documentation for is_X_feature_detected! | Amanieu d'Antras | -0/+0 |
| 2022-02-17 | Rollup merge of #93479 - smoelius:master, r=yaahc | Matthias Krüger | -16/+6 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -12/+63 |
| 2022-02-16 | Add MAIN_SEPARATOR_STR | Alex Saveau | -0/+6 |
| 2022-02-16 | Add debug asserts to validate NUL terminator in c strings | Alex Saveau | -20/+29 |
| 2022-02-17 | Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu | bors | -1/+1 |
| 2022-02-16 | Add a `try_collect()` helper method to `Iterator` | Arthur Lafrance | -0/+129 |
| 2022-02-16 | Auto merge of #91182 - ChrisDenton:command-broken-symlink, r=m-ou-se | bors | -2/+30 |
| 2022-02-16 | Rollup merge of #93962 - joboet:branchless_slice_ord, r=Mark-Simulacrum | Matthias Krüger | -12/+11 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -1/+1 |
| 2022-02-15 | Rollup merge of #93949 - glaubitz:m68k-unwind, r=Mark-Simulacrum | Matthias Krüger | -0/+6 |
| 2022-02-15 | Rollup merge of #93899 - ssomers:vecdeque_naming, r=m-ou-se | Matthias Krüger | -110/+110 |
| 2022-02-14 | Make [u8]::cmp implementation branchless | joboet | -12/+11 |
| 2022-02-14 | Add a comment to justify why the `pointer` field is `pub`. | Daniel Henry-Mantilla | -0/+5 |
| 2022-02-14 | Replace `def_site`-&-privacy implementation with a stability-based one. | Daniel Henry-Mantilla | -5/+6 |
| 2022-02-14 | Improve documentation. | Daniel Henry-Mantilla | -6/+5 |
| 2022-02-14 | Write {ui,} tests for `pin_macro` and `pin!` | Daniel Henry-Mantilla | -0/+35 |
| 2022-02-14 | Add a stack-`pin!`-ning macro to the `pin` module. | Daniel Henry-Mantilla | -0/+242 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -2/+30 |
| 2022-02-14 | Describe VecDeque with more consistent names | Stein Somers | -110/+110 |
| 2022-02-13 | Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum | bors | -4/+209 |
| 2022-02-13 | Rollup merge of #93930 - name1e5s:chore/docs, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-02-13 | Rollup merge of #93886 - clarfonthey:stable_ascii_escape, r=Mark-Simulacrum | Matthias Krüger | -16/+13 |
| 2022-02-13 | Rollup merge of #93851 - cyqsimon:option-examples, r=scottmcm | Matthias Krüger | -13/+37 |
| 2022-02-13 | Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-02-13 | Rollup merge of #89926 - the8472:saturate-instant, r=Mark-Simulacrum | Matthias Krüger | -267/+57 |
| 2022-02-13 | Auto merge of #93696 - Amanieu:compiler-builtins-0.1.68, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-02-13 | Capitalize "Rust" | Josh Triplett | -1/+1 |
| 2022-02-13 | Add panic docs describing old, current and possible future behavior | The 8472 | -3/+31 |
| 2022-02-13 | Add caveat about the monotonicity guarantee by linking to the later section | The 8472 | -2/+4 |
| 2022-02-13 | make Instant::{duration_since, elapsed, sub} saturating and remove workarounds | The8472 | -270/+30 |
| 2022-02-12 | library/unwind: Define unwinder_private_data_size for m68k | John Paul Adrian Glaubitz | -0/+3 |
| 2022-02-12 | library/panic_unwind: Define UNWIND_DATA_REG for m68k | John Paul Adrian Glaubitz | -0/+3 |