]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-08 Mazdak FarrokhzadRollup merge of #64404 - GuillaumeGomez:err-E0495,...
2019-10-08 borsAuto merge of #64949 - nnethercote:avoid-SmallVec-colle...
2019-10-08 borsAuto merge of #65196 - Centril:rollup-q06lcxm, r=Centril
2019-10-08 Mazdak FarrokhzadRollup merge of #65187 - Wind-River:master_before_merge...
2019-10-08 Mazdak FarrokhzadRollup merge of #65181 - nikomatsakis:lazy-norm-anon...
2019-10-08 Mazdak FarrokhzadRollup merge of #65154 - skinny121:const-arg-diagnostic...
2019-10-08 Mazdak FarrokhzadRollup merge of #65150 - XiangQingW:master, r=estebank
2019-10-08 Mazdak FarrokhzadRollup merge of #65098 - GuillaumeGomez:long-err-explan...
2019-10-08 Mazdak FarrokhzadRollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster
2019-10-08 Mazdak FarrokhzadRollup merge of #65040 - Centril:items-cleanup, r=estebank
2019-10-08 Mazdak FarrokhzadRollup merge of #64726 - andrewbanchich:unimplemented...
2019-10-08 borsAuto merge of #65186 - mati865:cargoup, r=alexcrichton
2019-10-07 borsAuto merge of #64358 - cuviper:rustc-rayon-1.2, r=nikom...
2019-10-07 Josh StoneUpdate other rayon uses to 1.2 too
2019-10-07 Josh Stoneadd crossbeam-queue to the whitelist
2019-10-07 Josh StoneName the threads in rayon's pool
2019-10-07 Josh StoneRebase rustc-rayon on rayon-1.2
2019-10-07 BaoshanPanguse 'invalid argument' for vxWorks
2019-10-07 Mateusz MikułaUpdate Cargo
2019-10-07 borsAuto merge of #61430 - matthewjasper:drop-on-into-panic...
2019-10-07 Guillaume Gomezupdate ui tests
2019-10-07 Guillaume GomezAdd long error explanation for E0495
2019-10-07 Niko Matsakisadd `debug!` to evaluate_obligation
2019-10-07 Niko Matsakisfix ICE from debug output by using `kind_ty` in dumping...
2019-10-07 Niko Matsakisavoid ICE when extracting closure-kind-ty from a canoni...
2019-10-07 Niko Matsakiscorrect bug in the "has escaping regions" visitor
2019-10-07 Niko Matsakismake type-flags exhaustive
2019-10-07 borsAuto merge of #64780 - choller:master, r=michaelwoerister
2019-10-07 borsAuto merge of #65178 - Centril:rollup-ep1zztj, r=Centril
2019-10-07 Guillaume GomezUpdate ui tests
2019-10-07 Guillaume GomezAdd long error explanation for E0561
2019-10-07 Mazdak FarrokhzadRollup merge of #65173 - tmandry:reffy-ref, r=tmandry
2019-10-07 Mazdak FarrokhzadRollup merge of #65164 - GuillaumeGomez:long-err-explan...
2019-10-07 Mazdak FarrokhzadRollup merge of #65137 - andjo403:selfProfiling_fix...
2019-10-07 Mazdak FarrokhzadRollup merge of #63948 - crlf0710:path_to_raw_dylib...
2019-10-07 benTest diagnostic output of type mismatches for types...
2019-10-07 Charles LewFix compilation error after rebase.
2019-10-07 borsAuto merge of #64739 - guanqun:remove-as-str, r=estebank
2019-10-07 Mazdak Farrokhzadsyntax: refactor with new `fn parse_use_tree_glob_or_ne...
2019-10-07 Mazdak Farrokhzadsyntax: use `parse_extern_abi` more.
2019-10-07 Charles LewAdd more tests, fix span issue, improve diagnostics.
2019-10-07 Charles LewAddress review comments.
2019-10-07 Charles LewAdd support for parsing #[link_ordinal] attribute.
2019-10-07 Charles LewAdd feature gate for raw_dylib.
2019-10-07 Mazdak Farrokhzadsyntax: unify and simplify fn signature parsing.
2019-10-07 Mazdak Farrokhzadsyntax: unify trait parsing a bit.
2019-10-07 Mazdak Farrokhzadsyntax: further item parsing cleanup
2019-10-07 Mazdak Farrokhzadsyntax: de-dups in item parsing.
2019-10-07 Mazdak Farrokhzadsyntax: cleanup associated const parsing.
2019-10-07 borsAuto merge of #64906 - Aaron1011:feature/extern-const...
2019-10-06 Tyler MandryUpdate reference
2019-10-06 borsAuto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandry
2019-10-06 Andrew Banchichrewrite documentation for unimplemented!
2019-10-06 Guillaume GomezUpdate ui tests
2019-10-06 Tyler MandryRollup merge of #65158 - ishitatsuyuki:remove-dead...
2019-10-06 Tyler MandryRollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark...
2019-10-06 Tyler MandryRollup merge of #65142 - matthewjasper:unshadow-anon...
2019-10-06 Tyler MandryRollup merge of #65101 - mati865:rustc_macro-deps,...
2019-10-06 Tyler MandryRollup merge of #65095 - GuillaumeGomez:sort-librustc_p...
2019-10-06 borsAuto merge of #64564 - jonas-schievink:cowardly-default...
2019-10-06 Guillaume GomezAdd long error explanation for E0566
2019-10-06 borsAuto merge of #65089 - nnethercote:optimize-integral...
2019-10-06 Guillaume Gomezsort error codes in librustc_passes
2019-10-06 wangxiangqingSuggest dereferencing boolean reference when used in...
2019-10-06 wangxiangqingSuggest dereferencing boolean reference when used in...
2019-10-06 borsAuto merge of #65043 - Aaron1011:fix/reexport-determini...
2019-10-06 Avi DessauerUse shorthand initialization in rustdoc
2019-10-06 benFix const arguments not displaying in types mismatch...
2019-10-06 borsAuto merge of #65152 - tmandry:rollup-btn4a01, r=tmandry
2019-10-06 Tyler MandryRollup merge of #65151 - tmandry:revert-emscripten...
2019-10-06 Tyler MandryRollup merge of #65130 - davidtwco:rfc-2008-improper...
2019-10-06 Tyler MandryRollup merge of #65126 - BO41:time_typo, r=kennytm
2019-10-06 Tyler MandryRollup merge of #65124 - memoryruins:castaway, r=petroc...
2019-10-06 Tyler MandryRollup merge of #65123 - Centril:mac-invoc-in-mut-pat...
2019-10-06 Tyler MandryRollup merge of #65118 - cuviper:Zmutable-noalias-defau...
2019-10-06 Tyler MandryRollup merge of #65116 - spastorino:remove-unneeded...
2019-10-06 Tyler MandryRollup merge of #65113 - Qwaz:master, r=jonas-schievink
2019-10-06 Tyler MandryRollup merge of #65106 - Mark-Simulacrum:unused-attr...
2019-10-06 Tyler MandryRollup merge of #65105 - Mark-Simulacrum:split-librustc...
2019-10-06 Tyler MandryRollup merge of #65100 - csmoe:generator, r=nikomatsakis
2019-10-06 Tyler MandryRollup merge of #65066 - wesleywiser:fix_const_prop_ice...
2019-10-06 Tyler MandryRollup merge of #65064 - rust-lang:permit-asyncawait...
2019-10-06 Tyler MandryRollup merge of #65011 - estebank:ice-o-matic, r=zackmdavis
2019-10-06 Tyler MandryRollup merge of #64909 - estebank:turbofish-reloaded...
2019-10-06 Tyler MandryRollup merge of #64765 - alexcrichton:less-check-backtr...
2019-10-06 Tyler MandryRollup merge of #64728 - messense:udp-peer-addr, r...
2019-10-06 Tyler MandryRollup merge of #64708 - SimonSapin:option-deref, r...
2019-10-06 Tyler MandryRevert "Auto merge of #63649 - tlively:emscripten-upstr...
2019-10-06 wangxiangqingSuggest dereferencing boolean reference when used in...
2019-10-05 Matthew JasperEnsure that associated `async fn`s have unique fresh...
2019-10-05 Aaron HillRemove `for_each_child_stable`
2019-10-05 Aaron HillMake re-export collection deterministic
2019-10-05 Andreas Jonsonremove event that causes panics in measureme tools
2019-10-05 Jonas SchievinkRename the test
2019-10-05 Jonas SchievinkExtend test and fix nits
2019-10-05 Jonas SchievinkPacify tidy
2019-10-05 Jonas SchievinkTest that we get the proper errors
2019-10-05 Jonas SchievinkFix the bootstrap
2019-10-05 Jonas SchievinkHide the `Iterator` specialization behind a trait
2019-10-05 Jonas SchievinkAdd comment to `Type` and `OpaqueTy` match
next