]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se
[rust.git] / compiler /
2021-07-01 Guillaume GomezRollup merge of #86652 - nagisa:nagisa/non-leaf-fp...
2021-07-01 Guillaume GomezRollup merge of #86616 - joshtriplett:simplify-crate...
2021-07-01 Guillaume GomezRollup merge of #86558 - Smittyvb:link-error-sugg,...
2021-07-01 borsAuto merge of #86190 - asquared31415:extern-main-86110...
2021-07-01 borsAuto merge of #86617 - joshtriplett:prune-dependencies...
2021-07-01 DeadbeefDo the check even when the feature is not enabled
2021-07-01 borsAuto merge of #86757 - JohnTitor:rollup-acevhz7, r...
2021-06-30 borsAuto merge of #86489 - cjgillot:lower, r=petrochenkov
2021-06-30 SmittyAdd suggestions for "undefined reference" link errors
2021-06-30 Yuki OkushiRollup merge of #86755 - ojeda:shrink, r=Mark-Simulacrum
2021-06-30 Yuki OkushiRollup merge of #86750 - fee1-dead:impl-const-test...
2021-06-30 Yuki OkushiRollup merge of #86746 - GuillaumeGomez:query-type...
2021-06-30 Yuki OkushiRollup merge of #86740 - 1000teslas:issue-71519-fix...
2021-06-30 Yuki OkushiRollup merge of #86728 - FabianWolff:issue-86721, r...
2021-06-30 Yuki OkushiRollup merge of #86680 - camsteffen:dbg-opt-error,...
2021-06-30 Yuki OkushiRollup merge of #85520 - FabianWolff:issue-85475, r...
2021-06-30 Yuki OkushiRollup merge of #85504 - liigo:patch-13, r=Mark-Simulacrum
2021-06-30 SmittyDelay ICE on evaluation fail
2021-06-30 Camille GILLOTUpdate comments.
2021-06-30 Camille GILLOTFix AST pretty.
2021-06-30 Camille GILLOTMove AST crate.
2021-06-30 Camille GILLOTArena-allocate Crate during lowering.
2021-06-30 Camille GILLOTMove lowering to create_global_ctxt.
2021-06-30 Camille GILLOTInline lower_to_hir.
2021-06-30 Camille GILLOTSeparate resolver creation from expansion.
2021-06-30 Camille GILLOTSimplify DepGraph creation.
2021-06-30 Cameron SteffenAdd suggestion for missing compile flag group
2021-06-30 Daniel PaolielloImprove debug symbol names to avoid ambiguity and work...
2021-06-30 Simonas KazlauskasAdd support for leaf fn frame pointer elimination
2021-06-30 SmittyvbNote that even ConstProp follows the rules
2021-06-30 SmittyProperly evaluate non-consts in const prop
2021-06-30 Fabian WolffMatch on `hir::TraitFn::Provided` instead of using...
2021-06-30 Deadbeefuse is_const_fn_raw when encoding constness
2021-06-30 SmittySimplify memory failure checking
2021-06-30 borsAuto merge of #86695 - sexxi-goose:closure_size, r...
2021-06-30 SmittyRename is_spurious -> is_volatile
2021-06-30 Smittyvbsimplify explanation comment
2021-06-30 Fabian WolffEmit explanatory note for functions in trait and impl...
2021-06-30 borsAuto merge of #86650 - GuillaumeGomez:fix-boldness...
2021-06-30 borsAuto merge of #86739 - RalfJung:miri, r=RalfJung
2021-06-30 borsAuto merge of #86689 - rylev:future-compat-lint-group...
2021-06-30 borsAuto merge of #86724 - cuviper:indexmap-1.7, r=Mark...
2021-06-30 SmittyProperly handle const prop failures
2021-06-30 Aaron HillReturn `EvaluatedToOk` when type in outlives predicate...
2021-06-29 Smittyfix sess error
2021-06-29 SmittyAdd comment with reasoning for non-determinism
2021-06-29 SmittyUnwrap allocated Location at creation
2021-06-29 SmittySimplify allocation creation
2021-06-29 SmittyMake memory exhaustion a hard error
2021-06-29 SmittySimplify const_prop logic
2021-06-29 SmittySupport allocation failures when interperting MIR
2021-06-29 borsAuto merge of #86725 - JohnTitor:normalizecss-8, r...
2021-06-29 Fabian WolffCheck node kind to avoid ICE in `check_expr_return()`
2021-06-29 borsAuto merge of #86603 - Mark-Simulacrum:stage-step,...
2021-06-29 borsAuto merge of #86475 - crlf0710:miri_vtable_refactor...
2021-06-29 borsAuto merge of #86009 - cjgillot:fwarn, r=davidtwco
2021-06-29 borsAuto merge of #86594 - dns2utf8:move_label_to_symbol...
2021-06-29 borsAuto merge of #86697 - jackh726:pgo, r=Mark-Simulacrum
2021-06-29 borsAuto merge of #86670 - Aaron1011:copy-variance-diag...
2021-06-29 borsAuto merge of #86446 - Smittyvb:rustc_insignificant_dto...
2021-06-29 borsAuto merge of #86704 - JohnTitor:rollup-lnrxo4i, r...
2021-06-28 Yuki OkushiRollup merge of #86678 - FabianWolff:issue-86667, r...
2021-06-28 Yuki OkushiRollup merge of #86673 - m-ou-se:disjoint-capture-editi...
2021-06-28 Yuki OkushiRollup merge of #86671 - m-ou-se:non-fmt-panic-future...
2021-06-28 Yuki OkushiRollup merge of #86661 - sexxi-goose:edition_fix, r...
2021-06-28 Yuki OkushiRollup merge of #86657 - jam1garner:future_prelude_fals...
2021-06-28 Yuki OkushiRollup merge of #86529 - cuviper:ssl3, r=Mark-Simulacrum
2021-06-28 Yuki OkushiRollup merge of #86059 - GuillaumeGomez:html-checker2...
2021-06-28 Fabian WolffFix typo and improve documentation for E0632
2021-06-28 SmittyPanic on trying to find non-feature incompleteness
2021-06-28 borsAuto merge of #86669 - Smittyvb:satisfy-windows-defende...
2021-06-28 SmittyMake incomplete features part of delcaration
2021-06-28 Aman AroraIntroduce -Zprofile-closures to evaluate the impact...
2021-06-28 SmittyDon't make `rustc_insignificant_dtor` feature gate
2021-06-28 borsAuto merge of #86690 - JohnTitor:rollup-4ukk4yw, r...
2021-06-28 Ryan LevickAdd comment for future_incompatible lint group
2021-06-28 Mark RousskovUpdate to new bootstrap compiler
2021-06-28 Yuki OkushiRollup merge of #86688 - JohnTitor:test-65384, r=jackh726
2021-06-28 Yuki OkushiRollup merge of #86687 - JohnTitor:perf-regression...
2021-06-28 Yuki OkushiRollup merge of #86683 - lnicola:rust-analyzer-2021...
2021-06-28 Yuki OkushiRollup merge of #86568 - ehuss:dist-miri-stable, r...
2021-06-28 Yuki OkushiRollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum
2021-06-28 Yuki OkushiRollup merge of #86206 - FabianWolff:issue-86188, r...
2021-06-28 Ryan LevickOnly include lint in future_incompatible lint group...
2021-06-28 Charles LewUpdate other codegens to use tcx managed vtable allocat...
2021-06-28 borsAuto merge of #82624 - ojeda:rwlock-example-deadlock...
2021-06-28 Ralf Jungdouble-check mutability inside Allocation
2021-06-28 borsAuto merge of #86684 - inquisitivecrystal:libs-tracking...
2021-06-28 borsAuto merge of #85876 - jeanlucthumm:master, r=Guillaume...
2021-06-28 Aman Arorafixup! Editon 2021 enables precise capture
2021-06-28 Aman AroraEditon 2021 enables precise capture
2021-06-28 borsAuto merge of #85909 - cjgillot:alloc-kind-query, r...
2021-06-27 borsAuto merge of #86589 - JohnTitor:add-triangle-to-summar...
2021-06-27 Fabian WolffFix garbled suggestion for missing lifetime specifier
2021-06-27 borsAuto merge of #85359 - lrh2000:reserved-prefixes, r...
2021-06-27 borsAuto merge of #86445 - sexxi-goose:box_fix, r=nikomatsakis
2021-06-27 Mara BosMake disjoint_capture_migration an edition lint.
2021-06-27 Paul TrojahnFix misleading "impl Trait" error
2021-06-27 borsAuto merge of #86655 - jonas-schievink:const-arguments...
2021-06-27 Mara BosAdd `explain_reason: false` in future_incompatible.
next