]> git.lizzy.rs Git - rust.git/history - src/libsyntax_expand
Remove unchecked inline attribute, remove unused functions, make chache mod private...
[rust.git] / src / libsyntax_expand /
2019-12-02 Ralf JungRollup merge of #66834 - infinity0:master, r=Mark-Simul...
2019-12-02 Ralf JungRollup merge of #66827 - RalfJung:miri-missing-ret...
2019-12-02 Ralf JungRollup merge of #66822 - RalfJung:miri-panic, r=oli-obk
2019-12-02 Ralf JungRollup merge of #66654 - ecstatic-morse:check-consts...
2019-12-02 Mazdak FarrokhzadRollup merge of #66918 - makotokato:aarch32-crc-crypto...
2019-12-02 Mazdak FarrokhzadRollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk
2019-12-02 Mazdak FarrokhzadRollup merge of #66850 - eddyb:span-free-formats, r...
2019-12-02 Mazdak FarrokhzadRollup merge of #66789 - eddyb:mir-source-scope-local...
2019-12-02 Mazdak FarrokhzadRollup merge of #66346 - linkmauve:try-in-docstring...
2019-12-01 Mazdak FarrokhzadRollup merge of #66896 - RalfJung:queries, r=Zoxc
2019-12-01 Mazdak FarrokhzadRollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC
2019-12-01 Mazdak FarrokhzadRollup merge of #66880 - aDotInTheVoid:add-E0203-long...
2019-12-01 Mazdak FarrokhzadRollup merge of #66832 - RalfJung:const-prop-no-alloc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66790 - christianpoveda:check-set...
2019-12-01 Mazdak FarrokhzadRollup merge of #66726 - CAD97:miri-recursion-limit...
2019-12-01 Mazdak FarrokhzadRollup merge of #66679 - mark-i-m:fix-anon-lifetime...
2019-12-01 Mazdak FarrokhzadRollup merge of #66662 - RalfJung:miri-test-liballoc...
2019-12-01 Mazdak FarrokhzadRollup merge of #66503 - thomasetter:panic-error-msg...
2019-12-01 borsAuto merge of #66908 - Centril:rollup-26givp6, r=Centril
2019-11-30 Mazdak FarrokhzadRollup merge of #66895 - Centril:rustc_feature, r=oli-obk
2019-11-30 Mazdak FarrokhzadRollup merge of #66759 - CAD97:patch-3, r=KodrAus
2019-11-30 Mazdak FarrokhzadRollup merge of #66705 - pitdicker:atomic_mut_ptr,...
2019-11-30 Mazdak FarrokhzadRollup merge of #66612 - Nadrieril:or-patterns-initial...
2019-11-30 Mazdak Farrokhzadmove GateIssue to rustc_feature & simplify emit_feature_err
2019-11-30 Mazdak Farrokhzadmove is_builtin_attr to syntax::attr
2019-11-29 Mazdak Farrokhzadintroduce crate rustc_feature and move active, accepted...
2019-11-29 Ralf JungRollup merge of #66844 - RalfJung:caller-location-leak...
2019-11-29 Ralf JungRollup merge of #66826 - mlodato517:mlodato517-clarify...
2019-11-29 Ralf JungRollup merge of #66808 - GuillaumeGomez:cleanup-err...
2019-11-29 Ralf JungRollup merge of #66793 - matthewjasper:record-static...
2019-11-29 Ralf JungRollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum
2019-11-29 Ralf JungRollup merge of #66766 - RalfJung:panic-comments, r...
2019-11-29 Ralf JungRollup merge of #66589 - TheSamsa:master, r=Dylan-DPC
2019-11-29 Ralf JungRollup merge of #66379 - CreepySkeleton:patch-1, r...
2019-11-29 borsAuto merge of #66645 - RalfJung:dereferenceable, r...
2019-11-29 borsAuto merge of #66590 - Aaron1011:fix/real-impl-trait...
2019-11-29 borsAuto merge of #66547 - leo60228:procfs-fallback, r...
2019-11-28 borsAuto merge of #66642 - ecstatic-morse:promotion-in...
2019-11-28 borsAuto merge of #66603 - Nadrieril:fix-65413, r=varkor
2019-11-28 borsAuto merge of #66246 - matthewjasper:simplify-mem-cat...
2019-11-28 borsAuto merge of #66294 - davidhewitt:const_fn_memoization...
2019-11-28 borsAuto merge of #65013 - petertodd:2019-maybeuninit-debug...
2019-11-28 borsAuto merge of #66829 - Manishearth:clippyup, r=Manishearth
2019-11-27 borsAuto merge of #66824 - tmandry:rollup-kk56bte, r=tmandry
2019-11-27 Tyler MandryRollup merge of #66800 - jyn514:combine-const-match...
2019-11-27 Tyler MandryRollup merge of #66798 - bwignall:typo, r=varkor
2019-11-27 Tyler MandryRollup merge of #66797 - mlodato517:mlodato517-array...
2019-11-27 Tyler MandryRollup merge of #66777 - GuillaumeGomez:tidy-err-codes...
2019-11-27 Tyler MandryRollup merge of #66774 - GuillaumeGomez:cleanup-err...
2019-11-27 Tyler MandryRollup merge of #66769 - fusion-engineering-forks:tau...
2019-11-27 Tyler MandryRollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix...
2019-11-27 Tyler MandryRollup merge of #66744 - chrisduerr:master, r=Dylan-DPC
2019-11-27 Tyler MandryRollup merge of #66722 - matthewjasper:non_exhaustive_b...
2019-11-27 Tyler MandryRollup merge of #66718 - VirrageS:use_comma, r=Centril
2019-11-27 Tyler MandryRollup merge of #66700 - VirrageS:master, r=matthewjasper
2019-11-27 Tyler MandryRollup merge of #66534 - immunant:multiple_global_decls...
2019-11-27 Tyler MandryRollup merge of #66305 - elichai:2019-11-array_ffi...
2019-11-27 Tyler MandryRollup merge of #66222 - Aaron1011:fix/opaque-closure...
2019-11-27 Tyler MandryRollup merge of #64325 - cramertj:nested-self-types...
2019-11-27 borsAuto merge of #66677 - wesleywiser:fix_const_prop_alloc...
2019-11-27 borsAuto merge of #66675 - GuillaumeGomez:support-anchors...
2019-11-27 Brian WignallFix spelling typos
2019-11-27 borsAuto merge of #66794 - tmandry:rollup-99qrpr0, r=tmandry
2019-11-26 Tyler MandryRollup merge of #66788 - ecstatic-morse:const-fn-unreac...
2019-11-26 Tyler MandryRollup merge of #66786 - jyn514:const-if-match-tests...
2019-11-26 Tyler MandryRollup merge of #66779 - guanqun:reorder-funcs, r=Dylan-DPC
2019-11-26 Tyler MandryRollup merge of #66763 - Parth:patch-2, r=steveklabnik
2019-11-26 Tyler MandryRollup merge of #66754 - estebank:rustdoc-capitalizatio...
2019-11-26 Tyler MandryRollup merge of #66719 - Mark-Simulacrum:int-normalizat...
2019-11-26 Tyler MandryRollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum
2019-11-26 Tyler MandryRollup merge of #66713 - hermitcore:hermit, r=alexcrichton
2019-11-26 Tyler MandryRollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa
2019-11-26 Tyler MandryRollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk
2019-11-26 Tyler MandryRollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcr...
2019-11-26 Tyler MandryRollup merge of #66128 - emilio:new-zeroed, r=SimonSapin
2019-11-26 borsAuto merge of #66646 - RalfJung:unwind_to_block, r...
2019-11-26 borsAuto merge of #66631 - michaelwoerister:additional...
2019-11-26 borsAuto merge of #66561 - TimoFreiberg:trait-name-report...
2019-11-26 borsAuto merge of #66522 - tmiasko:sanitize-flags, r=alexcr...
2019-11-25 borsAuto merge of #66178 - Aaron1011:fix/opaque-normalize...
2019-11-25 Esteban KüberTweak duplicate matcher binding error
2019-11-25 Pietro AlbiniRollup merge of #66698 - petrochenkov:tidywarn, r=Mark...
2019-11-25 Pietro AlbiniRollup merge of #66694 - RalfJung:panic-comments, r...
2019-11-25 Pietro AlbiniRollup merge of #66684 - mark-i-m:error-reporting-clean...
2019-11-25 Pietro AlbiniRollup merge of #66678 - GuillaumeGomez:remove-useless...
2019-11-25 Pietro AlbiniRollup merge of #66569 - pietroalbini:gha-1, r=alexcrichton
2019-11-25 Pietro AlbiniRollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC
2019-11-25 Pietro AlbiniRollup merge of #65613 - Mark-Simulacrum:rustdoc-preser...
2019-11-25 borsAuto merge of #66682 - estebank:fn-type-err, r=davidtwco
2019-11-25 borsAuto merge of #66279 - cjgillot:hashstable, r=Zoxc
2019-11-25 borsAuto merge of #66669 - petrochenkov:tup2attr, r=matthew...
2019-11-25 borsAuto merge of #66671 - matthewjasper:ast-address-of...
2019-11-24 borsAuto merge of #66540 - nnethercote:SmallVec-Candidate...
2019-11-24 borsAuto merge of #66647 - petrochenkov:nosynt, r=Centril
2019-11-24 Matthew JasperAdd raw address of expressions to the AST and HIR
2019-11-24 borsAuto merge of #66592 - estebank:raw-raw-ah-ah-ah, r...
2019-11-24 borsAuto merge of #66393 - ssomers:hash_benches, r=dtolnay
2019-11-24 Vadim Petrochenkovrustc_plugin: Remove support for syntactic plugins
2019-11-24 Vadim Petrochenkovexpand: Fully preserve visibilities on unnamed fields...
2019-11-24 borsAuto merge of #66322 - lzutao:consistent-result-map_or_...
next