]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez
[rust.git] / compiler /
2021-09-28 borsAuto merge of #89277 - jyn514:codeblock-edition, r...
2021-09-27 borsAuto merge of #89249 - Aaron1011:higher-ranked-cause...
2021-09-27 borsAuto merge of #89214 - smoelius:register_tool, r=petroc...
2021-09-27 Aaron HillRemove `DefId` from `ConstraintCategory::Predicate`
2021-09-27 Aaron HillImprove cause information for NLL higher-ranked errors
2021-09-27 borsAuto merge of #89285 - jackh726:issue-88862, r=nikomatsakis
2021-09-27 borsAuto merge of #89263 - TaKO8Ki:suggest-both-immutable...
2021-09-27 borsAuto merge of #89203 - GuillaumeGomez:cleanup-rustdoc...
2021-09-27 borsAuto merge of #89182 - GuillaumeGomez:boostrap-explicit...
2021-09-27 borsAuto merge of #89145 - rusticstuff:bump_stdarch, r...
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-26 Samuel MoeliusPass real crate-level attributes to `pre_expansion_lint`
2021-09-26 jackh726Don't normalize opaque types with escaping late-bound...
2021-09-26 borsAuto merge of #89144 - sexxi-goose:insig_stdlib, r...
2021-09-26 borsAuto merge of #88316 - est31:remove_box_tests, r=Mark...
2021-09-26 Takayuki Maedabetter suggestions
2021-09-26 borsAuto merge of #89101 - ehuss:compiletest-incremental...
2021-09-26 Takayuki Maedasuggest both immutable and mutable trait implementations
2021-09-26 borsAuto merge of #88680 - ehuss:more-attr-validation,...
2021-09-26 borsAuto merge of #89262 - Manishearth:rollup-vtkbetm,...
2021-09-26 Manish GoregaokarRollup merge of #89256 - danielg1111:fix_typo, r=Mark...
2021-09-26 Manish GoregaokarRollup merge of #89224 - TaKO8Ki:change-the-order-of...
2021-09-26 Manish GoregaokarRollup merge of #89216 - r00ster91:bigo, r=dtolnay
2021-09-26 Manish GoregaokarRollup merge of #89198 - hkmatsumoto:hide-hidden-method...
2021-09-26 Manish GoregaokarRollup merge of #89010 - est31:intra_doc_links, r=m...
2021-09-26 Manish GoregaokarRollup merge of #88973 - lu-zero:std_detect-env_overrid...
2021-09-26 Manish GoregaokarRollup merge of #88895 - camelid:cleanup-pt2, r=jyn514
2021-09-25 borsAuto merge of #88343 - steffahn:fix_code_spacing, r...
2021-09-25 borsAuto merge of #87584 - adamgemmell:dev/asm-tests, r...
2021-09-25 Eric HussCheck for macros in built-in attributes that don't...
2021-09-25 Eric HussMove malformed attribute code to a function and fix...
2021-09-25 borsAuto merge of #88243 - nikic:newpm-2, r=nagisa
2021-09-25 borsAuto merge of #89030 - nbdd0121:box2, r=jonas-schievink
2021-09-25 Nikita PopovUse correct pipeline for LTO at O0
2021-09-25 Nikita PopovEnable new pass manager on LLVM 13
2021-09-25 borsAuto merge of #89237 - BoxyUwU:trackersMcCaller, r...
2021-09-25 borsAuto merge of #87220 - petrochenkov:derivecfglimit2...
2021-09-25 Takayuki Maedause `drain_filter` instead of `filter` and `retain`
2021-09-25 borsAuto merge of #89230 - workingjubilee:rollup-1swktdq...
2021-09-25 Gary GuoReport heap allocation instead of non-const fn for...
2021-09-25 Gary GuoUse Rvalue::ShallowInitBox for box expression
2021-09-25 Gary GuoIntroduce `Rvalue::ShallowInitBox`
2021-09-24 Ellenarrr caught ya caller
2021-09-24 borsAuto merge of #86246 - FabianWolff:issue-83471, r=estebank
2021-09-24 Vadim PetrochenkovStabilize `feature(macro_attributes_in_derive_output)`
2021-09-24 Vadim Petrochenkovderive: Do not configure or clone items unless necessary
2021-09-24 Vadim Petrochenkovbuiltin_macros: Make #[derive(A, B, ...)] cfg-eval...
2021-09-24 JubileeRollup merge of #89221 - aDotInTheVoid:macro-error...
2021-09-24 JubileeRollup merge of #89217 - GuillaumeGomez:generate-link...
2021-09-24 JubileeRollup merge of #89210 - Takashiidobe:master, r=kennytm
2021-09-24 JubileeRollup merge of #89208 - wesleywiser:rfc_2229_droporder...
2021-09-24 JubileeRollup merge of #89104 - Mark-Simulacrum:spawn-unchecke...
2021-09-24 JubileeRollup merge of #89072 - bjorn3:less_symbol_as_str...
2021-09-24 JubileeRollup merge of #89001 - jackh726:binder-cleanup, r...
2021-09-24 Fabian WolffMake error message for malformed `fn`/`fn_mut` lang...
2021-09-24 borsAuto merge of #88872 - petrochenkov:getmod2, r=cjgillot
2021-09-24 Fabian WolffAdd basic checks for well-formedness of `fn`/`fn_mut...
2021-09-24 Vadim Petrochenkovresolve: Refactor obtaining `Module` from its `DefId`
2021-09-24 Vadim Petrochenkovresolve: Use a single common map for local and foreign...
2021-09-24 Vadim Petrochenkovresolve: Rename some expansion def scope methods
2021-09-24 Vadim Petrochenkovresolve: Cleanup module allocation
2021-09-24 Vadim Petrochenkovresolve: Do not cache nearest parent mod in `ModuleData`
2021-09-24 Takayuki Maedachange the order of path suggestions
2021-09-24 borsAuto merge of #88999 - Migi:master, r=oli-obk
2021-09-24 Nixon Enraght-MoonyGive better error for `macro_rules! name!`
2021-09-24 Takashi IdobeMerge branch 'rust-lang:master' into master
2021-09-24 borsAuto merge of #88835 - FabianWolff:issue-88770, r=petro...
2021-09-24 r00ster91consistent big O notation
2021-09-24 borsAuto merge of #89130 - nikic:update-llvm-2, r=cuviper
2021-09-24 borsAuto merge of #89120 - In-line:remove_unneded_visible_p...
2021-09-24 Wesley WiserFix tidy and respond to some feedback
2021-09-24 borsAuto merge of #89211 - workingjubilee:rollup-fj4eduk...
2021-09-24 JubileeRollup merge of #89200 - hkmatsumoto:patch, r=workingju...
2021-09-24 JubileeRollup merge of #89184 - joshtriplett:master, r=estebank
2021-09-24 JubileeRollup merge of #89176 - TaKO8Ki:change-singular-to...
2021-09-24 JubileeRollup merge of #89171 - rusticstuff:aarch64_macos_rust...
2021-09-24 JubileeRollup merge of #89148 - estebank:used-type-param,...
2021-09-24 JubileeRollup merge of #89023 - Wardenfar:issue-85066, r=nagisa
2021-09-24 JubileeRollup merge of #88612 - lovasoa:patch-1, r=m-ou-se
2021-09-23 borsAuto merge of #88804 - Mark-Simulacrum:never-algo-v2...
2021-09-23 Wesley WiserDrop fully captured upvars in the same order as the...
2021-09-23 borsAuto merge of #89024 - oli-obk:lazy_tait_is_not_limited...
2021-09-23 Mark RousskovSimplify scoped_thread
2021-09-23 borsAuto merge of #89016 - lcnr:non_blanket_impls, r=nikoma...
2021-09-23 Esteban KuberSuggest `_` in turbofish if param will be inferred...
2021-09-23 Oli SchererCheck that TAIT generics are fully generic in mir typec...
2021-09-23 borsAuto merge of #87064 - Aaron1011:new-closure-track...
2021-09-23 Takayuki MaedaUpdate compiler/rustc_infer/src/infer/error_reporting...
2021-09-23 Hirochika MatsumotoFix typo
2021-09-23 borsAuto merge of #88587 - bdbai:fix/uwpio, r=joshtriplett
2021-09-23 borsAuto merge of #89139 - camsteffen:write-perf, r=Mark...
2021-09-22 borsAuto merge of #89187 - ehuss:update-cargo, r=ehuss
2021-09-22 Aaron HillSupport `#[track_caller]` on closures and generators
2021-09-22 borsAuto merge of #89179 - the8472:rollup-moxrtaj, r=the8472
2021-09-22 the8472Rollup merge of #89170 - rusticstuff:aarch64_macos_disa...
2021-09-22 the8472Rollup merge of #89164 - camelid:show-type-layout-docs...
2021-09-22 the8472Rollup merge of #89162 - petrochenkov:ivmap, r=davidtwco
2021-09-22 the8472Rollup merge of #89133 - FabianWolff:issue-79546, r...
2021-09-22 the8472Rollup merge of #89127 - wesleywiser:reenable_mutex_deb...
2021-09-22 the8472Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank
next