]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-09 Mazdak FarrokhzadRollup merge of #65166 - csmoe:async-move, r=estebank
2019-10-09 Mazdak FarrokhzadRollup merge of #65037 - anp:track-caller, r=oli-obk
2019-10-09 Mazdak FarrokhzadRollup merge of #64656 - passcod:map-entry-insert,...
2019-10-08 Félix SaparelliImplement (HashMap) Entry::insert as per #60142
2019-10-08 borsAuto merge of #65223 - Centril:rollup-5sdvdni, r=Centril
2019-10-08 Mazdak FarrokhzadRollup merge of #65213 - estebank:peel-drop-temps,...
2019-10-08 Mazdak FarrokhzadRollup merge of #65194 - estebank:remove_str, r=petroch...
2019-10-08 Mazdak FarrokhzadRollup merge of #65141 - BO41:code-of-conduct, r=Mark...
2019-10-08 Mazdak FarrokhzadRollup merge of #65135 - GuillaumeGomez:add-error-code...
2019-10-08 Mazdak FarrokhzadRollup merge of #65133 - davidtwco:issue-65035-static...
2019-10-08 Mazdak FarrokhzadRollup merge of #65081 - Mark-Simulacrum:remove-profile...
2019-10-08 Mazdak FarrokhzadRollup merge of #64284 - Mark-Simulacrum:include-warn...
2019-10-08 David Woodresolve: prohibit foreign statics w/ generics
2019-10-08 borsAuto merge of #65209 - Centril:rollup-tzc0j87, r=Centril
2019-10-08 Esteban Küberreview comments
2019-10-08 Esteban KüberCall `Expr::peel_drop_temps()` from more places for...
2019-10-08 Esteban KüberIgnore `ExprKind::DropTemps` for some ref suggestions
2019-10-08 Mazdak FarrokhzadRollup merge of #65179 - GuillaumeGomez:long-err-explan...
2019-10-08 Mazdak FarrokhzadRollup merge of #65176 - nnethercote:rm-query-macros...
2019-10-08 Mazdak FarrokhzadRollup merge of #65162 - Mark-Simulacrum:no-cache-loadi...
2019-10-08 Mazdak FarrokhzadRollup merge of #65145 - estebank:turbofish-assoc-fn...
2019-10-08 Mazdak FarrokhzadRollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank
2019-10-08 Mazdak FarrokhzadRollup merge of #65102 - tmiasko:tsan-probe-stack,...
2019-10-08 Mazdak FarrokhzadRollup merge of #64918 - GuillaumeGomez:long-err-explan...
2019-10-08 Mazdak FarrokhzadRollup merge of #64404 - GuillaumeGomez:err-E0495,...
2019-10-08 borsAuto merge of #65206 - mati865:clippyup, r=oli-obk
2019-10-08 Mateusz MikułaUpdate Clippy
2019-10-08 Guillaume GomezUpdate ui tests
2019-10-08 Guillaume GomezAdd long error explanation for E0567
2019-10-08 csmoesuggest to add move keyword for generator
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 Mark RousskovWarn if include macro fails to include entire file
2019-10-07 Esteban KüberUse structured suggestion for removal of `as_str()...
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 Adam PerryFix syntax typo in error message.
2019-10-07 Adam PerryClarify variable names when checking track_caller methods.
2019-10-07 Adam PerryProhibit #[track_caller] within trait impls as well...
2019-10-07 Adam PerryUpdate expected error output.
2019-10-07 Adam PerryExpand E0738 to cover different cases.
2019-10-07 Adam PerryE073[6-8] include failing code examples.
2019-10-07 Adam PerryE0735 -> E0739
2019-10-07 Adam Perrytrack_caller tests account for incomplete feature warning.
2019-10-07 Adam Perrytrack_caller error numbers and text.
2019-10-07 Adam PerryMark #![feature(track_caller)] as incomplete.
2019-10-07 Adam Perrytrack_caller feature gate starts in 1.40.0.
2019-10-07 Adam Perrytrack_caller run-pass test, lint cleanup, PR review.
2019-10-07 Ayose[RFC 2091] Add #[track_caller] attribute.
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 Guillaume GomezFix/improve some error codes long explanation
2019-10-07 Guillaume GomezAdd new test to heck if all error codes have tests
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 Nicholas NethercoteRemove `force_ex!`.
2019-10-07 borsAuto merge of #64906 - Aaron1011:feature/extern-const...
2019-10-06 Nicholas NethercoteRemove `def_id!`.
2019-10-06 Nicholas NethercoteRemove `krate!`.
2019-10-06 Nicholas NethercoteRemove `force!`.
next