]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-09 borsAuto merge of #86118 - spastorino:tait-soundness-bug...
2021-06-09 borsAuto merge of #86107 - Smittyvb:peephole-optim-eq-bool...
2021-06-09 borsAuto merge of #86160 - JohnTitor:rollup-8ark9x7, r...
2021-06-09 Yuki OkushiRollup merge of #86159 - ehuss:update-cargo, r=ehuss
2021-06-09 Yuki OkushiRollup merge of #86158 - ehuss:update-books, r=ehuss
2021-06-09 Yuki OkushiRollup merge of #86142 - m-ou-se:proc-macro-subspan...
2021-06-09 Yuki OkushiRollup merge of #86128 - jsha:render-impl-into-mod...
2021-06-09 Yuki OkushiRollup merge of #86124 - Aaron1011:ambig-macro-name...
2021-06-09 Yuki OkushiRollup merge of #86121 - nickshiling:forwarding_impl_fo...
2021-06-09 Yuki OkushiRollup merge of #85982 - alexcrichton:doc-safe-wasm...
2021-06-09 Yuki OkushiRollup merge of #85957 - BoxyUwU:rustdoc-const-generic...
2021-06-09 Yuki OkushiRollup merge of #85791 - CDirkx:is_unicast, r=joshtriplett
2021-06-09 Yuki OkushiRollup merge of #85715 - fee1-dead:document-string...
2021-06-09 Yuki OkushiRollup merge of #85676 - CDirkx:ip-style, r=JohnTitor
2021-06-09 Eric HussUpdate cargo
2021-06-09 Eric HussUpdate books
2021-06-08 Santiago Pastorinoadd VecMap docs
2021-06-08 Santiago PastorinoUse impl FnMut directly as predicate type
2021-06-08 Santiago PastorinoExplicitly pass find arguments down the predicate so...
2021-06-08 Santiago PastorinoDo not deconstruct OpaqueTypeKey to make the code more...
2021-06-08 Santiago Pastorinodefin_ty_def_id -> definition_ty_def_id
2021-06-08 borsAuto merge of #86139 - hyd-dev:miri, r=RalfJung
2021-06-08 Mara BosSimplify proc_macro code using Bound::cloned().
2021-06-08 hyd-devUpdate Miri
2021-06-08 Santiago PastorinoDestructure OpaqueTypeKey in certain cases to simplify...
2021-06-08 Santiago PastorinoSimplify code by using VecMap::get_by
2021-06-08 Santiago PastorinoAdd VecMap::get_by(FnMut -> bool)
2021-06-08 borsAuto merge of #86127 - JohnTitor:rollup-0c6mp3j, r...
2021-06-08 Jacob Hoffman... Refactor: Extract render_summary from render_impl.
2021-06-08 Yuki OkushiRollup merge of #86103 - camsteffen:lifetime-hack,...
2021-06-08 Yuki OkushiRollup merge of #86101 - glittershark:bound-as-mut...
2021-06-08 Yuki OkushiRollup merge of #86096 - FabianWolff:ec-E0316, r=Guilla...
2021-06-08 Yuki OkushiRollup merge of #86095 - GuillaumeGomez:search-descript...
2021-06-08 Yuki OkushiRollup merge of #86090 - lnicola:rust-analyzer-2021...
2021-06-08 Yuki OkushiRollup merge of #86078 - GuillaumeGomez:type-page-font...
2021-06-08 Yuki OkushiRollup merge of #86074 - reaganmcf:iss-86039, r=jyn514
2021-06-08 Yuki OkushiRollup merge of #85989 - jyn514:gitignore-cleanup,...
2021-06-08 Yuki OkushiRollup merge of #85985 - Lionelf329:master, r=joshtriplett
2021-06-08 Yuki OkushiRollup merge of #85951 - hyd-dev:force-unwind-tables...
2021-06-08 Yuki OkushiRollup merge of #85906 - LingMan:iter_find, r=matthewjasper
2021-06-08 borsAuto merge of #86115 - Xanewok:update-rls, r=Xanewok
2021-06-08 Aaron HillInclude macro name in 'local ambiguity' error
2021-06-08 borsAuto merge of #83515 - tamird:string-remove-matches...
2021-06-08 Alex CrichtonEnable rustdoc to document safe wasm intrinsics
2021-06-07 myshylinForwarding implementation for Seek trait's stream_posit...
2021-06-07 Santiago PastorinoAdd more TAIT multiple defining uses test cases
2021-06-07 Santiago PastorinoDifferentiate different defining uses of taits when...
2021-06-07 Santiago PastorinoRemove substs from OpaqueTypeDecl, use the one in Opaqu...
2021-06-07 Santiago PastorinoUse substs from opaque type key instead of using it...
2021-06-07 Santiago PastorinoMake opaque type map key be of type OpaqueTypeKey
2021-06-07 Santiago PastorinoRemove ResolvedOpaqueTy and just use Ty, SubstsRef...
2021-06-07 Santiago PastorinoMake OpaqueTypeKey the key of opaque types map
2021-06-07 Santiago PastorinoChange concrete opaque type to be a `VecMap`
2021-06-07 Santiago PastorinoChange opaque type map to be a `VecMap`
2021-06-07 Santiago PastorinoAdd VecMap to rustc_data_structures
2021-06-07 Lionel FoxcroftClarify documentation of slice sorting methods
2021-06-07 Igor MatuszewskiUpdate RLS
2021-06-07 SmittyPeephole optimize `x == false` and `x != true`
2021-06-07 Griffin SmithCorrect type signature in doc for Bound::as_mut
2021-06-07 Cameron SteffenRemove lifetime hack
2021-06-07 borsAuto merge of #85903 - bjorn3:rustc_serialize_cleanup...
2021-06-07 Fabian WolffBless ui/where-clauses/where-for-self.rs test
2021-06-07 Fabian WolffAdd E0316.md
2021-06-07 Fabian WolffComment out unused error codes in error_codes.rs
2021-06-07 borsAuto merge of #85891 - bjorn3:revert_merge_crate_disamb...
2021-06-07 Guillaume GomezAdd test to ensure the result descripton is correctly...
2021-06-07 Guillaume GomezFix integration of codeblocks in search result description
2021-06-07 Ellenformat version
2021-06-07 bjorn3Revert "Merge CrateDisambiguator into StableCrateId"
2021-06-07 bjorn3Revert "Fix test"
2021-06-07 bjorn3Revert "Update tests"
2021-06-07 bjorn3Revert "Update mir opt tests"
2021-06-07 borsAuto merge of #86091 - JohnTitor:rollup-wceot6d, r...
2021-06-07 Yuki OkushiRollup merge of #86081 - LingMan:try_into, r=jyn514
2021-06-07 Yuki OkushiRollup merge of #86025 - bjorn3:no_rpath_cfg_prefix...
2021-06-07 Yuki OkushiRollup merge of #86016 - luqmana:infer-linker-flavor...
2021-06-07 Yuki OkushiRollup merge of #85996 - jyn514:library-changes, r...
2021-06-07 Yuki OkushiRollup merge of #85973 - LingMan:indentation, r=jyn514
2021-06-07 Yuki OkushiRollup merge of #84262 - camelid:sized-ice, r=estebank
2021-06-07 Laurențiu Nicola:arrow_up: rust-analyzer
2021-06-07 borsAuto merge of #85810 - bjorn3:further_driver_cleanup...
2021-06-07 borsAuto merge of #86080 - GuillaumeGomez:rollup-vb5g14e...
2021-06-06 Reagan McFarlandUpdate testsuite to match new panic msg
2021-06-06 LingManUse `try_into` instead of asserting manually
2021-06-06 Guillaume GomezRollup merge of #86077 - FabianWolff:issue-86061, r...
2021-06-06 Guillaume GomezRollup merge of #86058 - fee1-dead:E0121-improvements...
2021-06-06 Guillaume GomezRollup merge of #86040 - GuillaumeGomez:search-result...
2021-06-06 Guillaume GomezRollup merge of #86010 - FabianWolff:ICE-parser, r...
2021-06-06 Guillaume GomezRollup merge of #85965 - tmiasko:a, r=nagisa
2021-06-06 Guillaume GomezRollup merge of #85912 - LingMan:iter_any, r=nagisa
2021-06-06 Guillaume GomezRollup merge of #84940 - jyn514:ninja, r=Mark-Simulacrum
2021-06-06 Guillaume GomezRollup merge of #83433 - jyn514:cfg-bootstrap-macro...
2021-06-06 Guillaume GomezAdd test to check that font-weight is correctly set...
2021-06-06 Guillaume GomezFix invalid weight for type pages
2021-06-06 Fabian WolffFix corrected example in E0759.md
2021-06-06 Reagan McFarlandDefault panic message should print Box<dyn Any>
2021-06-06 borsAuto merge of #85343 - Aaron1011:variance-diag, r=estebank
2021-06-06 Aaron HillAdd variance-related information to lifetime error...
2021-06-06 borsAuto merge of #85086 - petrochenkov:linkord2, r=nagisa
2021-06-06 Vadim Petrochenkovlinker: Re-apply Solaris fixes for `-z ignore`
next