]> git.lizzy.rs Git - rust.git/history - compiler
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / compiler /
2021-11-13 Jubilee YoungAdd 'library/portable-simd/' from commit '1ce1c645cf27c...
2021-10-20 borsAuto merge of #89978 - cjgillot:qarray, r=Mark-Simulacrum
2021-10-20 Camille GILLOTAddress review.
2021-10-20 Camille GILLOTInline DepNodeParams methods.
2021-10-20 Camille GILLOTCompute query vtable manually.
2021-10-20 Camille GILLOTStore node_intern_event_id in CurrentDepGraph.
2021-10-20 Camille GILLOTBuild jump table at runtime.
2021-10-20 Camille GILLOTInvoke callbacks from rustc_middle.
2021-10-20 Camille GILLOTMerge two query callbacks arrays.
2021-10-20 Camille GILLOTDrop has_params.
2021-10-20 Camille GILLOTMake hash_result an Option.
2021-10-20 Camille GILLOTMove def_path_hash_to_def_id to rustc_middle.
2021-10-20 Camille GILLOTAvoid trivial lambdas.
2021-10-20 borsAuto merge of #90050 - michaelwoerister:fix-vtable...
2021-10-20 borsAuto merge of #89100 - petrochenkov:localbind, r=cjgillot
2021-10-19 borsAuto merge of #90067 - JohnTitor:rollup-afrjulz, r...
2021-10-19 Yuki OkushiRollup merge of #90060 - vincentdephily:patch-1, r...
2021-10-19 Yuki OkushiRollup merge of #90036 - jsha:less-rule, r=GuillaumeGomez
2021-10-19 Yuki OkushiRollup merge of #90025 - JohnTitor:revert-86011, r...
2021-10-19 Yuki OkushiRollup merge of #90018 - GuillaumeGomez:too-long-item...
2021-10-19 Yuki OkushiRollup merge of #90009 - woppopo:const_from_more, r...
2021-10-19 Yuki OkushiRollup merge of #88860 - nbdd0121:panic, r=m-ou-se
2021-10-19 Yuki OkushiRollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor
2021-10-19 Yuki OkushiRollup merge of #87769 - m-ou-se:alloc-features-cleanup...
2021-10-19 Yuki OkushiRollup merge of #87404 - rylev:artifact-size-profiling...
2021-10-19 Yuki OkushiRollup merge of #86479 - exphp-forks:float-debug-expone...
2021-10-19 borsAuto merge of #89933 - est31:let_else, r=michaelwoerister
2021-10-19 Gary GuoDeduplicate panic_fmt
2021-10-19 Michael WoeristerErase late-bound regions before computing vtable debugi...
2021-10-19 borsAuto merge of #90039 - ehuss:update-cargo, r=ehuss
2021-10-19 borsAuto merge of #90040 - nbdd0121:issue-90038, r=oli-obk
2021-10-19 Gary GuoFix issue 90038
2021-10-19 borsAuto merge of #90037 - matthiaskrgr:rollup-cdfhxtn...
2021-10-19 Matthias KrügerRollup merge of #90034 - moxian:unzip-doc, r=cuviper
2021-10-19 Matthias KrügerRollup merge of #90002 - lnicola:rust-analyzer-2021...
2021-10-19 Matthias KrügerRollup merge of #89997 - cameron1024:const-str-as-bytes...
2021-10-19 Matthias KrügerRollup merge of #89988 - tmiasko:unpromote-const-drop...
2021-10-19 Matthias KrügerRollup merge of #89956 - JohnTitor:suggest-case-insensi...
2021-10-19 Matthias KrügerRollup merge of #89941 - hermitcore:kernel, r=joshtriplett
2021-10-19 Matthias KrügerRollup merge of #89867 - Urgau:fix-double-definition...
2021-10-19 Matthias KrügerRollup merge of #89766 - krasimirgg:llvm-14-targetregis...
2021-10-19 borsAuto merge of #89905 - matthiaskrgr:rev_89709_entirely...
2021-10-18 borsAuto merge of #89229 - oli-obk:i_love_inferctxt, r...
2021-10-18 Tomasz MiąskoDo not promote values with const drop that need to...
2021-10-18 borsAuto merge of #89124 - cjgillot:owner-info, r=michaelwo...
2021-10-18 Tomasz MiąskoRename `needs_drop` to `needs_non_const_drop`
2021-10-18 Yuki OkushiRevert "Rollup merge of #86011 - tlyu:correct-sized...
2021-10-18 Oli SchererMember constraints already covered all of E0482 already...
2021-10-18 Oli SchererGuarding a loop with a check that it never runs is...
2021-10-18 Oli SchererRemove unused enum variant
2021-10-18 Oli SchererRemove regionck member constraint handling and leave...
2021-10-18 Krasimir GeorgievRustWrapper: adapt for an LLVM API change
2021-10-18 Vadim Petrochenkovresolve: Use `NameBinding` for local variables and...
2021-10-18 borsAuto merge of #90000 - matthiaskrgr:rollup-vj7wwur...
2021-10-18 Matthias KrügerRollup merge of #89996 - winterqt:bump-backtrace, r...
2021-10-18 Matthias KrügerRollup merge of #89993 - pierwill:patch-1, r=Mark-Simul...
2021-10-18 Matthias KrügerRollup merge of #89990 - petrochenkov:idempty, r=wesley...
2021-10-18 Matthias KrügerRollup merge of #89989 - camelid:type-size, r=jyn514
2021-10-18 Matthias KrügerRollup merge of #89987 - pierwill:fix-85526-docs-hidden...
2021-10-18 Matthias KrügerRollup merge of #89974 - est31:let_else_if_error, r...
2021-10-18 Matthias KrügerRollup merge of #89965 - JohnTitor:fix-let-else-ice...
2021-10-18 Matthias KrügerRollup merge of #89950 - infinity0:master, r=Mark-Simul...
2021-10-17 borsAuto merge of #89499 - Mark-Simulacrum:with-llvm-13...
2021-10-17 pierwillCheck implementing type for `#[doc(hidden)]`
2021-10-17 est31Nicer error message if the user attempts to do let...
2021-10-17 Vadim Petrochenkovrustc_span: `Ident::invalid` -> `Ident::empty`
2021-10-17 borsAuto merge of #89984 - matthiaskrgr:rollup-ikmyhmx...
2021-10-17 Matthias KrügerRollup merge of #89977 - woppopo:result_const_as_mut...
2021-10-17 Matthias KrügerRollup merge of #89975 - JohnTitor:gats-tests-85921...
2021-10-17 Matthias KrügerRollup merge of #89963 - r00ster91:parenthesisparenthes...
2021-10-17 Matthias KrügerRollup merge of #89946 - JohnTitor:fix-89686, r=petroch...
2021-10-17 Matthias KrügerRollup merge of #89945 - JohnTitor:we-now-specialize...
2021-10-17 Matthias KrügerRollup merge of #89888 - rusticstuff:download-ci-llvm...
2021-10-17 Matthias KrügerRollup merge of #89738 - eddyb:extern-crate-recursion...
2021-10-17 borsAuto merge of #89981 - pietroalbini:1.56-version-bump...
2021-10-17 borsAuto merge of #89514 - davidtwco:polymorphize-shims...
2021-10-17 r00ster91Some "parenthesis" and "parentheses" fixes
2021-10-17 borsAuto merge of #88652 - AGSaidi:linux-aarch64-should...
2021-10-17 borsAuto merge of #89968 - JohnTitor:rollup-z51n967, r...
2021-10-16 Yuki OkushiRollup merge of #89958 - nhamovitz:patch-1, r=nagisa
2021-10-16 Yuki OkushiRollup merge of #89953 - woppopo:option_const_as_mut...
2021-10-16 Yuki OkushiRollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obk
2021-10-16 Yuki OkushiRollup merge of #89907 - GuillaumeGomez:correctly-emit...
2021-10-16 Yuki OkushiRollup merge of #89886 - alexcrichton:update-wasi-libc...
2021-10-16 Yuki OkushiRollup merge of #89849 - rusticstuff:remove-xcode-selec...
2021-10-16 Yuki OkushiRollup merge of #89507 - lopopolo:lopopolo/ordering...
2021-10-16 Yuki OkushiFix ICE with `let...else` and `ref mut`
2021-10-16 nhamovitzCorrect typo
2021-10-16 Yuki OkushiSuggest a case insensitive match name regardless of...
2021-10-16 borsAuto merge of #89860 - camsteffen:macro-semi, r=petroch...
2021-10-16 Matthias Krügerclippy::complexity changes
2021-10-16 Yuki OkushiFix an ICE with TAITs and Future
2021-10-16 Stefan LankesHermitCore's kernel itself doesn't support TLS
2021-10-16 borsAuto merge of #89939 - matthiaskrgr:rollup-q3lrdck...
2021-10-16 Matthias KrügerRollup merge of #89925 - gilescope:update-docs-atomic...
2021-10-16 Matthias KrügerRollup merge of #89921 - joshuaseaton:zircon-process...
2021-10-16 Matthias KrügerRollup merge of #89918 - JohnTitor:gats-tests, r=jackh726
2021-10-16 Matthias KrügerRollup merge of #89915 - jackh726:outlives_cleanup...
2021-10-16 Matthias KrügerRollup merge of #89914 - jackh726:gat_genericboundfailu...
2021-10-16 Matthias KrügerRollup merge of #89912 - davidtwco:issue-89280-split...
next