]> git.lizzy.rs Git - rust.git/history - compiler/rustc_interface/src/passes.rs
Improve 'cannot contain emoji' error.
[rust.git] / compiler / rustc_interface / src / passes.rs
2021-12-03 Mara BosImprove 'cannot contain emoji' error.
2021-12-02 Matthias KrügerRollup merge of #91411 - ChrisDenton:valid-paths, r...
2021-12-02 Matthias KrügerRollup merge of #91394 - Mark-Simulacrum:bump-stage0...
2021-12-02 Matthias KrügerRollup merge of #91045 - mjptree:issue-90702-fix, r...
2021-12-02 Matthias KrügerRollup merge of #89234 - nbdd0121:discr, r=jackh726
2021-12-02 borsAuto merge of #91354 - fee1-dead:const_env, r=spastorino
2021-12-02 borsAuto merge of #91291 - GuillaumeGomez:const-deref-metho...
2021-12-02 borsAuto merge of #91003 - psumbera:sparc64-abi, r=nagisa
2021-12-01 borsAuto merge of #90446 - cjgillot:late-elided, r=jackh726
2021-12-01 borsAuto merge of #91433 - matthiaskrgr:rollup-118ql06...
2021-12-01 Matthias KrügerRollup merge of #91430 - jyn514:normalize-fallible...
2021-12-01 Matthias KrügerRollup merge of #91425 - jyn514:treat-lint-err-as-bug...
2021-12-01 Matthias KrügerRollup merge of #91424 - richkadel:llvm-patch-instrprof...
2021-12-01 Matthias KrügerRollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011
2021-12-01 Matthias KrügerRollup merge of #88502 - ibraheemdev:slice-take, r...
2021-12-01 Matthias KrügerRollup merge of #91346 - ibraheemdev:result-inspect...
2021-12-01 Matthias KrügerRollup merge of #91207 - richkadel:rk-bump-coverage...
2021-12-01 Matthias KrügerRollup merge of #90985 - camsteffen:diag-name-usage...
2021-11-30 Yuki OkushiRollup merge of #91243 - jackh726:issue-91068, r=nikoma...
2021-11-29 Matthias KrügerRollup merge of #91281 - scottmcm:non-exhaustive-as...
2021-11-29 Matthias KrügerRollup merge of #91049 - dimo414:patch-1, r=kennytm
2021-11-28 Matthias KrügerRollup merge of #90833 - tmiasko:optimization-remarks...
2021-11-28 Matthias KrügerRollup merge of #90131 - camsteffen:fmt-args-span-fix...
2021-11-28 Matthias KrügerRollup merge of #91319 - fee1-dead:rustdoc-ice-fix...
2021-11-28 Vadim Petrochenkovexpand: Turn `ast::Crate` into a first class expansion...
2021-11-27 borsAuto merge of #89916 - the8472:advance_by-avoid-err...
2021-11-27 Matthias KrügerRollup merge of #91208 - estebank:eq-constraint, r...
2021-11-27 Matthias KrügerRollup merge of #91062 - jsha:static-file-replace,...
2021-11-27 Matthias KrügerRollup merge of #91057 - the8472:clarify-parallelism...
2021-11-27 Matthias KrügerRollup merge of #90995 - the8472:hash-portability,...
2021-11-27 Matthias KrügerRollup merge of #83791 - the8472:relax-zip-side-effect...
2021-11-27 borsAuto merge of #90846 - cuviper:weak, r=dtolnay
2021-11-26 Matthias KrügerRollup merge of #90611 - fee1-dead:rustdoc-ice-fix...
2021-11-26 borsAuto merge of #91246 - nnethercote:faster-layout-array...
2021-11-26 Matthias KrügerRollup merge of #91176 - hermitcore:spin, r=kennytm
2021-11-26 Matthias KrügerRollup merge of #91169 - RDambrosio016:master, r=bjorn3
2021-11-26 borsAuto merge of #91164 - Badel2:usefulness-stack-overflow...
2021-11-26 borsAuto merge of #91205 - Aaron1011:visit_param_env, r...
2021-11-25 borsAuto merge of #91037 - c410-f3r:testsssssss, r=petrochenkov
2021-11-25 borsAuto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011
2021-11-25 Matthias KrügerRollup merge of #91185 - camelid:rm-force-overflow...
2021-11-25 Matthias KrügerRollup merge of #91162 - RalfJung:miri-shift-truncation...
2021-11-25 Matthias KrügerRollup merge of #91111 - cjgillot:hir-no-lower-attrs...
2021-11-25 Matthias KrügerRollup merge of #91096 - compiler-errors:elaborate_opaq...
2021-11-25 Matthias KrügerRollup merge of #90499 - rusticstuff:macos-target-fixes...
2021-11-25 Matthias KrügerRollup merge of #89359 - fee1-dead:const-it, r=oli-obk
2021-11-25 borsAuto merge of #91195 - camelid:path-did, r=jyn514
2021-11-25 borsAuto merge of #88781 - estebank:emoji-idents, r=oli-obk
2021-11-24 Guillaume GomezRollup merge of #90044 - rusticstuff:disable_arm_outlin...
2021-11-24 borsAuto merge of #90491 - Mark-Simulacrum:push-pred-faster...
2021-11-24 borsAuto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011
2021-11-23 Esteban KuberSort `FxHashSet`'s contents before emitting errors...
2021-11-23 Esteban Kuberreview comment: plural of emoji is emoji
2021-11-23 Esteban KuberTokenize emoji as if they were valid indentifiers
2021-11-23 borsAuto merge of #90788 - ecstatic-morse:issue-90752,...
2021-11-20 Matthias KrügerRollup merge of #89741 - sdroege:arc-rc-from-inner...
2021-11-20 borsAuto merge of #87704 - ChrisDenton:win-resolve-exe...
2021-11-20 Matthias KrügerRollup merge of #90628 - ken-matsui:clarify-error-messa...
2021-11-20 borsAuto merge of #90535 - tmiasko:clone-from, r=oli-obk
2021-11-20 Matthias KrügerRollup merge of #90089 - jsha:enum-fields-headings...
2021-11-20 Matthias KrügerRollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514
2021-11-19 Yuki OkushiRollup merge of #90633 - tmiasko:candidate-struct,...
2021-11-19 Yuki OkushiRollup merge of #89258 - est31:const_char_convert,...
2021-11-18 borsAuto merge of #90774 - alexcrichton:tweak-const, r...
2021-11-18 Yuki OkushiRollup merge of #90750 - camelid:rm-tuple-impls-1,...
2021-11-18 Yuki OkushiRollup merge of #90480 - r00ster91:remove, r=kennytm
2021-11-18 borsAuto merge of #90382 - alexcrichton:wasm64-libstd,...
2021-11-17 Matthias KrügerRollup merge of #90687 - jhpratt:const_panic, r=oli-obk
2021-11-17 Matthias KrügerRollup merge of #89610 - guswynn:must_use_future, r...
2021-11-16 Matthias KrügerRollup merge of #90787 - JohnTitor:inline-sorted-index...
2021-11-16 Matthias KrügerRollup merge of #90733 - wesleywiser:musl_debuginfo...
2021-11-16 Yuki OkushiRollup merge of #90925 - krasimirgg:rustc_mir_build_fix...
2021-11-16 Yuki OkushiRollup merge of #90790 - tamaroning:fix-lib-std-test...
2021-11-16 Yuki OkushiRollup merge of #88601 - ibraheemdev:termination-result...
2021-11-16 Yuki OkushiRollup merge of #85766 - workingjubilee:file-options...
2021-11-15 borsAuto merge of #90717 - kit-981:fix-ld64-flags, r=petroc...
2021-11-15 borsAuto merge of #90645 - terrarier2111:master, r=estebank
2021-11-14 borsAuto merge of #88282 - Neutron3529:patch-4, r=Mark...
2021-11-14 borsAuto merge of #90596 - the8472:path-hash-opt, r=Mark...
2021-11-14 borsAuto merge of #90757 - GuillaumeGomez:search-index...
2021-11-13 Matthias KrügerRollup merge of #90771 - asterycs:fix/trait-object...
2021-11-13 borsAuto merge of #90385 - mfrw:mfrw/librustdoc, r=Guillaum...
2021-11-13 borsAuto merge of #89551 - jhpratt:stabilize-const_raw_ptr_...
2021-11-13 borsAuto merge of #90542 - the8472:privatize-the-means...
2021-11-13 borsAuto merge of #87264 - mystor:expand_literal, r=petroch...
2021-11-13 borsAuto merge of #90041 - jfrimmel:rt_copy_checks, r=Mark...
2021-11-13 borsAuto merge of #89167 - workingjubilee:use-simd, r=MarkS...
2021-11-13 Jubilee YoungAdd 'library/portable-simd/' from commit '1ce1c645cf27c...
2021-11-12 Matthias KrügerRollup merge of #90704 - ijackson:exitstatus-comments...
2021-11-12 Matthias KrügerRollup merge of #90644 - est31:const_swap, r=Mark-Simul...
2021-11-12 Matthias KrügerRollup merge of #90589 - durin42:llvm-14-ASO-now-struct...
2021-11-12 borsAuto merge of #89316 - asquared31415:multiple-clobber...
2021-11-12 borsAuto merge of #90731 - pierwill:fix-90658, r=michaelwoe...
2021-11-11 borsAuto merge of #90489 - jyn514:load-all-extern-crates...
2021-11-11 borsAuto merge of #90746 - nnethercote:opt-pattern-matching...
2021-11-11 borsAuto merge of #90648 - matthewjasper:assoc-item-cleanup...
2021-11-11 borsAuto merge of #88798 - sunfishcode:sunfishcode/windows...
2021-11-11 borsAuto merge of #90755 - scottmcm:spec-array-clone, r...
2021-11-11 borsAuto merge of #89550 - lcnr:coherence-specialization...
2021-11-11 borsAuto merge of #83846 - torhovland:issue-10971, r=davidtwco
next