| Age | Commit message (Expand) | Author | Lines |
| 2021-05-20 | Check for raw pointer dereference in THIR unsafeck | LeSeulArtichaut | -10/+113 |
| 2021-05-19 | Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis | bors | -723/+777 |
| 2021-05-19 | Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-... | bors | -0/+80 |
| 2021-05-19 | Adapt the THIR visitor to the vec-stored THIR | LeSeulArtichaut | -95/+96 |
| 2021-05-19 | Store THIR in `IndexVec`s instead of an `Arena` | LeSeulArtichaut | -628/+681 |
| 2021-05-19 | Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk | bors | -510/+597 |
| 2021-05-19 | Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa | bors | -5/+76 |
| 2021-05-19 | Auto merge of #85458 - jackh726:rollup-zvvybmt, r=jackh726 | bors | -100/+226 |
| 2021-05-18 | Rollup merge of #85438 - GuillaumeGomez:fix-escape-handling, r=jsha | Jack Huey | -2/+29 |
| 2021-05-18 | Rollup merge of #85425 - mbartlett21:patch-1, r=scottmcm | Jack Huey | -1/+1 |
| 2021-05-18 | Rollup merge of #85396 - jsha:top-doc-font-sizes, r=GuillaumeGomez | Jack Huey | -3/+7 |
| 2021-05-18 | Rollup merge of #85297 - infinity0:master, r=Mark-Simulacrum | Jack Huey | -1/+8 |
| 2021-05-18 | Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov | Jack Huey | -9/+11 |
| 2021-05-18 | Rollup merge of #84883 - durin42:allow-unused-prefixes, r=nikic | Jack Huey | -1/+5 |
| 2021-05-18 | Rollup merge of #83767 - camelid:mangle-v0-fix, r=nikomatsakis | Jack Huey | -7/+144 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -76/+21 |
| 2021-05-19 | Auto merge of #85176 - a1phyr:impl_clone_from, r=yaahc | bors | -3/+55 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -798/+1176 |
| 2021-05-18 | No matter how trivial the change, tidy always finds a way to complain... | Scott McMurray | -6/+6 |
| 2021-05-18 | Mention the issue number for the new mir-opt in the FIXMEs
| scottmcm | -3/+3 |
| 2021-05-18 | std: Attempt again to inline thread-local-init across crates | Alex Crichton | -0/+80 |
| 2021-05-18 | Set dso_local for more items | Boris-Chengbiao Zhou | -1/+72 |
| 2021-05-18 | Fix assembly test from #83592 | Boris-Chengbiao Zhou | -4/+4 |
| 2021-05-18 | Auto merge of #85443 - RalfJung:rollup-d9gd64t, r=RalfJung | bors | -225/+267 |
| 2021-05-18 | Rollup merge of #85442 - imjorge:patch-1, r=jonas-schievink | Ralf Jung | -2/+2 |
| 2021-05-18 | Rollup merge of #85428 - leebradley:add-xpy-presetup-instructions, r=Mark-Sim... | Ralf Jung | -2/+22 |
| 2021-05-18 | Rollup merge of #85423 - jyn514:cmake, r=Mark-Simulacrum | Ralf Jung | -2/+3 |
| 2021-05-18 | Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jsha | Ralf Jung | -13/+39 |
| 2021-05-18 | Rollup merge of #85404 - pietroalbini:relnotes-1.52.1, r=Mark-Simulacrum | Ralf Jung | -0/+21 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -11/+2 |
| 2021-05-18 | Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomez | Ralf Jung | -195/+178 |
| 2021-05-18 | fix mplace_access_checked with forced alignment | Ralf Jung | -2/+3 |
| 2021-05-18 | add Align::ONE; add methods to access alloc.extra | Ralf Jung | -19/+30 |
| 2021-05-18 | reduce number of allocation lookups during copy | Ralf Jung | -6/+6 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -493/+568 |
| 2021-05-18 | fix typo | Jorge Ferreira | -2/+2 |
| 2021-05-18 | Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomez | bors | -133/+800 |
| 2021-05-18 | Add GUI tests for escape handling | Guillaume Gomez | -0/+27 |
| 2021-05-18 | Fix escape handling on search results | Guillaume Gomez | -2/+2 |
| 2021-05-18 | Rollup merge of #85415 - LeSeulArtichaut:no-packed-borrow-unsafeck, r=RalfJung | Guillaume Gomez | -43/+22 |
| 2021-05-18 | Rollup merge of #85393 - Aaron1011:async-type-err, r=varkor | Guillaume Gomez | -9/+46 |
| 2021-05-18 | Rollup merge of #85369 - FabianWolff:issue-84973, r=jackh726 | Guillaume Gomez | -17/+277 |
| 2021-05-18 | Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor | Guillaume Gomez | -7/+263 |
| 2021-05-18 | Rollup merge of #85338 - lopopolo:core-iter-repeat-gh-81292, r=joshtriplett | Guillaume Gomez | -0/+35 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -2/+14 |
| 2021-05-18 | Rollup merge of #84587 - jyn514:rustdoc-lint-block, r=CraftSpider | Guillaume Gomez | -55/+143 |
| 2021-05-18 | Auto merge of #85313 - jackh726:region_eq, r=nikomatsakis | bors | -41/+83 |
| 2021-05-18 | Don't pass -pie to linker on windows targets. | Luqman Aden | -2/+5 |
| 2021-05-18 | Undo unnecessary changes. | Luqman Aden | -13/+4 |
| 2021-05-18 | Improve display for "copy-path" button, making it more discrete | Guillaume Gomez | -13/+39 |