]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #88483 - jethrogb:jb/llvm-libunwind-self-contained, r=petrochenkov
[rust.git] / src /
2021-08-31 borsAuto merge of #88100 - HTG-YT:edition2021-compopt-stabi...
2021-08-30 borsAuto merge of #88369 - lcnr:cec-rename, r=oli-obk
2021-08-30 Mara BosUpdate tests for array_into_iter lint upgrade.
2021-08-30 Mara BosAdd test for extra <> in dyn suggestion.
2021-08-30 Mark RousskovFix loading large rlibs
2021-08-30 Mara BosTest that turbofish does not swim away in prelude collu...
2021-08-30 Mara BosAdd test for 2021 ambiguous [T; N].into_iter().
2021-08-30 Mara BosNo longer pass -Z unstable-options for edition 2021...
2021-08-30 Mara BosUpdate test output for stable Rust 2021.
2021-08-30 borsAuto merge of #88466 - sexxi-goose:issue-88372, r=nikom...
2021-08-30 Mara BosAdd test for glob imported prelude collision trait.
2021-08-30 Mara BosAdd and update tests.
2021-08-30 Ralf Jungupdate miri
2021-08-30 Guillaume GomezPut back "auto-collapse-implementors" setting
2021-08-30 Guillaume GomezPut back display of associated items (types and consts)
2021-08-30 HTG-YTupdate rustc cmdargs markdown section
2021-08-30 Simonas KazlauskasDisallow the aapcs CC on Aarch64
2021-08-30 Jethro BeekmanFix LLVM libunwind build for non-musl targets
2021-08-30 borsAuto merge of #87680 - mati865:stacker-psm-update,...
2021-08-30 lcnr`feature(const_param_types)` -> `feature(adt_const_params)`
2021-08-30 lcnrallow unordered const/ty params if any cg feature is...
2021-08-30 lcnr`feature(const_generics)` -> `feature(const_param_types)`
2021-08-30 Ellenremove lazy_normalization_consts
2021-08-30 Ellenrename const_evaluatable_checked to generic_const_exprs
2021-08-30 borsAuto merge of #88281 - asquared31415:asm-docs, r=Amanieu
2021-08-30 borsAuto merge of #88456 - inquisitivecrystal:private-macro...
2021-08-30 asquared31415emit specific warning to clarify that foreign items...
2021-08-29 borsAuto merge of #88337 - eddyb:field-failure-is-not-an...
2021-08-29 Aman Arora2229: Drop any deref in move closure
2021-08-29 borsAuto merge of #88280 - sexxi-goose:non-exhaustive,...
2021-08-29 Aman Arora2229: Handle update to capture kind properly
2021-08-29 borsAuto merge of #88262 - klensy:pprust-cow, r=nagisa
2021-08-29 Vadim Petrochenkovrustdoc: Stop using resolver for macro loading
2021-08-29 borsAuto merge of #88461 - GuillaumeGomez:rollup-khgu0eb...
2021-08-29 Guillaume GomezRollup merge of #88419 - GuillaumeGomez:code-blocks...
2021-08-29 Guillaume GomezRollup merge of #88417 - xu-cheng:rel-fix-link, r=jyn514
2021-08-29 Guillaume GomezRollup merge of #88411 - Aaron1011:remove-session-if...
2021-08-29 Guillaume GomezRollup merge of #88407 - nebkor:release-note-1.55x2...
2021-08-29 Guillaume GomezRollup merge of #88396 - klensy:bump-deps-vuln, r=Mark...
2021-08-29 Guillaume GomezRollup merge of #88387 - ehuss:remove-rustfix-tests...
2021-08-29 Guillaume GomezRollup merge of #88381 - rtzoeller:dfly_stack_t_ss_sp_v...
2021-08-29 Guillaume GomezRollup merge of #88357 - lcnr:stabilize-relaxed_struct_...
2021-08-29 Guillaume GomezRollup merge of #88349 - spastorino:const-static-types...
2021-08-29 Guillaume GomezRollup merge of #88173 - camelid:refactor-markdown...
2021-08-29 Guillaume GomezRollup merge of #85534 - csmoe:demagnle-assert, r=micha...
2021-08-29 Guillaume GomezRollup merge of #83251 - estebank:issue-83241, r=oli-obk
2021-08-29 Guillaume GomezRollup merge of #80543 - LeSeulArtichaut:notify-close...
2021-08-29 Guillaume GomezAdd rustdonc-json tests for enum variants
2021-08-29 Guillaume GomezUse the correct type for Enum variant tuples
2021-08-29 borsAuto merge of #88208 - petrochenkov:lowspan, r=Aaron1011
2021-08-29 borsAuto merge of #88312 - jackh726:issue-87748, r=nikomatsakis
2021-08-29 Esteban Kuberrebase: fix test output
2021-08-29 Esteban KuberProvide structured suggestion for removal of `&mut`
2021-08-29 Esteban KüberSuggestion for call on immutable binding of mutable...
2021-08-29 inquisitivecrystalAdd regression test
2021-08-29 borsAuto merge of #88295 - alexcrichton:update-stdarch...
2021-08-29 inquisitivecrystalFix: don't document private macros by default
2021-08-29 borsAuto merge of #88250 - rusticstuff:macos-lld, r=nagisa
2021-08-29 Michael Howellfix(rustc_parse): incorrect span information for macro...
2021-08-29 borsAuto merge of #88088 - nbdd0121:const2, r=nagisa
2021-08-29 Michael Howellfix(rustc_parse): incorrect span information for macro...
2021-08-28 RoxaneMove match tests in match folder
2021-08-28 borsAuto merge of #87921 - kellerkindt:master, r=kennytm
2021-08-28 RoxaneCreate a specific match folder for match tests
2021-08-28 RoxaneAdd additional match test case
2021-08-28 RoxaneHandle match with non axhaustive variants in closures
2021-08-28 borsAuto merge of #85690 - bstrie:m2_arena, r=jackh726...
2021-08-28 borsAuto merge of #85600 - 12101111:rustbuild-libunwind...
2021-08-28 DeadbeefAdd test cases
2021-08-28 borsAuto merge of #88390 - sexxi-goose:missing-case, r...
2021-08-28 borsAuto merge of #88388 - ldm0:outliner, r=nikic
2021-08-28 borsAuto merge of #88019 - inquisitivecrystal:macro-def...
2021-08-28 Guillaume GomezAdd test for code blocks color
2021-08-28 Guillaume GomezFix code blocks color in ayu theme
2021-08-28 borsAuto merge of #88245 - Sl1mb0:s390-asm, r=Amanieu
2021-08-28 DeadbeefAllow `~const` bounds on trait assoc functions
2021-08-28 inquisitivecrystalUpdate tests
2021-08-28 inquisitivecrystalTeach tools that macros are now HIR items
2021-08-28 inquisitivecrystalTreat macros as HIR items
2021-08-28 12101111fix evaluation of target_feature = "crt-static"
2021-08-28 12101111build llvm libunwind.a in rustbuild
2021-08-28 Aaron HillDon't use `guess_head_span` in `predicates_of` for...
2021-08-28 Santiago PastorinoAdd weird return types TAIT test
2021-08-28 Santiago PastorinoAdd auto trait leakage TAIT test that should work but...
2021-08-28 Santiago PastorinoAdd auto trait that shouldn't leak TAIT test
2021-08-28 Santiago PastorinoAdd auto trait leakage TAIT test
2021-08-27 Aaron HillRemove `Session.if_let_suggestions`
2021-08-27 Noah LevAdd test for type alias mutual recursion
2021-08-27 Noah LevNote that trait aliases cannot be recursive
2021-08-27 Noah LevAdd test of recursive trait aliases
2021-08-27 Noah LevNote that type aliases cannot be recursive
2021-08-27 Santiago PastorinoAdd inference cycle TAIT test
2021-08-27 borsAuto merge of #88328 - fee1-dead:not-quite-const, r...
2021-08-27 Santiago PastorinoAdd nested TAIT inference test that fails
2021-08-27 Santiago PastorinoAdd nested TAIT inference test
2021-08-27 borsAuto merge of #88397 - nagisa:nagisa/unsupported-callin...
2021-08-27 Simonas KazlauskasTracking issue for UNSUPPORTED_CALLING_CONVENTIONS
2021-08-27 Esteban KuberPoint at unclosed delimiters as part of the primary...
2021-08-27 Ricky TaylorUpdate LLVM submodule
2021-08-27 RoxaneAdd missing const edge case
next