about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-02Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-seDylan DPC-12/+57
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-134/+281
2021-04-02Rollup merge of #83065 - CDirkx:win-alloc, r=dtolnayDylan DPC-33/+220
2021-04-02Remove `debug_assert`Christiaan Dirkx-4/+1
2021-04-02Introduce `get_process_heap` and fix atomic ordering.Christiaan Dirkx-13/+22
2021-04-02Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakisbors-3/+162
2021-04-02Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitorbors-15/+117
2021-04-02Rollup merge of #83754 - GuillaumeGomez:search-tab-behaviour, r=jyn514Yuki Okushi-0/+21
2021-04-02Rollup merge of #83745 - JohnTitor:jtitor-mailmap, r=Mark-SimulacrumYuki Okushi-1/+1
2021-04-02Rollup merge of #83740 - obi1kenobi:patch-1, r=joshtriplettYuki Okushi-1/+1
2021-04-02Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157Yuki Okushi-13/+57
2021-04-02Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakisYuki Okushi-0/+37
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-55/+183
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-88/+153
2021-04-02Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebankbors-55/+109
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-317/+352
2021-04-02address commentshi-rustin-13/+13
2021-04-01Add test to ensure search tabs behaviourGuillaume Gomez-0/+21
2021-04-01Add a test that triggers the out-of-bounds ICE.Midas Lambrichts-0/+31
2021-04-01Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoeristerbors-939/+656
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-317/+352
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-3/+162
2021-04-01Add my new email address to .mailmapYuki Okushi-1/+1
2021-04-01Some more fine-grained forced inliningOli Scherer-0/+2
2021-04-01Inline some functions that suddenly show up more in tracesOli Scherer-3/+3
2021-04-01Auto merge of #83726 - the8472:large-trustedlen-fail-fast, r=kennytmbors-8/+30
2021-04-01Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-ver...bors-1/+1
2021-04-01Fix minor typo in once.rsPredrag Gruevski-1/+1
2021-04-01Auto merge of #83732 - ehuss:update-cargo, r=ehussbors-1/+2
2021-04-01Fix the `unsafe_block_in_unsafe_fn`s stabilized versionYuki Okushi-1/+1
2021-03-31Update cargoEric Huss-1/+2
2021-04-01Auto merge of #83731 - Dylan-DPC:rollup-v2z3gkt, r=Dylan-DPCbors-10/+81
2021-04-01Rollup merge of #83712 - alexcrichton:more-wasm-simd-llvm-updates, r=nikicDylan DPC-0/+0
2021-04-01Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davi...Dylan DPC-1/+1
2021-04-01Rollup merge of #83700 - steffahn:string_to_pathbuf_conversion_documentation,...Dylan DPC-9/+9
2021-04-01Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPCDylan DPC-0/+32
2021-04-01Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011Dylan DPC-0/+39
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-8/+27
2021-03-31panic early when TrustedLen indicates a length > usize::MAXThe8472-8/+30
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-13/+57
2021-03-31Auto merge of #76814 - jackh726:binder-refactor, r=nikomatsakisbors-714/+1851
2021-03-31Update LLVM with another wasm simd fixAlex Crichton-0/+0
2021-04-01Clarify `--print target-list` is a rustc's optionJohnTitor-1/+1
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-22/+22
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-29/+40
2021-03-31Enable debugging the dep-graph without debug-assertions.Camille GILLOT-9/+5
2021-03-31Cleanups and commentsJack Huey-265/+214
2021-03-31Fix tests and AstConv -> dyn AstConvJack Huey-21/+20
2021-03-31Fmt and test revertJack Huey-38/+39
2021-03-31Fix new problem from rebase and a little cleanupJack Huey-10/+14