]> git.lizzy.rs Git - rust.git/history - compiler
Simplify commit check
[rust.git] / compiler /
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 borsAuto merge of #85617 - hi-rustin:rustin-patch-fix,...
2021-06-03 borsAuto merge of #85292 - wesleywiser:enum_debuginfo,...
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 borsAuto merge of #85952 - JohnTitor:rollup-r00gu9q, r...
2021-06-03 Denis MerigouxRestore the num_def_ids_untracked public function givin...
2021-06-03 flip1995Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31...
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 Jeff MuizelaarTurn off frame pointer elimination on all Apple platforms.
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 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 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 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 Camille GILLOTAvoid a clone of output_filenames.
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 borsAuto merge of #85886 - GuillaumeGomez:rollup-l3yr3np...
2021-06-01 Guillaume GomezRollup merge of #85860 - pickfire:patch-5, r=GuillaumeGomez
2021-06-01 Guillaume GomezRollup merge of #85826 - jsha:npo, r=joshtriplett
2021-06-01 Guillaume GomezRollup merge of #85622 - jsha:untoggle-undocumented...
2021-06-01 Guillaume GomezRollup merge of #85473 - infinity0:master, r=jackh726
2021-06-01 borsAuto merge of #85884 - rust-lang:revert-85153-qresolve...
2021-06-01 Camille GillotRevert "Reduce the amount of untracked state in TyCtxt"
2021-06-01 borsAuto merge of #85859 - pickfire:patch-3, r=CraftSpider
2021-06-01 csmoeskip check_static on rvalue::threadlocalref
2021-06-01 borsAuto merge of #85856 - lnicola:rust-analyzer-2021-05...
2021-06-01 borsAuto merge of #85153 - cjgillot:qresolve, r=Aaron1011
2021-05-31 borsAuto merge of #85866 - Aaron1011:miriup-const-err,...
2021-05-31 borsAuto merge of #85702 - Aaron1011:no-vec-sort, r=michael...
2021-05-31 borsAuto merge of #85814 - steffahn:fix_linked_list_itermut...
2021-05-31 borsAuto merge of #85704 - Aaron1011:const-panic-hard-err...
2021-05-31 bjorn3Remove unused feature gates
2021-05-31 Mara BosClarify meaning of MachineApplicable suggestions.
2021-05-31 bjorn3Use allow_internal_unstable more in rustc_index
2021-05-31 bjorn3Remove unnecessary unboxed_closures feature usage
2021-05-31 borsAuto merge of #85266 - cjgillot:hir-dep-clean, r=michae...
2021-05-31 borsAuto merge of #85395 - 12101111:build-crt, r=petrochenkov
2021-05-31 borsAuto merge of #85819 - CDirkx:is_unicast_link_local_str...
2021-05-31 borsAuto merge of #85597 - 0yoyoyo:fix-issue-71563-remove...
2021-05-30 borsAuto merge of #85559 - 12101111:sanitizer-crt-static...
2021-05-30 borsAuto merge of #85838 - GuillaumeGomez:rollup-rk2rh7m...
2021-05-30 Guillaume GomezRollup merge of #85818 - LeSeulArtichaut:85794-diag...
2021-05-30 Guillaume GomezRollup merge of #85817 - r00ster91:patch-9, r=dtolnay
2021-05-30 Guillaume GomezRollup merge of #85801 - WaffleLapkin:master, r=joshtri...
2021-05-30 Guillaume GomezRollup merge of #85781 - badboy:document-aarch-ios...
next