]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-25 David WoodDo not suggest use over extern crate w/ alias.
2019-04-25 David WoodAdd test for current behaviour.
2019-04-24 borsAuto merge of #60180 - ehuss:update-cargo-books, r...
2019-04-24 borsAuto merge of #60213 - Manishearth:clippyup, r=oli-obk
2019-04-24 Eric HussUpdate cargo, books
2019-04-24 borsAuto merge of #60224 - Centril:rollup-lfuhhsk, r=Centril
2019-04-24 Mazdak FarrokhzadRollup merge of #60190 - nnethercote:less-metadata...
2019-04-24 Mazdak FarrokhzadRollup merge of #60186 - estebank:accept-suffix, r...
2019-04-24 Mazdak FarrokhzadRollup merge of #59822 - GuillaumeGomez:fix-dark-theme...
2019-04-24 Mazdak FarrokhzadRollup merge of #59739 - cramertj:stabilize, r=withoutboats
2019-04-24 Mazdak FarrokhzadRollup merge of #56278 - eddyb:mir-debuginfo-proof...
2019-04-24 borsAuto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton
2019-04-23 Nicholas NethercoteDon't generate unnecessary rmeta files.
2019-04-23 Taylor CramerStabilize futures_api
2019-04-23 Taylor CramerAdd rustc_allow_const_fn_ptr
2019-04-23 Amanieu d'AntrasUpdate hashbrown to 0.3.0
2019-04-23 Amanieu d'AntrasUpdate hashbrown to 0.2.2
2019-04-23 Amanieu d'AntrasRemove stabilized alloc feature from rustc-std-workspac...
2019-04-23 Amanieu d'AntrasUpdate hashbrown to 0.2.1
2019-04-23 Amanieu d'AntrasRemove broken tests
2019-04-23 Amanieu d'AntrasFix test
2019-04-23 Amanieu d'AntrasReplace the robin-hood hash table with hashbrown
2019-04-23 Amanieu d'AntrasMake libstd depend on the hashbrown crate
2019-04-23 Amanieu d'AntrasMark HashSet functions with #[inline]
2019-04-23 Amanieu d'AntrasAdd try_reserve to HashSet
2019-04-23 Amanieu d'AntrasRemove the Recover trait for HashSet
2019-04-23 Esteban Küberreview comment: change linked ticket
2019-04-23 Eduard-Mihai... rustc_mir: create the `let` and "remainder" scopes...
2019-04-23 Eduard-Mihai... rustc_mir: pretty-print all locals into their respectiv...
2019-04-23 Eduard-Mihai... rustc_mir: don't rely on mir::LocalDecl `visibility_sco...
2019-04-23 Eduard-Mihai... rustc: dissuade compiler developers from misusing upvar...
2019-04-23 Eduard-Mihai... rustc_codegen_ssa: rename debuginfo_upvar_decls_ops_seq...
2019-04-23 Eduard-Mihai... rustc_mir: don't use upvar_decls in the miri validity...
2019-04-23 Eduard-Mihai... rustc_mir: don't use upvar_decls in the generator state...
2019-04-23 Eduard-Mihai... rustc: don't track var_hir_id or mutability in mir...
2019-04-23 Manish GoregaokarUpdate clippy
2019-04-23 borsAuto merge of #60211 - Centril:rollup-akw4r85, r=Centril
2019-04-23 Mazdak FarrokhzadRollup merge of #60191 - gnzlbg:f16c, r=alexcrichton
2019-04-23 Mazdak FarrokhzadRollup merge of #60177 - rasendubi:rustdoc-comments...
2019-04-23 Mazdak FarrokhzadRollup merge of #60169 - varkor:tidy-unnecessary-ignore...
2019-04-23 Mazdak FarrokhzadRollup merge of #60146 - Manishearth:font-update, r...
2019-04-23 Mazdak FarrokhzadRollup merge of #59839 - KodrAus:must-use-num, r=sfackler
2019-04-23 Mazdak FarrokhzadRollup merge of #59823 - davidtwco:issue-54716, r=cramertj
2019-04-23 David WoodReduce noise and document test case.
2019-04-23 borsAuto merge of #60155 - davidtwco:issue-59819, r=oli-obk
2019-04-23 Eduard-Mihai... rustc_mir: don't rely on mir::UpvarDecl in the MIR...
2019-04-23 borsAuto merge of #60152 - stepnivlk:visit_subpats-removal...
2019-04-23 varkorFix regression in line ending test
2019-04-23 varkorRemove unnecessary tidy ignore directives
2019-04-23 varkorCheck for other unused tidy check directives
2019-04-23 varkorUpdate ui tests
2019-04-23 varkorRemove unnecessary ignore-tidy-linelength
2019-04-23 varkorTidy warn on ignored line length when lines are not...
2019-04-23 varkorLook specifically for comments containing tidy ignore...
2019-04-23 borsAuto merge of #60125 - estebank:continue-evaluating...
2019-04-23 gnzlbgAdd f16c target_feature
2019-04-23 borsAuto merge of #60172 - varkor:tidy-double-trailing...
2019-04-23 borsAuto merge of #60121 - davazp:fix-sync-all-macos, r...
2019-04-23 borsAuto merge of #60140 - euclio:pulldown-cmark, r=Guillau...
2019-04-22 Esteban KüberTemporarily accept [i|u][32|size] suffixes on a tuple...
2019-04-22 borsAuto merge of #60126 - estebank:continue-eval, r=oli-obk
2019-04-22 Tomas KoutskyRemove visit_subpats from check_pat in favor of state...
2019-04-22 Esteban Küberreview comment: add HACK comment
2019-04-22 Esteban KüberFix ICE related to #53708
2019-04-22 Esteban KüberNever stop due to errors before borrow checking
2019-04-22 Esteban KüberRemove needless error in test
2019-04-22 Esteban Küberreview comments: deduplicate tests
2019-04-22 varkorUpdate ui tests
2019-04-22 Alexey ShmalkoPromote rust comments to rustdoc
2019-04-22 Esteban KüberContinue evaluating after item-type checking
2019-04-22 David WoodOnly make suggestion when type is `Copy`.
2019-04-22 borsAuto merge of #60168 - varkor:tidy-leading-newline...
2019-04-22 varkorUpdate ui tests
2019-04-22 varkorRemove leading newlines
2019-04-22 varkorAdd a tidy check for leading trailing newlines
2019-04-22 varkorDisallow double trailing newlines in tidy
2019-04-22 varkorRemove double trailing newlines
2019-04-22 Andy Russellupgrade rustdoc's pulldown-cmark to 0.4.1
2019-04-22 borsAuto merge of #59114 - matthewjasper:enable-migate...
2019-04-22 Matthew Jasperupdate tests for migrate mode by default
2019-04-22 borsAuto merge of #60133 - phansch:deny_rust_2018_idioms...
2019-04-22 borsAuto merge of #60053 - Xanewok:serde-save-analysis...
2019-04-21 borsAuto merge of #60158 - Xanewok:update-clippy, r=matthia...
2019-04-21 Igor MatuszewskiUpdate Clippy
2019-04-21 Matthew JasperEnable migrate mode by default on the 2015 edition
2019-04-21 David WoodSuggest dereferencing when `Deref` is implemented.
2019-04-21 David WoodAdd existing behaviour test for deref suggestions.
2019-04-21 David WoodDisplay original pattern in rustdoc.
2019-04-21 David WoodCorrect lowering order to avoid ICE after rebase.
2019-04-21 David WoodIntroduce `ArgSource` for diagnostics.
2019-04-21 David WoodDo not specify type in generated let bindings.
2019-04-21 David WoodEnforce consistent drop order w/ async methods.
2019-04-21 David WoodMove `async fn` arguments into closure.
2019-04-21 David WoodAdd `AsyncArgument` to AST.
2019-04-21 Igor MatuszewskiUse sysroot libserialize in newtype_index test
2019-04-21 borsAuto merge of #60124 - petrochenkov:stanomut, r=eddyb
2019-04-21 Vadim PetrochenkovAST/HIR: Use `Mutability` instead of bool in foreign...
2019-04-21 Vadim PetrochenkovRemove mutability from `Def::Static`
2019-04-21 Vadim PetrochenkovChange return type of `TyCtxt::is_static` to bool
2019-04-21 Vadim PetrochenkovIntroduce query `static_mutability`
next