| Age | Commit message (Expand) | Author | Lines |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -68/+71 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -47/+130 |
| 2021-09-12 | Auto merge of #88765 - mk12:update-llvm, r=cuviper | bors | -0/+0 |
| 2021-09-12 | Auto merge of #87073 - jyn514:primitive-docs, r=GuillaumeGomez,jyn514 | bors | -211/+1596 |
| 2021-09-12 | Fix `no_core` and `no_std` rustdoc tests on Windows | Guillaume Gomez | -1/+4 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -8/+45 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -165/+144 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -9/+12 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -31/+1394 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1192/+2822 |
| 2021-09-11 | Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum | bors | -372/+266 |
| 2021-09-11 | Auto merge of #88857 - workingjubilee:rollup-zrtvspt, r=workingjubilee | bors | -268/+823 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -5/+6 |
| 2021-09-11 | Rollup merge of #88850 - matthiaskrgr:identical_conv, r=jackh726 | Jubilee | -5/+5 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -34/+30 |
| 2021-09-11 | Rollup merge of #88830 - GuillaumeGomez:help-e0463, r=estebank | Jubilee | -0/+5 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -150/+551 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -37/+80 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+39 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -6/+6 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -25/+61 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+37 |
| 2021-09-11 | Rollup merge of #87904 - kpreid:unsize, r=jyn514 | Jubilee | -11/+9 |
| 2021-09-11 | Auto merge of #88327 - bonega:scalar_refactor, r=eddyb | bors | -270/+230 |
| 2021-09-11 | Add comment pointing to test | Andrew Hickman | -0/+3 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -5/+5 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -34/+30 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -13/+82 |
| 2021-09-11 | Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth | bors | -212/+976 |
| 2021-09-11 | Update LLVM submodule | Mitchell Kember | -0/+0 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -68/+71 |
| 2021-09-10 | Add help for E0463 | Guillaume Gomez | -0/+5 |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -1096/+2532 |
| 2021-09-10 | Record call_site parent for macros. | Camille GILLOT | -3/+27 |
| 2021-09-10 | Remove some span tracking. | Camille GILLOT | -6/+6 |
| 2021-09-10 | Give spans their parent item during lowering. | Camille GILLOT | -3/+11 |
| 2021-09-10 | Add actual spans to the crate hash. | Camille GILLOT | -13/+13 |
| 2021-09-10 | Add sanity check. | Camille GILLOT | -3/+9 |
| 2021-09-10 | Rename decode to data_untracked. | Camille GILLOT | -7/+8 |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -5/+40 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -16/+76 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -40/+88 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -11/+22 |
| 2021-09-10 | Auto merge of #88823 - hyd-dev:miri, r=RalfJung | bors | -8/+8 |
| 2021-09-10 | Rollup merge of #88812 - gz:patch-1, r=ehuss | Manish Goregaokar | -1/+1 |
| 2021-09-10 | Rollup merge of #88807 - jruderman:which_reverses, r=joshtriplett | Manish Goregaokar | -1/+1 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -3/+81 |
| 2021-09-10 | Rollup merge of #88732 - durin42:llvm-14-attrs-2, r=nikic | Manish Goregaokar | -25/+31 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -5/+108 |