about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-06-03Remove check for projections in a branch without anyTomasz Miąsko-13/+0
2021-06-03Remove unused support for `VarDebugInfo`Tomasz Miąsko-33/+4
2021-06-03Auto merge of #85958 - hyd-dev:miri, r=RalfJungbors-7/+11
2021-06-03Update Mirihyd-dev-7/+11
2021-06-03Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitorbors-133/+227
2021-06-03Rollup merge of #85935 - tmiasko:validate-indexing, r=jonas-schievinkYuki Okushi-2/+20
2021-06-03Rollup merge of #85934 - tmiasko:is-union, r=jackh726Yuki Okushi-59/+32
2021-06-03Rollup merge of #85926 - ehuss:update-cargo, r=ehussYuki Okushi-3/+22
2021-06-03Rollup merge of #85911 - cjgillot:one-output, r=Aaron1011Yuki Okushi-3/+3
2021-06-03Rollup merge of #85900 - LingMan:pat_mat, r=petrochenkovYuki Okushi-19/+7
2021-06-03Rollup merge of #85897 - steffahn:update_unsound_label_for_triagebot, r=Mark-...Yuki Okushi-1/+1
2021-06-03Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p...Yuki Okushi-3/+45
2021-06-03Rollup merge of #85880 - csmoe:ice-85768, r=oli-obkYuki Okushi-4/+63
2021-06-03Rollup merge of #85877 - est31:intra_doc_links, r=jyn514Yuki Okushi-4/+4
2021-06-03Rollup merge of #85852 - m-ou-se:machineapplicable-docs, r=nikomatsakisYuki Okushi-1/+5
2021-06-03Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakisYuki Okushi-19/+20
2021-06-03Rollup merge of #85706 - jrmuizel:fpe, r=nagisaYuki Okushi-5/+1
2021-06-03Rollup merge of #83362 - SOF3:stab/vecdeque-binary-search, r=m-ou-seYuki Okushi-10/+4
2021-06-03Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplettbors-8/+75
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-99/+173
2021-06-02Auto merge of #84703 - GuillaumeGomez:cleanup-dom, r=jshabors-241/+256
2021-06-02Auto merge of #85904 - cjgillot:one-name, r=petrochenkovbors-30/+23
2021-06-02Replace h3 for notable traits with divGuillaume Gomez-15/+23
2021-06-02Stabilize VecDeque::partition_point.Mara Bos-2/+1
2021-06-02Bump vecdeque_binary_search stabilization to 1.54.Mara Bos-3/+3
2021-06-02Bumped `vecdeque_binary_search` stabilization version to 1.53.0SOFe-3/+3
2021-06-02Stabilize `vecdeque_binary_search`SOFe-8/+3
2021-06-02Update rustdoc testsGuillaume Gomez-94/+100
2021-06-02Remove data-level selectors from CSS.Jacob Hoffman-Andrews-82/+20
2021-06-02Turn off frame pointer elimination on all Apple platforms.Jeff Muizelaar-5/+1
2021-06-02Restrict access to crate_name.Camille GILLOT-30/+23
2021-06-02Validate type of locals used as indicesTomasz Miąsko-2/+20
2021-06-02Add `Ty::is_union` predicate and use itTomasz Miąsko-55/+31
2021-06-02Implement `Ty::is_enum` using `matches!`Tomasz Miąsko-4/+1
2021-06-02Auto merge of #85337 - cjgillot:less-anon, r=michaelwoeristerbors-27/+54
2021-06-02Auto merge of #85892 - tmiasko:i, r=oli-obkbors-0/+45
2021-06-02Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011bors-12/+12
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+45
2021-06-02Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011bors-69/+28
2021-06-01Update cargoEric Huss-3/+22
2021-06-02Auto merge of #85687 - m-ou-se:new-prelude, r=yaahcbors-14/+27
2021-06-02convert Rvalue::threadlocalref assertion to delay bugcsmoe-17/+11
2021-06-01Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011bors-790/+528
2021-06-01Use pattern matching instead of checking lengths explicitlyLingMan-19/+7
2021-06-01Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726bors-71/+12
2021-06-01Make trait_map an Option.Camille GILLOT-15/+6
2021-06-01Make the reasoning more explicit.Camille GILLOT-5/+9
2021-06-01Avoid creating anonymous nodes with zero or one dependency.Camille GILLOT-27/+50
2021-06-01Don't generate impl-items div container if there is noneGuillaume Gomez-4/+6
2021-06-01Avoid a clone of output_filenames.Camille GILLOT-3/+3