| Age | Commit message (Expand) | Author | Lines |
| 2021-04-02 | Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-se | Dylan DPC | -12/+57 |
| 2021-04-02 | Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum | Dylan DPC | -134/+281 |
| 2021-04-02 | Rollup merge of #83065 - CDirkx:win-alloc, r=dtolnay | Dylan DPC | -33/+220 |
| 2021-04-02 | Remove `debug_assert` | Christiaan Dirkx | -4/+1 |
| 2021-04-02 | Introduce `get_process_heap` and fix atomic ordering. | Christiaan Dirkx | -13/+22 |
| 2021-04-02 | Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakis | bors | -3/+162 |
| 2021-04-02 | Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor | bors | -15/+117 |
| 2021-04-02 | Rollup merge of #83754 - GuillaumeGomez:search-tab-behaviour, r=jyn514 | Yuki Okushi | -0/+21 |
| 2021-04-02 | Rollup merge of #83745 - JohnTitor:jtitor-mailmap, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-04-02 | Rollup merge of #83740 - obi1kenobi:patch-1, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-04-02 | Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157 | Yuki Okushi | -13/+57 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+37 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -55/+183 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -88/+153 |
| 2021-04-02 | Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebank | bors | -55/+109 |
| 2021-04-02 | Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_... | bors | -317/+352 |
| 2021-04-02 | address comments | hi-rustin | -13/+13 |
| 2021-04-01 | Add test to ensure search tabs behaviour | Guillaume Gomez | -0/+21 |
| 2021-04-01 | Add a test that triggers the out-of-bounds ICE. | Midas Lambrichts | -0/+31 |
| 2021-04-01 | Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister | bors | -939/+656 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -317/+352 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -3/+162 |
| 2021-04-01 | Add my new email address to .mailmap | Yuki Okushi | -1/+1 |
| 2021-04-01 | Some more fine-grained forced inlining | Oli Scherer | -0/+2 |
| 2021-04-01 | Inline some functions that suddenly show up more in traces | Oli Scherer | -3/+3 |
| 2021-04-01 | Auto merge of #83726 - the8472:large-trustedlen-fail-fast, r=kennytm | bors | -8/+30 |
| 2021-04-01 | Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-ver... | bors | -1/+1 |
| 2021-04-01 | Fix minor typo in once.rs | Predrag Gruevski | -1/+1 |
| 2021-04-01 | Auto merge of #83732 - ehuss:update-cargo, r=ehuss | bors | -1/+2 |
| 2021-04-01 | Fix the `unsafe_block_in_unsafe_fn`s stabilized version | Yuki Okushi | -1/+1 |
| 2021-03-31 | Update cargo | Eric Huss | -1/+2 |
| 2021-04-01 | Auto merge of #83731 - Dylan-DPC:rollup-v2z3gkt, r=Dylan-DPC | bors | -10/+81 |
| 2021-04-01 | Rollup merge of #83712 - alexcrichton:more-wasm-simd-llvm-updates, r=nikic | Dylan DPC | -0/+0 |
| 2021-04-01 | Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davi... | Dylan DPC | -1/+1 |
| 2021-04-01 | Rollup merge of #83700 - steffahn:string_to_pathbuf_conversion_documentation,... | Dylan DPC | -9/+9 |
| 2021-04-01 | Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPC | Dylan DPC | -0/+32 |
| 2021-04-01 | Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011 | Dylan DPC | -0/+39 |
| 2021-03-31 | Fix `--external-css` to be invocation-specific and note main.js should be inv... | Joshua Nelson | -8/+27 |
| 2021-03-31 | panic early when TrustedLen indicates a length > usize::MAX | The8472 | -8/+30 |
| 2021-03-31 | Add a button to copy the "use statement" | Guillaume Gomez | -13/+57 |
| 2021-03-31 | Auto merge of #76814 - jackh726:binder-refactor, r=nikomatsakis | bors | -714/+1851 |
| 2021-03-31 | Update LLVM with another wasm simd fix | Alex Crichton | -0/+0 |
| 2021-04-01 | Clarify `--print target-list` is a rustc's option | JohnTitor | -1/+1 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -22/+22 |
| 2021-03-31 | Enforce that Toolchain files are static and Crate files are dynamic | Joshua Nelson | -29/+40 |
| 2021-03-31 | Enable debugging the dep-graph without debug-assertions. | Camille GILLOT | -9/+5 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -265/+214 |
| 2021-03-31 | Fix tests and AstConv -> dyn AstConv | Jack Huey | -21/+20 |
| 2021-03-31 | Fmt and test revert | Jack Huey | -38/+39 |
| 2021-03-31 | Fix new problem from rebase and a little cleanup | Jack Huey | -10/+14 |