| Age | Commit message (Expand) | Author | Lines |
| 2021-07-06 | migrate cpu-usage-over-time.py to python 3 | Pietro Albini | -3/+6 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -295/+224 |
| 2021-07-06 | Truncate hex stable crate id to 8 characters (32 bits) | bjorn3 | -3/+8 |
| 2021-07-06 | Make tcx.stable_crate_id() faster | bjorn3 | -2/+6 |
| 2021-07-06 | Revert "Revert "Update mir opt tests"" | bjorn3 | -24/+24 |
| 2021-07-06 | Revert "Revert "Update tests"" | bjorn3 | -68/+68 |
| 2021-07-06 | Revert "Revert "Fix test"" | bjorn3 | -8/+5 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -193/+116 |
| 2021-07-06 | Auto merge of #86694 - cjgillot:pmmd, r=petrochenkov | bors | -40/+32 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -40/+32 |
| 2021-07-06 | Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514 | bors | -179/+188 |
| 2021-07-06 | Auto merge of #82985 - cjgillot:lint, r=jackh726 | bors | -62/+37 |
| 2021-07-05 | Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkov | bors | -81/+60 |
| 2021-07-05 | Auto merge of #86891 - JohnTitor:rollup-gy2gan9, r=JohnTitor | bors | -76/+119 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -4/+4 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -8/+9 |
| 2021-07-05 | rustdoc: Convert new ItemId's to real Json Ids | Justus K | -3/+18 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -115/+109 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -109/+115 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -105/+103 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -86/+81 |
| 2021-07-06 | Rollup merge of #86886 - jyn514:no-clean-symbol, r=GuillaumeGomez | Yuki Okushi | -15/+1 |
| 2021-07-06 | Rollup merge of #86878 - lnicola:rust-analyzer-2021-07-05, r=lnicola | Yuki Okushi | -16/+17 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -34/+0 |
| 2021-07-06 | Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se | Yuki Okushi | -2/+5 |
| 2021-07-06 | Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk | Yuki Okushi | -0/+3 |
| 2021-07-06 | Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-se | Yuki Okushi | -9/+50 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+43 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -91/+173 |
| 2021-07-05 | Deduplicate info.used_crate_source indexing | bjorn3 | -2/+3 |
| 2021-07-05 | Remove `impl Clean for {Ident, Symbol}` | Joshua Nelson | -15/+1 |
| 2021-07-05 | Enable dir_entry_ext2 feature in doc test. | Mara Bos | -0/+1 |
| 2021-07-05 | Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-se | bors | -0/+1 |
| 2021-07-05 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 |
| 2021-07-05 | s/die/terminate/ in abort documentation. | Mara Bos | -1/+1 |
| 2021-07-05 | Use american spelling for behaviour | Mara Bos | -1/+1 |
| 2021-07-05 | Talk about "terminate" rather than "die" | Ian Jackson | -1/+1 |
| 2021-07-05 | Talk about invalid instructions rather than debug traps | Ian Jackson | -2/+2 |
| 2021-07-05 | abort docs: Document buffer non-flushing | Ian Jackson | -0/+3 |
| 2021-07-05 | abort docs: Do not claim that intrinsics::abort is always a debug trap | Ian Jackson | -1/+3 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -9/+45 |
| 2021-07-05 | Auto merge of #86861 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-07-05 | Remove LibSource | bjorn3 | -81/+59 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -137/+19 |
| 2021-07-05 | update miri | Ralf Jung | -8/+8 |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -70/+107 |
| 2021-07-05 | Auto merge of #86867 - JohnTitor:convert-to-actual-assert, r=jackh726 | bors | -1/+1 |
| 2021-07-04 | Auto merge of #86875 - JohnTitor:rollup-fuefamw, r=JohnTitor | bors | -70/+126 |
| 2021-07-05 | Rollup merge of #86874 - klensy:bump-deps, r=Mark-Simulacrum | Yuki Okushi | -47/+14 |
| 2021-07-05 | Rollup merge of #86864 - GuillaumeGomez:example-write-vectored, r=JohnTitor | Yuki Okushi | -0/+21 |