| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Rollup merge of #89505 - Aaron1011:nll-const-test, r=Mark-Simulacrum | Manish Goregaokar | -0/+20 |
| 2021-10-03 | Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnay | Manish Goregaokar | -6/+21 |
| 2021-10-03 | Rollup merge of #89467 - tniessen:rustdoc-unecessary, r=jyn514 | Manish Goregaokar | -3/+3 |
| 2021-10-03 | Rollup merge of #89401 - owengage:master, r=joshtriplett | Manish Goregaokar | -0/+1 |
| 2021-10-03 | Rollup merge of #89138 - newpavlov:patch-2, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-10-03 | Rollup merge of #88481 - bjorn3:remove_feature_gates, r=cjgillot | Manish Goregaokar | -65/+31 |
| 2021-10-03 | Rollup merge of #88370 - Seppel3210:master, r=dtolnay | Manish Goregaokar | -1/+6 |
| 2021-10-03 | Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplett | Manish Goregaokar | -3/+3 |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-03 | Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay | Manish Goregaokar | -2/+1 |
| 2021-10-03 | Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ... | Manish Goregaokar | -2/+2 |
| 2021-10-03 | Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplett | Manish Goregaokar | -10/+8 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -7/+30 |
| 2021-10-03 | Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplett | Manish Goregaokar | -32/+103 |
| 2021-10-04 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+18 |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -41/+37 |
| 2021-10-03 | Use a test value that doesn't depend on the handling of even/odd rounding | Josh Triplett | -1/+1 |
| 2021-10-03 | Don't suggest replacing region with 'static in NLL | Aaron Hill | -214/+25 |
| 2021-10-03 | Make write_rustdoc_diff a more generic function | Nicholas-Baron | -8/+21 |
| 2021-10-03 | Extract a portion of diff writing code to separate function | Nicholas-Baron | -38/+50 |
| 2021-10-03 | Add regression test for spurious const error with NLL | Aaron Hill | -0/+20 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -14/+11 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -24/+28 |
| 2021-10-03 | Fix Lower/UpperExp formatting for integers and precision zero | Fabian Wolff | -2/+2 |
| 2021-10-03 | Disable `SimplifyBranchSame` optimization for now | Fabian Wolff | -0/+6 |
| 2021-10-03 | Revert suggested use of `unwrap_or` | Benoît du Garreau | -2/+10 |
| 2021-10-03 | Apply suggestions | Alphyr | -12/+6 |
| 2021-10-03 | Fix implementation of `clean::Path::whole_name()` | Noah Lev | -1/+5 |
| 2021-10-03 | Fix a place that used the old `Path` representation | Noah Lev | -2/+1 |
| 2021-10-03 | Update comments | Fabian Wolff | -8/+18 |
| 2021-10-03 | Fix ICE with buffered lint referring to AST node deleted by everybody_loops | Fabian Wolff | -6/+38 |
| 2021-10-03 | Auto merge of #89486 - rusticstuff:docker_letsencrypt_ca_update, r=Mark-Simul... | bors | -0/+41 |
| 2021-10-03 | Rename `strip_path` to `strip_path_generics` | Noah Lev | -2/+3 |
| 2021-10-03 | Add two inline annotations for hot functions | Mark Rousskov | -0/+2 |
| 2021-10-03 | Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnay | bors | -25/+32 |
| 2021-10-03 | Deny `where` clauses on `auto` traits | Fabian Wolff | -47/+135 |
| 2021-10-03 | Replace Fn impls with RPIT impls in rustc_index | bjorn3 | -50/+23 |
| 2021-10-03 | Added tracking issue numbers for int_abs_diff. | Orson Peters | -2/+2 |
| 2021-10-03 | Skip platforms without unwinding support | Caio | -0/+2 |
| 2021-10-03 | Add some inlining. | Camille GILLOT | -0/+12 |
| 2021-10-03 | Update ui-fulldeps. | Camille GILLOT | -5/+5 |
| 2021-10-03 | Access StableHashingContext in rustc_query_system. | Camille GILLOT | -25/+17 |
| 2021-10-03 | Fully remove rustc_middle::ich. | Camille GILLOT | -4/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -26/+35 |
| 2021-10-03 | Move ICH to rustc_query_system. | Camille GILLOT | -39/+30 |
| 2021-10-03 | Remove StableHashProvider. | Camille GILLOT | -31/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -54/+52 |
| 2021-10-03 | Move some HashStable impls. | Camille GILLOT | -44/+22 |
| 2021-10-03 | Fix unsound optimization with explicit variant discriminants | Fabian Wolff | -4/+32 |
| 2021-10-03 | Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnay | bors | -4/+4 |