]> git.lizzy.rs Git - rust.git/history - compiler
Refactor memchr to allow optimization
[rust.git] / compiler /
2020-09-25 borsAuto merge of #73453 - erikdesjardins:tuplayout, r...
2020-09-25 borsAuto merge of #77152 - vandenheuvel:update_chalk_furthe...
2020-09-25 borsAuto merge of #77041 - lcnr:const-eval-perf, r=ecstatic...
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-25 borsAuto merge of #76844 - simonvandel:fix-76803, r=wesleywiser
2020-09-25 borsAuto merge of #77172 - jonas-schievink:rollup-a041rou...
2020-09-25 Jonas SchievinkRollup merge of #77165 - simonvandel:do-not-fire-on...
2020-09-25 Jonas SchievinkRollup merge of #77164 - fusion-engineering-forks:no...
2020-09-25 Jonas SchievinkRollup merge of #77160 - ecstatic-morse:const-fn-transm...
2020-09-25 Jonas SchievinkRollup merge of #77136 - ecstatic-morse:issue-77134...
2020-09-25 Jonas SchievinkRollup merge of #77121 - duckymirror:html-root-url...
2020-09-25 Jonas SchievinkRollup merge of #77081 - LingMan:patch-1, r=jonas-schievink
2020-09-25 Jonas SchievinkRollup merge of #77079 - poliorcetics:more-self-in...
2020-09-25 Jonas SchievinkRollup merge of #77078 - LingMan:patch-2, r=jonas-schievink
2020-09-25 Jonas SchievinkRollup merge of #77074 - lcnr:array-from-ref, r=SimonSapin
2020-09-25 Jonas SchievinkRollup merge of #77050 - follower:patch-1, r=oli-obk
2020-09-25 Jonas SchievinkRollup merge of #77044 - pickfire:patch-4, r=jyn514
2020-09-25 Jonas SchievinkRollup merge of #76978 - duckymirror:mpsc-from-doc...
2020-09-25 Jonas SchievinkRollup merge of #76724 - ecstatic-morse:dataflow-pass...
2020-09-25 Jonas SchievinkRollup merge of #76304 - CDirkx:const-ip, r=ecstatic...
2020-09-25 Jonas SchievinkRollup merge of #75438 - Cldfire:rustdoc/use-adaptive...
2020-09-24 borsAuto merge of #77014 - tmiasko:arena, r=Mark-Simulacrum
2020-09-24 Bastian Kauschkeperf: split progress_obligations with inline(never)
2020-09-24 Dylan MacKenzieSuggest `const_fn_transmute` instead of `const_fn`
2020-09-24 Simon Vandel SillesenResolve https://github.com/rust-lang/rust/pull/76673...
2020-09-24 Bram van den HeuvelUpgrade chalk to 0.28.0
2020-09-24 borsAuto merge of #76918 - ishitatsuyuki:match-fastpath...
2020-09-24 Bram van den HeuvelUpdate chalk to 0.27.0
2020-09-24 Bram van den HeuvelUpdate chalk to 0.26.0
2020-09-24 Bram van den HeuvelUpdate chalk to 0.25.0
2020-09-24 Bram van den HeuvelUpdate chalk to 0.24.0
2020-09-24 Bram van den HeuvelUpdate chalk to 0.23.0
2020-09-24 Bram van den HeuvelUpdate chalk to 0.22.0
2020-09-24 borsAuto merge of #77006 - oli-obk:🐌_const_queries, r=Mark...
2020-09-24 Oliver SchererAlways cache const eval queries
2020-09-24 borsAuto merge of #76820 - jyn514:query-comments, r=davidtwco
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-24 borsAuto merge of #77049 - lcnr:const-eval-function-signatu...
2020-09-24 borsAuto merge of #77028 - andjo403:mini, r=matthewjasper
2020-09-24 Bastian Kauschkevisit impl self ty + trait
2020-09-24 Bastian Kauschkeassign the correct `DefId` in `nominal_obligations`
2020-09-24 Bastian Kauschkewalk hir to get const evaluatable predicates
2020-09-24 Bastian Kauschkefmt, use IndexSet directly instead of UniquePredicates
2020-09-24 Bastian Kauschkeconst_evaluatable_checked: collect predicates from...
2020-09-24 borsAuto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasper
2020-09-24 Dylan MacKenzieSuggest `const_mut_refs` for mutable references in...
2020-09-24 borsAuto merge of #74430 - Manishearth:stabilize-intra...
2020-09-24 borsAuto merge of #77083 - KodrAus:revert/const-type-id...
2020-09-23 borsAuto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r...
2020-09-23 borsAuto merge of #76673 - simonvandel:remove-unneeded...
2020-09-23 Erik Hofmayertidy
2020-09-23 Erik Hofmayer/nightly/nightly-rustc
2020-09-23 Erik HofmayerUpdated html_root_url for compiler crates
2020-09-23 borsAuto merge of #77090 - rust-lang:revert-76110-convert...
2020-09-23 Dylan DPCRollup merge of #77055 - est31:more_track_caller, r...
2020-09-23 Dylan DPCRollup merge of #77047 - RalfJung:miri-dealloc, r=oli-obk
2020-09-23 Dylan DPCRollup merge of #77042 - imbolc:patch-2, r=kennytm
2020-09-23 Dylan DPCRollup merge of #77017 - GuillaumeGomez:vec-missing...
2020-09-23 Dylan DPCRollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
2020-09-23 Dylan DPCRollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu
2020-09-23 Dylan DPCRollup merge of #76965 - fusion-engineering-forks:fix...
2020-09-23 Dylan DPCRollup merge of #76939 - lcnr:const-evaluatable-cont...
2020-09-23 Dylan DPCRollup merge of #76898 - Aaron1011:fix/item-def-span...
2020-09-23 borsAuto merge of #76864 - est31:downloaded_llvm_no_clone_s...
2020-09-23 borsAuto merge of #76659 - simonvandel:76432, r=oli-obk
2020-09-23 Andreas JonsonMove MiniSet to data_structures
2020-09-23 borsAuto merge of #76850 - ecstatic-morse:const-checking...
2020-09-23 borsAuto merge of #77063 - cuviper:llvm-11.0.0-rc3, r=nikic
2020-09-22 LingManMerge two almost identical match arms
2020-09-22 borsAuto merge of #76928 - lcnr:opaque-types-cache, r=tmandry
2020-09-22 LingManDon't use an if guard to check equality with a constant
2020-09-22 Simon Vandel Sillesencleanup cfg after optimization
2020-09-22 Simon Vandel SillesenThe optimization should also apply for DropAndReplace
2020-09-22 Simon Vandel SillesenGet LocalDefId from source instead of passing in
2020-09-22 Simon Vandel SillesenSuggestion from review
2020-09-22 Simon Vandel SillesenMIR pass to remove unneeded drops on types not needing...
2020-09-22 borsAuto merge of #76810 - Mark-Simulacrum:fix-lld-macos...
2020-09-22 Dylan MacKenzieUse correct feature gate for unsizing casts
2020-09-22 Dylan MacKenzieAdd `#![feature(const_fn_transmute)]` to `rustc_ast`
2020-09-22 Dylan MacKenzieReplace missing comment
2020-09-22 Dylan MacKenzieUse the same name everywhere for `is_const_stable_const_fn`
2020-09-22 Dylan MacKenzieUpdate const-checker to replicate `qualify_min_const_fn`
2020-09-22 Dylan MacKenzieAdd structured errors for `qualify_min_const_fn` checks
2020-09-22 Dylan MacKenzieAllow errors to abort const checking when emitted
2020-09-22 Dylan MacKenzieReturn `true` if `check_const` emits an error
2020-09-22 Dylan MacKenzieAdd const-stability helpers
2020-09-22 Dylan MacKenzieUseful derives on `ops::Status`
2020-09-22 borsAuto merge of #76110 - FedericoPonzi:convert-openoption...
2020-09-22 borsAuto merge of #76626 - jyn514:x.py-changelog, r=Mark...
2020-09-22 borsAuto merge of #76906 - Nicholas-Baron:shorten_typeck_ch...
2020-09-22 Ralf JungMiri: more informative deallocation error messages
2020-09-22 borsAuto merge of #76799 - Mark-Simulacrum:fix-cross-compil...
2020-09-22 Ishi TatsuyukiAdd debug assertions against slow path reference results
2020-09-22 borsAuto merge of #77039 - ecstatic-morse:rollup-qv3jj4a...
2020-09-22 ecstatic-morseRollup merge of #77032 - lcnr:visit-all-the-item-likes...
2020-09-22 ecstatic-morseRollup merge of #77022 - Juici:master, r=lcnr
2020-09-22 ecstatic-morseRollup merge of #76914 - lcnr:path-no-more, r=ecstatic...
2020-09-22 ecstatic-morseRollup merge of #76888 - matthiaskrgr:clippy_single_mat...
2020-09-22 ecstatic-morseRollup merge of #76807 - ecstatic-morse:const-checking...
2020-09-22 ecstatic-morseRollup merge of #76783 - lzutao:rd_impl_kind, r=Guillau...
next