]> git.lizzy.rs Git - rust.git/history - compiler/rustc_typeck
Fix SGX CI
[rust.git] / compiler / rustc_typeck /
2020-12-01 Mara BosRollup merge of #79548 - CraftSpider:76998, r=jyn514
2020-12-01 Mara BosRollup merge of #79527 - jyn514:intra-doc-tests, r...
2020-12-01 Mara BosRollup merge of #79525 - jyn514:feature-gate-normalize...
2020-12-01 Mara BosRollup merge of #79522 - ehuss:lint-check-validate...
2020-12-01 Mara BosRollup merge of #79444 - sasurau4:test/move-const-ip...
2020-12-01 Mara BosRollup merge of #79227 - sasurau4:test/move-cell-test...
2020-12-01 Mara BosRollup merge of #79184 - nanguye2496:nanguye2496/fix_sl...
2020-12-01 borsAuto merge of #78876 - GuillaumeGomez:better-setting...
2020-11-30 borsAuto merge of #76467 - jyn514:intra-link-self, r=Manish...
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-29 borsAuto merge of #78122 - fusion-engineering-forks:fmt...
2020-11-29 borsAuto merge of #79209 - spastorino:trait-inheritance...
2020-11-29 borsAuto merge of #79523 - Nadrieril:fix-usize-ranges,...
2020-11-29 borsAuto merge of #79482 - faern:bump-dependencies-invalidl...
2020-11-29 borsAuto merge of #78380 - bstrie:rm-old-num-const-from...
2020-11-29 borsAuto merge of #77616 - jyn514:no-normalize, r=lcnr
2020-11-29 borsAuto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk
2020-11-29 borsAuto merge of #79455 - CraftSpider:master, r=jyn514
2020-11-29 borsAuto merge of #75752 - jakoschiko:test-suite-time,...
2020-11-29 Dylan DPCRollup merge of #79516 - jyn514:cleanup-trait-solver...
2020-11-29 Dylan DPCRollup merge of #79514 - Julian-Wollersberger:order...
2020-11-29 Dylan DPCRollup merge of #79505 - matklad:cleanup, r=jonas-schievink
2020-11-29 Dylan DPCRollup merge of #79484 - sreehax:master, r=Mark-Simulacrum
2020-11-29 Dylan DPCRollup merge of #79464 - GuillaumeGomez:doc-keyword...
2020-11-29 Dylan DPCRollup merge of #79443 - GuillaumeGomez:improve-rustdoc...
2020-11-29 Dylan DPCRollup merge of #79395 - Havvy:test-move-if, r=Mark...
2020-11-29 Dylan DPCRollup merge of #79363 - ssomers:btree_cleanup_comments...
2020-11-29 Dylan DPCRollup merge of #79340 - GuillaumeGomez:rename-stabilit...
2020-11-29 Dylan DPCRollup merge of #79327 - TimDiekmann:static-alloc-pin...
2020-11-28 borsAuto merge of #79511 - cjgillot:fitem-2, r=lcnr
2020-11-28 borsAuto merge of #79507 - jonas-schievink:rollup-e5yeayh...
2020-11-28 Jonas SchievinkRollup merge of #79486 - camelid:E0591-code-cleanup...
2020-11-28 Jonas SchievinkRollup merge of #79478 - lukaslueg:peek_mut_docs, r...
2020-11-28 Jonas SchievinkRollup merge of #79476 - bjorn3:sync_cg_clif-2020-11...
2020-11-28 Jonas SchievinkRollup merge of #79474 - jyn514:query-mode, r=Aaron1011
2020-11-28 Jonas SchievinkRollup merge of #79460 - bugadani:simplify, r=jonas...
2020-11-28 Jonas SchievinkRollup merge of #79383 - abdnh:patch-1, r=shepmaster
2020-11-28 Jonas SchievinkRollup merge of #79344 - JRF63:fix_install_script_win...
2020-11-28 Jonas SchievinkRollup merge of #79234 - ortem:fix-hashmap-pretty-print...
2020-11-28 Jonas SchievinkRollup merge of #78853 - calebcartwright:fix-const...
2020-11-28 Jonas SchievinkRollup merge of #78086 - poliorcetics:as-placeholder...
2020-11-28 borsAuto merge of #78296 - Aaron1011:fix/stmt-tokens, r...
2020-11-28 borsAuto merge of #79469 - rust-lang:revert-77467-query...
2020-11-27 bjorn3Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a...
2020-11-27 borsAuto merge of #79372 - jyn514:more-cleanup, r=Guillaume...
2020-11-27 borsAuto merge of #77484 - terhechte:support-ios-catalyst...
2020-11-27 Santiago PastorinoRemove super_traits_of query, just leave a helper function
2020-11-27 Santiago PastorinoSimplify super_traits_of
2020-11-27 Santiago PastorinoMake super_traits_of return Lrc for cheaper clone
2020-11-27 Santiago PastorinoFix super_traits_of API doc
2020-11-27 Santiago PastorinoDocument compute_bounds_that_match_assoc_type
2020-11-27 Santiago PastorinoAdd super_traits_of docs
2020-11-27 Santiago Pastorinocompute_bounds takes &[GenericBound]
2020-11-27 Santiago PastorinoExtract function trait_may_define_assoc_type
2020-11-27 Santiago Pastorinosuper_traits_of is now a query
2020-11-27 Santiago PastorinoRemove unneeded logic
2020-11-27 Santiago PastorinoExtract trait_may_define_assoc_type helper function
2020-11-27 Santiago PastorinoAdd `` to variable name in docs
2020-11-27 Santiago PastorinoAvoid ICEing when associated type bound trait is missing
2020-11-27 Santiago PastorinoFix super_traits_of to consider where bounds
2020-11-27 Santiago PastorinoAllow to self reference associated types in where clauses
2020-11-27 Santiago PastorinoAllow to use super trait bounds in where clauses
2020-11-27 borsAuto merge of #79318 - cjgillot:fitem, r=lcnr
2020-11-27 Dániel BugaRemove intermediate vectors from add_bounds
2020-11-27 borsAuto merge of #79433 - calebcartwright:parse-attr-vis...
2020-11-27 borsAuto merge of #78194 - bugadani:generic, r=varkor
2020-11-27 borsAuto merge of #79266 - b-naber:gat_trait_path_parser...
2020-11-26 Dániel BugaSkip most of create_substs_for_ast_path if type is...
2020-11-26 Aaron HillFix new 'unnecessary trailing semicolon' warnings
2020-11-26 borsAuto merge of #79338 - Aaron1011:fix/token-reparse...
2020-11-26 Camille GILLOTRemove ForeignMod struct.
2020-11-26 Camille GILLOTStore ForeignItem in a side table.
2020-11-26 borsAuto merge of #77671 - flip1995:lint_list_always_plugin...
2020-11-26 borsAuto merge of #77467 - jyn514:query-docs, r=oli-obk
2020-11-26 borsAuto merge of #79441 - jonas-schievink:rollup-l9v00bl...
2020-11-26 Jonas SchievinkRollup merge of #79428 - camelid:fixup-compiler-docs...
2020-11-26 Jonas SchievinkRollup merge of #79421 - camelid:_match-docs-fmt, r...
2020-11-26 Jonas SchievinkRollup merge of #79420 - njasm:patch_rustdoc, r=Guillau...
2020-11-26 Jonas SchievinkRollup merge of #79413 - Swatinem:rustdoc-persist-crate...
2020-11-26 Jonas SchievinkRollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc...
2020-11-26 Jonas SchievinkRollup merge of #79402 - bugadani:typos, r=matthewjasper
2020-11-26 Jonas SchievinkRollup merge of #79365 - richkadel:llvm-cov-map-version...
2020-11-26 Jonas SchievinkRollup merge of #79362 - cjgillot:relou, r=oli-obk
2020-11-26 Jonas SchievinkRollup merge of #79000 - sivadeilra:user/ardavis/lev_di...
2020-11-26 Jonas SchievinkRollup merge of #77758 - Stupremee:turbofish-help-for...
2020-11-26 borsAuto merge of #79427 - Aaron1011:fix/const-array-index...
2020-11-25 Aaron HillResolve inference variables before trying to remove...
2020-11-25 borsAuto merge of #79216 - Aaron1011:opt-on-disk-cache...
2020-11-25 borsAuto merge of #79336 - camelid:rename-feature-oibit...
2020-11-25 borsAuto merge of #77491 - lukaslueg:peek_mut, r=m-ou-se
2020-11-25 borsAuto merge of #76688 - yokodake:patch-2, r=kodrAus
2020-11-25 Arlie DavisMove lev_distance to rustc_ast, make non-generic
2020-11-24 borsAuto merge of #78548 - camelid:driver-tty, r=oli-obk
2020-11-24 borsAuto merge of #79377 - jonas-schievink:rollup-ye81i66...
2020-11-24 Jonas SchievinkRollup merge of #79374 - mendess:const-param-expr-diagn...
2020-11-24 Jonas SchievinkRollup merge of #79358 - ssomers:btree_public_comments...
2020-11-24 Jonas SchievinkRollup merge of #79354 - ssomers:btree_bereave_BoxedNod...
2020-11-24 Jonas SchievinkRollup merge of #79351 - Takashiidobe:keyword-docs...
2020-11-24 Jonas SchievinkRollup merge of #79346 - tmiasko:more-names, r=jonas...
2020-11-24 Jonas SchievinkRollup merge of #79321 - camelid:intra-doc-bang, r...
next