]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-06 SmittyRemove some last remants of {push,pop}_unsafe!
2021-06-04 borsAuto merge of #85385 - richkadel:simpler-simplify-with...
2021-06-04 borsAuto merge of #85959 - RalfJung:miri-stage-0, r=Mark...
2021-06-04 borsAuto merge of #85984 - JohnTitor:rollup-rq0g9ph, r...
2021-06-04 Yuki OkushiRollup merge of #85977 - ehuss:linkcheck-nightly, r...
2021-06-04 Yuki OkushiRollup merge of #85963 - m-ou-se:constructor-type-name...
2021-06-04 Yuki OkushiRollup merge of #85937 - m-ou-se:macro-ref-suggestions...
2021-06-04 Yuki OkushiRollup merge of #85899 - klensy:jsondocck-f, r=Mark...
2021-06-04 Yuki OkushiRollup merge of #85889 - denismerigoux:master, r=petroc...
2021-06-04 Yuki OkushiRollup merge of #85888 - steffahn:fix_internal_trustedr...
2021-06-04 Yuki OkushiRollup merge of #85850 - bjorn3:less_feature_gates...
2021-06-04 Yuki OkushiRollup merge of #85717 - fee1-dead:document-cow, r...
2021-06-04 borsAuto merge of #85954 - flip1995:clippyup, r=Manishearth
2021-06-03 borsAuto merge of #85867 - steffahn:remove_unnecessary_spec...
2021-06-03 Eric HussBuild linkcheck script as release to run faster.
2021-06-03 Eric HussFix linkcheck script from getting out of sync.
2021-06-03 borsAuto merge of #85617 - hi-rustin:rustin-patch-fix,...
2021-06-03 borsAuto merge of #85292 - wesleywiser:enum_debuginfo,...
2021-06-03 Mara BosAdd test for issue 84666.
2021-06-03 Mara BosShow `::{{constructor}}` in std::any::type_name().
2021-06-03 borsAuto merge of #85958 - hyd-dev:miri, r=RalfJung
2021-06-03 Ralf Jungfix testing Miri with --stage 0
2021-06-03 hyd-devUpdate Miri
2021-06-03 borsAuto merge of #85952 - JohnTitor:rollup-r00gu9q, r...
2021-06-03 Denis MerigouxRestore the num_def_ids_untracked public function givin...
2021-06-03 flip1995Update Cargo.lock
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
2021-06-03 borsAuto merge of #7313 - flip1995:rustup, r=flip1995
2021-06-03 flip1995Bump nightly version -> 2021-06-03
2021-06-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-06-03 Yuki OkushiRollup merge of #85935 - tmiasko:validate-indexing...
2021-06-03 Yuki OkushiRollup merge of #85934 - tmiasko:is-union, r=jackh726
2021-06-03 Yuki OkushiRollup merge of #85926 - ehuss:update-cargo, r=ehuss
2021-06-03 Yuki OkushiRollup merge of #85911 - cjgillot:one-output, r=Aaron1011
2021-06-03 Yuki OkushiRollup merge of #85900 - LingMan:pat_mat, r=petrochenkov
2021-06-03 Yuki OkushiRollup merge of #85897 - steffahn:update_unsound_label_...
2021-06-03 Yuki OkushiRollup merge of #85896 - BoxyUwU:remove-fixme-fwd-decla...
2021-06-03 Yuki OkushiRollup merge of #85880 - csmoe:ice-85768, r=oli-obk
2021-06-03 Yuki OkushiRollup merge of #85877 - est31:intra_doc_links, r=jyn514
2021-06-03 Yuki OkushiRollup merge of #85852 - m-ou-se:machineapplicable...
2021-06-03 Yuki OkushiRollup merge of #85724 - sexxi-goose:rox-fix-issue...
2021-06-03 Yuki OkushiRollup merge of #85706 - jrmuizel:fpe, r=nagisa
2021-06-03 Yuki OkushiRollup merge of #83362 - SOF3:stab/vecdeque-binary...
2021-06-03 borsAuto merge of #84988 - alexcrichton:safe-target-feature...
2021-06-03 borsAuto merge of #84834 - GuillaumeGomez:sidebar-unificati...
2021-06-02 borsAuto merge of #84703 - GuillaumeGomez:cleanup-dom,...
2021-06-02 borsAuto merge of #85904 - cjgillot:one-name, r=petrochenkov
2021-06-02 Wesley WiserUpdate generator tests
2021-06-02 Guillaume GomezReplace h3 for notable traits with div
2021-06-02 Mara BosStabilize VecDeque::partition_point.
2021-06-02 Mara BosBump vecdeque_binary_search stabilization to 1.54.
2021-06-02 SOFeBumped `vecdeque_binary_search` stabilization version...
2021-06-02 SOFeStabilize `vecdeque_binary_search`
2021-06-02 Guillaume GomezUpdate rustdoc tests
2021-06-02 Jacob Hoffman... Remove data-level selectors from CSS.
2021-06-02 Jeff MuizelaarTurn off frame pointer elimination on all Apple platforms.
2021-06-02 Mara BosAdd test for ref suggestions in macros.
2021-06-02 Camille GILLOTRestrict access to crate_name.
2021-06-02 Mara BosImprove check_ref suggestions in macros.
2021-06-02 Tomasz MiąskoValidate type of locals used as indices
2021-06-02 hi-rustinAddress comment
2021-06-02 Tomasz MiąskoAdd `Ty::is_union` predicate and use it
2021-06-02 Tomasz MiąskoImplement `Ty::is_enum` using `matches!`
2021-06-02 Wesley WiserRespond to review feedback
2021-06-02 Wesley WiserChange the type name from `_enum<..>` to `enum$<..>`
2021-06-02 Wesley WiserRespond to review feedback
2021-06-02 Wesley WiserMake tidy happy
2021-06-02 Wesley WiserAdd/update tests
2021-06-02 Wesley WiserGenerate better debuginfo for niche-layout enums
2021-06-02 Wesley WiserRemove fallback for containing scopes
2021-06-02 Wesley WiserResolve EnumTagInfo FIXME
2021-06-02 Wesley WiserGenerate better debuginfo for directly tagged enums
2021-06-02 borsAuto merge of #85337 - cjgillot:less-anon, r=michaelwoe...
2021-06-02 borsAuto merge of #85892 - tmiasko:i, r=oli-obk
2021-06-02 borsAuto merge of #85908 - cjgillot:private-dep-query,...
2021-06-02 Tomasz MiąskoMiscellaneous inlining improvements
2021-06-02 borsAuto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011
2021-06-02 Eric HussUpdate cargo
2021-06-02 borsAuto merge of #85687 - m-ou-se:new-prelude, r=yaahc
2021-06-02 csmoeconvert Rvalue::threadlocalref assertion to delay bug
2021-06-01 borsAuto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011
2021-06-01 LingManUse pattern matching instead of checking lengths explicitly
2021-06-01 Rich KadelReland - Report coverage `0` of dead blocks
2021-06-01 borsAuto merge of #85829 - bjorn3:simplify_crate_num, r...
2021-06-01 Camille GILLOTMake trait_map an Option.
2021-06-01 Camille GILLOTMake the reasoning more explicit.
2021-06-01 Camille GILLOTAvoid creating anonymous nodes with zero or one dependency.
2021-06-01 Guillaume GomezDon't generate impl-items div container if there is...
2021-06-01 Camille GILLOTAvoid a clone of output_filenames.
2021-06-01 Guillaume GomezRemove invalid usage of aria-level
2021-06-01 Guillaume GomezReplace h3 and h4 containing invalid DOM
2021-06-01 Guillaume GomezAdd missing <title> in redirection page <head>
2021-06-01 Guillaume GomezReplace empty href with "#"
2021-06-01 Camille GILLOTMake is_private_dep a query.
2021-06-01 Camille GILLOTRename take_trait_map.
2021-06-01 Camille GILLOTCheck that trait_map is not moved twice.
2021-06-01 Camille GILLOTRemove StableVec.
2021-06-01 Camille GILLOTOnly compute the trait_map once.
2021-06-01 EllenAdd test for forward declared const param defaults
2021-06-01 klensyreplace lazy_static with once_cell, drop direct depende...
next