]> git.lizzy.rs Git - rust.git/history - src/librustc_errors
rustc book: nitpick SLP vectorization
[rust.git] / src / librustc_errors /
2019-10-02 borsAuto merge of #64981 - tmandry:rollup-slfkhay, r=tmandry
2019-10-02 Tyler MandryRollup merge of #64979 - ehuss:update-books, r=ehuss
2019-10-02 Tyler MandryRollup merge of #64978 - AnthonyMikh:librustc_errors...
2019-10-02 Tyler MandryRollup merge of #64952 - michaelwoerister:update-cargo...
2019-10-02 Tyler MandryRollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb
2019-10-02 Tyler MandryRollup merge of #64885 - andjo403:iter, r=scottmcm
2019-10-02 Tyler MandryRollup merge of #64840 - michaelwoerister:self-profilin...
2019-10-02 Tyler MandryRollup merge of #64805 - nnethercote:ObligForest-still...
2019-10-02 Tyler MandryRollup merge of #64801 - nnethercote:improve-find_const...
2019-10-02 Tyler MandryRollup merge of #64722 - Mark-Simulacrum:alt-parallel...
2019-10-02 Tyler MandryRollup merge of #64649 - estebank:returnator, r=varkor
2019-10-02 AnthonyMikhFully clear `HandlerInner` in `Handler::reset_err_count`
2019-10-01 Mazdak FarrokhzadRollup merge of #64950 - nnethercote:simplify-interners...
2019-10-01 Mazdak FarrokhzadRollup merge of #64943 - lzutao:doc-saturating, r=shepm...
2019-10-01 Mazdak FarrokhzadRollup merge of #64933 - sam09:master, r=estebank
2019-10-01 Mazdak FarrokhzadRollup merge of #64912 - lzutao:unneeded-main-doc,...
2019-10-01 Mazdak FarrokhzadRollup merge of #64910 - Centril:params-cleanup, r...
2019-10-01 Mazdak FarrokhzadRollup merge of #63416 - RalfJung:apfloat, r=eddyb
2019-10-01 borsAuto merge of #64946 - Centril:rollup-66mj5o0, r=Centril
2019-10-01 Mazdak FarrokhzadRollup merge of #64937 - estebank:dedup-closure-err...
2019-10-01 Mazdak FarrokhzadRollup merge of #64935 - AnthonyMikh:librustc_errors...
2019-10-01 AnthonyMikhFix borrowck errors
2019-10-01 AnthonyMikhHint type for `.sum()`
2019-09-30 AnthonyMikhAscript type explicitly
2019-09-30 AnthonyMikhFix errors
2019-09-30 AnthonyMikh(fmt) remove trailing whitespaces
2019-09-30 AnthonyMikhUse pattern matching instead of indexing tuples
2019-09-30 AnthonyMikhSimplify a conditional in `collect_annotations`
2019-09-30 Tyler MandryRollup merge of #64838 - GuillaumeGomez:long-err-explan...
2019-09-30 Tyler MandryRollup merge of #64377 - GuillaumeGomez:E0493, r=estebank
2019-09-30 AnthonyMikhRemove redundant `.iter_mut()`
2019-09-30 AnthonyMikhSimplify `EmitterWriter::emit_suggestion_default`
2019-09-30 AnthonyMikhUpdate doc comment for `style_or_override`
2019-09-30 AnthonyMikhSimplify `EmitterWriter::get_max_line_num`
2019-09-30 AnthonyMikhSimplify `EmitterWriter::get_multispan_max_line_num`
2019-09-30 AnthonyMikhSimplify code for special case of annotation
2019-09-30 borsAuto merge of #64600 - scottmcm:no-slice-tryfold-unroll...
2019-09-29 Mazdak FarrokhzadRollup merge of #64735 - GuillaumeGomez:long-err-explan...
2019-09-29 Mazdak FarrokhzadRollup merge of #64691 - estebank:unexpected-variant...
2019-09-29 borsAuto merge of #64546 - weiznich:bugfix/rfc-2451-rerebal...
2019-09-29 Mazdak FarrokhzadRollup merge of #64589 - andre-richter:aarch64_bare_met...
2019-09-28 Mazdak FarrokhzadRollup merge of #64763 - GuillaumeGomez:long-err-explan...
2019-09-28 borsAuto merge of #64455 - GuillaumeGomez:long-error-explan...
2019-09-28 Mazdak FarrokhzadRollup merge of #64818 - Wind-River:master, r=alexcrichton
2019-09-28 Mazdak FarrokhzadRollup merge of #64703 - llogiq:slices-elems-are-equidi...
2019-09-27 borsAuto merge of #63937 - Nashenas88:rustdoc_57180, r...
2019-09-26 AnthonyMikhRevert "Simplify Unicode-aware trimming"
2019-09-26 Mazdak FarrokhzadRollup merge of #64812 - GuillaumeGomez:add-test-for...
2019-09-26 borsAuto merge of #62661 - arielb1:never-reserve, r=nikomat...
2019-09-25 AnthonyMikhSimplify `style_or_override`
2019-09-25 AnthonyMikhUse `sort_by_key` rather than `sort_by`
2019-09-25 AnthonyMikhSimplify `Emitter::fix_multispan_in_std_macros`
2019-09-25 AnthonyMikhUnify order of variables in chained comparison
2019-09-25 AnthonyMikhUse Option::map_or where applicable
2019-09-25 AnthonyMikhUse map + sum instead of fold for computing Unicode...
2019-09-25 AnthonyMikhSimplify Unicode-aware trimming
2019-09-25 AnthonyMikhUse `max` instead of `if`s
2019-09-25 AnthonyMikhUse `saturating_sub` where applicable
2019-09-25 Mazdak FarrokhzadRollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obk
2019-09-25 Mazdak FarrokhzadRollup merge of #64508 - Centril:or-pat-hir, r=matthewj...
2019-09-25 Mazdak FarrokhzadRollup merge of #64386 - tspiteri:const-abs2, r=oli-obk
2019-09-25 Mazdak FarrokhzadRollup merge of #62975 - ljedrz:kill_off_hir_to_node_id...
2019-09-25 borsAuto merge of #64663 - jakoschiko:report-time, r=alexcr...
2019-09-25 borsAuto merge of #64627 - nnethercote:ObligForest-even...
2019-09-25 Mazdak FarrokhzadRollup merge of #64753 - ehuss:json-short-explain,...
2019-09-25 Mazdak FarrokhzadRollup merge of #64746 - estebank:elide-impl-trait...
2019-09-25 Mazdak FarrokhzadRollup merge of #64743 - alexcrichton:update-cargo...
2019-09-25 Mazdak FarrokhzadRollup merge of #64599 - csmoe:doc_async_reexport,...
2019-09-25 Mazdak FarrokhzadRollup merge of #64481 - tomtau:fix/tls-error-message...
2019-09-25 Mazdak FarrokhzadRollup merge of #64428 - GuillaumeGomez:error-explanati...
2019-09-25 Mazdak FarrokhzadRollup merge of #64324 - alexcrichton:share-generics...
2019-09-24 borsAuto merge of #64751 - Centril:rollup-hpbmcfj, r=Centril
2019-09-24 Mazdak FarrokhzadRollup merge of #64748 - Centril:fix-64744, r=estebank
2019-09-24 Mazdak FarrokhzadRollup merge of #64742 - pietroalbini:relnotes-fixes...
2019-09-24 Mazdak FarrokhzadRollup merge of #64737 - jordins:master, r=steveklabnik
2019-09-24 Mazdak FarrokhzadRollup merge of #64725 - guanqun:typo-fix, r=zackmdavis
2019-09-24 Mazdak FarrokhzadRollup merge of #64721 - hman523:issue64447, r=estebank
2019-09-24 Mazdak FarrokhzadRollup merge of #64720 - Wind-River:master, r=alexcrichton
2019-09-24 Mazdak FarrokhzadRollup merge of #64717 - andrewbanchich:master, r=josht...
2019-09-24 Mazdak FarrokhzadRollup merge of #64702 - sinkuu:deps, r=jonas-schievink
2019-09-24 Mazdak FarrokhzadRollup merge of #64698 - Centril:infer-const-with-stash...
2019-09-24 Mazdak FarrokhzadRollup merge of #64689 - matklad:refactor-mbe, r=petroc...
2019-09-24 Mazdak FarrokhzadRollup merge of #64622 - ecstatic-morse:cycle-detector...
2019-09-24 Mazdak FarrokhzadRollup merge of #64443 - Mark-Simulacrum:rustdoc-clean...
2019-09-24 Mazdak FarrokhzadRollup merge of #64296 - KodrAus:chore/iter_order_by...
2019-09-24 Mazdak FarrokhzadRollup merge of #64016 - nnethercote:Compiler-fiddling...
2019-09-24 Mazdak FarrokhzadRollup merge of #63356 - ali-raheem:issue#63183, r...
2019-09-24 hman523changed a line from an if else to std::cmp::max
2019-09-23 hman523Fixed issue from #64447
2019-09-23 n-salimMerge pull request #26 from rust-lang/master
2019-09-23 BaoshanMerge pull request #28 from rust-lang/master
2019-09-23 Mazdak Farrokhzadcleanup librustc_errors Handler code.
2019-09-23 Mazdak Farrokhzadstash_diagnostic: ICE in a different way
2019-09-23 Mazdak FarrokhzadIntroduce a diagnostic stashing API.
2019-09-23 borsAuto merge of #64272 - Mark-Simulacrum:parallel-handler...
2019-09-22 Mazdak FarrokhzadRollup merge of #64294 - wchargin:wchargin-stdio-piped...
2019-09-21 Mazdak FarrokhzadRollup merge of #64664 - matklad:remove-ast-builder...
2019-09-21 Mazdak FarrokhzadRollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk
2019-09-21 Mazdak FarrokhzadRollup merge of #64136 - crgl:doc-from-parser-lhs,...
2019-09-21 Mazdak FarrokhzadRollup merge of #64010 - c410-f3r:stabilize-attrs-fn...
next