| Age | Commit message (Expand) | Author | Lines |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -182/+118 |
| 2021-05-30 | Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillot | bors | -307/+222 |
| 2021-05-30 | Add lint `suspicious_splitn` | Jason Newcomb | -7/+172 |
| 2021-05-30 | Fix span of redundant generic arguments | 0yoyoyo | -124/+281 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -66/+7 |
| 2021-05-30 | Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=M... | bors | -77/+135 |
| 2021-05-30 | Update mir opt tests | bjorn3 | -24/+24 |
| 2021-05-30 | Update tests | bjorn3 | -68/+68 |
| 2021-05-30 | Fix test | bjorn3 | -8/+5 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -207/+125 |
| 2021-05-30 | Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum | bors | -171/+167 |
| 2021-05-30 | Auto merge of #85786 - GuillaumeGomez:error-code-checker-improvement, r=Mark-... | bors | -9/+18 |
| 2021-05-30 | Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrum | bors | -63/+25 |
| 2021-05-30 | Do not suggest ampmut if rhs is already mutable | Deadbeef | -2/+26 |
| 2021-05-30 | BPF: review fixes | Alessandro Decina | -2/+2 |
| 2021-05-30 | BPF: remove unnecessary flags from src/test/codegen/bpf-alu32.rs | Alessandro Decina | -1/+0 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -122/+423 |
| 2021-05-30 | Improve Debug impls for LinkedList reference iterators to show items | Frank Steffahn | -2/+18 |
| 2021-05-29 | Auto merge of #85390 - Mark-Simulacrum:fast-bridge, r=petrochenkov | bors | -16/+42 |
| 2021-05-30 | Remove `is_unicast_link_local_strict` | Christiaan Dirkx | -101/+27 |
| 2021-05-30 | Don't drop `PResult` without handling the error | LeSeulArtichaut | -1/+38 |
| 2021-05-30 | Fix a typo | r00ster | -1/+1 |
| 2021-05-29 | Move reconstruct test inwards. | Camille GILLOT | -5/+4 |
| 2021-05-29 | Fix unsoundness of Debug implementation for linked_list::IterMut | Frank Steffahn | -6/+3 |
| 2021-05-29 | Auto merge of #85698 - ehuss:incremental-session-panic, r=estebank | bors | -27/+77 |
| 2021-05-29 | Use correct edition when parsing `:pat` matchers | Aaron Hill | -5/+56 |
| 2021-05-29 | Mention "null pointer optimization" in option docs. | Jacob Hoffman-Andrews | -0/+2 |
| 2021-05-29 | Write primitive types via array buffers | Mark Rousskov | -2/+17 |
| 2021-05-29 | Switch to reserve over extend_from_slice | Mark Rousskov | -25/+21 |
| 2021-05-29 | Specialize single-element writes to buffer | Mark Rousskov | -1/+16 |
| 2021-05-29 | Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jsha | bors | -22/+70 |
| 2021-05-29 | Fix incremental-session-fail to work when run as root. | Eric Huss | -2/+1 |
| 2021-05-29 | Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obk | bors | -21/+33 |
| 2021-05-29 | Fix tests | Alessandro Decina | -1/+2 |
| 2021-05-29 | tier-check: Check for lines with '[' such as those containing links | Jan-Erik Rediger | -1/+1 |
| 2021-05-29 | Add documentation for aarch64-apple-ios-sim target | Jan-Erik Rediger | -1/+58 |
| 2021-05-29 | BPF: misc minor review fixes | Alessandro Decina | -11/+11 |
| 2021-05-29 | BPF: abi: extend args/ret to 32 bits | Alessandro Decina | -3/+3 |
| 2021-05-29 | BPF: fix #[target_feature(enable = "alu32")] | Alessandro Decina | -0/+14 |
| 2021-05-29 | BPF: add assembly test | Alessandro Decina | -0/+154 |
| 2021-05-29 | Auto merge of #85798 - hyd-dev:miri, r=RalfJung | bors | -8/+8 |
| 2021-05-29 | Add `String::extend_from_within` | Waffle | -0/+37 |
| 2021-05-28 | Add test for --emit TYPE=path | Jeremy Fitzhardinge | -0/+34 |
| 2021-05-28 | Use command line metadata path if provided | Jeremy Fitzhardinge | -0/+5 |
| 2021-05-29 | Auto merge of #85703 - clarfonthey:unchecked_shift, r=scottmcm | bors | -12/+154 |
| 2021-05-29 | Fix missing note on type mismatch error diagnostics | Ellen | -5/+15 |
| 2021-05-28 | Add inherent unchecked_shl, unchecked_shr to integers | ltdk | -12/+154 |
| 2021-05-29 | Make lifetime ordering error pretty print const param defaults | Ellen | -5/+21 |
| 2021-05-29 | Auto merge of #85790 - ehuss:nvptx-no-std, r=nagisa | bors | -1/+1 |
| 2021-05-29 | Update Miri | hyd-dev | -8/+8 |