| Age | Commit message (Expand) | Author | Lines |
| 2020-07-20 | Rollup merge of #73197 - c410-f3r:ranges, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakis | Manish Goregaokar | -1/+37 |
| 2020-07-20 | Apply #66379 to `*mut T` `as_ref` | aticu | -7/+12 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -73/+211 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -76/+125 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+14 |
| 2020-07-20 | ty: normalize fn sigs before subst | David Wood | -17/+51 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -84/+1627 |
| 2020-07-20 | Use `ReEmpty(U0)` as the implicit region bound in typeck | Matthew Jasper | -10/+102 |
| 2020-07-20 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -1/+40 |
| 2020-07-20 | ci: upload non-macOS from GHA instead of Azure Pipelines | Pietro Albini | -7/+25 |
| 2020-07-20 | ci: allow RLA to pick the right PR number | Pietro Albini | -0/+9 |
| 2020-07-20 | update backtrace-rs | Ralf Jung | -0/+0 |
| 2020-07-20 | Auto merge of #74550 - matklad:rust-analyzer-2020-07-20, r=matklad | bors | -18/+15 |
| 2020-07-20 | Improve "important traits" popup display on mobile | Guillaume Gomez | -0/+5 |
| 2020-07-20 | Stabilize TAU constant. | Mara Bos | -2/+2 |
| 2020-07-20 | :arrow_up: rust-analyzer | Aleksey Kladov | -18/+15 |
| 2020-07-20 | Fix duplicate maybe_uninit_extra attribute | Jethro Beekman | -4/+1 |
| 2020-07-20 | shim: adjust valid shim asserts | David Wood | -40/+26 |
| 2020-07-20 | debuginfo: add type metadata for params | David Wood | -2/+21 |
| 2020-07-20 | debuginfo: no type metadata if substs reqd | David Wood | -2/+4 |
| 2020-07-20 | ty: add doc comments to `Generics` methods | David Wood | -1/+3 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -20/+20 |
| 2020-07-20 | ty: `STILL_FURTHER_SPECIALIZABLE` w/out prnt subst | David Wood | -8/+66 |
| 2020-07-20 | mir: rename `should_monomorphize_locally` | David Wood | -13/+12 |
| 2020-07-20 | mir: avoid double substitution | David Wood | -2/+1 |
| 2020-07-20 | Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez | bors | -51/+51 |
| 2020-07-20 | wf: check foreign fn decls for well-formedness | David Wood | -52/+97 |
| 2020-07-20 | Auto merge of #74540 - alexcrichton:std-no-backtrace, r=Mark-Simulacrum | bors | -2/+1 |
| 2020-07-19 | Use italics for O notation | pierwill | -51/+51 |
| 2020-07-20 | Auto merge of #74543 - Manishearth:rollup-m5w6hyg, r=Manishearth | bors | -19/+90 |
| 2020-07-19 | Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplett | Manish Goregaokar | -4/+4 |
| 2020-07-19 | Rollup merge of #74534 - Mark-Simulacrum:rustdoc-stability, r=Manishearth | Manish Goregaokar | -3/+42 |
| 2020-07-19 | Rollup merge of #74527 - calebcartwright:rustfmt-toolstate-maintainers, r=Mar... | Manish Goregaokar | -1/+1 |
| 2020-07-19 | Rollup merge of #74523 - sollyucko:patch-1, r=Mark-Simulacrum | Manish Goregaokar | -0/+4 |
| 2020-07-19 | Rollup merge of #74520 - RalfJung:backtrace-src, r=Mark-Simulacrum | Manish Goregaokar | -0/+1 |
| 2020-07-19 | Rollup merge of #74516 - lcnr:min-specialization-ice, r=matthewjasper | Manish Goregaokar | -1/+19 |
| 2020-07-19 | Rollup merge of #74514 - Mark-Simulacrum:nightly-rustc-docs, r=ollie27 | Manish Goregaokar | -6/+11 |
| 2020-07-19 | Rollup merge of #74486 - poliorcetics:read-exact-doc-point-to-read, r=Mark-Si... | Manish Goregaokar | -1/+4 |
| 2020-07-19 | Rollup merge of #73618 - poliorcetics:false-keyword, r=jyn514 | Manish Goregaokar | -3/+4 |
| 2020-07-19 | std: Fix compilation without backtrace feature | Alex Crichton | -2/+1 |
| 2020-07-19 | Update src/libstd/keyword_docs.rs
| Nicholas Baron | -1/+1 |
| 2020-07-19 | Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrum | bors | -51/+55 |
| 2020-07-20 | Slightly improve panic messages when range indices are out of bounds | Lukas Kalbertodt | -9/+16 |
| 2020-07-19 | Guard against non-monomorphized type_id intrinsic call | Gary Guo | -2/+50 |
| 2020-07-20 | redundant_closure_call - extract lint from misc_early.rs, adapt to LatePass | Tim Nielens | -1/+1 |
| 2020-07-19 | Linked the earlier mention of IntoIterator in the keyword 'for' docs | Nicholas-Baron | -1/+1 |
| 2020-07-19 | Mentioned IntoIterator in keyword 'in' docs | Nicholas-Baron | -2/+2 |
| 2020-07-19 | Mentioned IntoIterator earlier in keyword 'for' docs | Nicholas-Baron | -2/+2 |
| 2020-07-19 | Only skip impls of foreign unstable traits | Mark Rousskov | -3/+42 |