]> git.lizzy.rs Git - rust.git/history - compiler
Add explanatory comment
[rust.git] / compiler /
2021-08-31 Fabian WolffAdd explanatory comment
2021-08-18 Fabian WolffFix non-capturing closure return type coercion
2021-08-18 borsAuto merge of #86700 - lqd:matthews-nll-hrtb-errors...
2021-08-18 borsAuto merge of #88127 - ehuss:update-cargo, r=ehuss
2021-08-18 borsAuto merge of #87781 - est31:remove_box, r=oli-obk
2021-08-18 borsAuto merge of #87985 - nbdd0121:asm, r=Amanieu
2021-08-18 Rémy Rakicadd fixme about the `type_op_normalize` query in NLL...
2021-08-18 Marcel Hellwigremove box_syntax uses from cranelift and tools
2021-08-18 est31Remove box syntax from rustc_lint
2021-08-18 est31Remove box syntax from rustc_mir
2021-08-18 est31Remove box syntax from rustc_middle
2021-08-18 est31Remove box syntax from rustc_parse
2021-08-18 est31Remove box syntax from rustc_serialize
2021-08-18 est31Remove box syntax from rustc_typeck
2021-08-18 est31Remove box syntax from rustc_infer
2021-08-18 est31Remove box syntax from rustc_builtin_macros
2021-08-18 est31Remove box syntax from rustc_ast
2021-08-18 est31Remove box syntax from rustc_mir_build
2021-08-18 borsAuto merge of #87738 - lqd:polonius-master, r=nikomatsakis
2021-08-18 borsAuto merge of #87728 - GuillaumeGomez:doc-test-attr...
2021-08-18 borsAuto merge of #86860 - fee1-dead:stabilize, r=LeSeulArt...
2021-08-17 borsAuto merge of #86808 - fee1-dead:constify-1, r=oli-obk
2021-08-17 borsAuto merge of #86977 - vakaras:body_with_borrowck_facts...
2021-08-17 borsAuto merge of #88083 - m-ou-se:non-fmt-panics-suggest...
2021-08-17 borsAuto merge of #88056 - erikdesjardins:revertzst, r...
2021-08-17 borsAuto merge of #87668 - estebank:tweak-bound-output...
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-17 borsAuto merge of #87990 - Aaron1011:moved-src-dir, r=cjgillot
2021-08-16 borsAuto merge of #88094 - m-ou-se:rollup-2fxss0q, r=m...
2021-08-16 Mara BosRollup merge of #88089 - dns2utf8:rustdoc_font_test...
2021-08-16 Mara BosRollup merge of #88080 - fee1-dead:iterator-const,...
2021-08-16 Mara BosRollup merge of #88055 - Mark-Simulacrum:relnotes-1...
2021-08-16 Mara BosRollup merge of #88052 - bjorn3:update_redox_syscall...
2021-08-16 Mara BosRollup merge of #88030 - fee1-dead:fixme, r=oli-obk
2021-08-16 Mara BosRollup merge of #88011 - jyn514:check-all-targets,...
2021-08-16 Mara BosRollup merge of #87967 - m-ou-se:non-fmt-panic-detect...
2021-08-16 Mara BosRollup merge of #87958 - m-ou-se:closure-migration...
2021-08-16 Mara BosRollup merge of #87677 - amalik18:issue-2788-fix, r...
2021-08-16 Mara BosRollup merge of #87178 - moxian:rd-use, r=jyn514
2021-08-16 Guillaume GomezAdd check for doc(test(...)) attribute
2021-08-16 Esteban KüberUse note to point at bound introducing requirement
2021-08-16 Mara BosShow correct macro name in non_fmt_panics message.
2021-08-16 borsAuto merge of #87050 - jyn514:no-doc-primitive, r=manis...
2021-08-16 Mara BosImprove non_fmt_panics suggestion based on trait impls.
2021-08-16 DeadbeefSkip assert ICE with default_method_body_is_const
2021-08-16 Mara BosUse multi span suggestions for closure migrations.
2021-08-16 borsAuto merge of #88032 - hyd-dev:no-mangle-method, r...
2021-08-16 Rémy Rakicfix typo in bound_region_errors.rs
2021-08-16 borsAuto merge of #84039 - jyn514:uplift-atomic-ordering...
2021-08-16 Joshua Nelsonfeature gate doc(primitive)
2021-08-16 Joshua NelsonOnly run expensive calculations if the method name...
2021-08-16 Thom ChiovoloniUplift the `invalid_atomic_ordering` lint from clippy...
2021-08-16 borsAuto merge of #87696 - ssomers:btree_lazy_iterator_clea...
2021-08-16 Erik DesjardinsRevert "Auto merge of #83417 - erikdesjardins:enablerem...
2021-08-16 borsAuto merge of #80357 - c410-f3r:new-hir-let, r=matthewj...
2021-08-15 borsAuto merge of #87590 - Amanieu:deprecate_llvm_asm,...
2021-08-15 Aaron HillUpdate rustc_codegen_cratelift for working_dir change
2021-08-15 Aaron HillInclude (potentially remapped) working dir in crate...
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-15 Matthew JasperUse correct drop scopes for if expressions
2021-08-15 borsAuto merge of #87982 - m-ou-se:non-fmt-panic-assert...
2021-08-15 borsAuto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietr...
2021-08-15 Rémy RakicDe-dupe NLL HRTB diagnostics' use of `type_op_prove_pre...
2021-08-15 borsAuto merge of #86692 - dns2utf8:parallelize_rustdoc...
2021-08-15 borsAuto merge of #87975 - m-ou-se:unused-import-attributes...
2021-08-15 Rémy Rakicdon't derive `Copy` for `RegionElement`
2021-08-15 Rémy RakicSlight cleanup
2021-08-15 Rémy RakicFix dyn trait warning
2021-08-15 Matthew JasperReport nicer errors for HRTB NLL errors from queries
2021-08-15 Matthew JasperReport mismatched type errors for bound region errors...
2021-08-15 Matthew JasperTrack causes for universes created during borrowck
2021-08-15 Matthew JasperSimplify BoundUniversalRegionError
2021-08-15 Matthew JasperReturn the canonicalized query from type ops
2021-08-15 Matthew JasperShow bound lifetimes when comparing types in diagnostics
2021-08-15 Matthew JasperRemove unused Option from NllTypeRelatingDelegate
2021-08-15 borsAuto merge of #87974 - steffahn:slice_split_size_hints...
2021-08-14 borsAuto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
2021-08-14 borsAuto merge of #83417 - erikdesjardins:enableremovezsts...
2021-08-14 hyd-devFix `reachable_set` for non-function items in non-libra...
2021-08-14 borsAuto merge of #87324 - asquared31415:named-asm-labels...
2021-08-14 DeadbeefAssign FIXMEs to me and remove obsolete ones
2021-08-14 borsAuto merge of #87913 - a1phyr:vec_spec_clone_from,...
2021-08-14 borsAuto merge of #87375 - fee1-dead:move-constness-to...
2021-08-14 borsAuto merge of #87600 - JohnTitor:classify-ui-tests...
2021-08-14 borsAuto merge of #85020 - lrh2000:named-upvars, r=tmandry
2021-08-14 borsAuto merge of #88006 - GuillaumeGomez:update-browser...
2021-08-14 borsAuto merge of #87997 - sl4m:update-favicon-order, r...
2021-08-13 borsAuto merge of #87478 - jackh726:issue-84931, r=estebank
2021-08-13 jackh726Point to where clause for GATs
2021-08-13 borsAuto merge of #86492 - hyd-dev:no-mangle-method, r...
2021-08-13 borsAuto merge of #87984 - m-ou-se:closure-lint-wording...
2021-08-13 Mara BosUpdate closure migration diagnostic wording.
2021-08-13 borsAuto merge of #88009 - GuillaumeGomez:rollup-f194yyk...
2021-08-13 Guillaume GomezRollup merge of #88005 - GuillaumeGomez:headers-gui...
2021-08-13 Guillaume GomezRollup merge of #87969 - Aaron1011:revert-stmt-id,...
2021-08-13 Guillaume GomezRollup merge of #87966 - pietroalbini:fix-pidfd-test...
2021-08-13 Guillaume GomezRollup merge of #87795 - estebank:erase-lifetimes-in...
2021-08-13 Mara BosUse is_diagnostic_item instead of get_diagnostic_item.
2021-08-13 Mara Bosnon_fmt_panic: machine app. suggestion for assert with...
2021-08-13 Deadbeefmake check less conservative and add explanation
next