]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-08 Santiago PastorinoAdd VecMap::get_by(FnMut -> bool)
2021-06-08 Ellenuse non_erasable_generics
2021-06-08 borsAuto merge of #86127 - JohnTitor:rollup-0c6mp3j, r...
2021-06-08 EllenSupport as casts in abstract consts
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 Fabian WolffSuggest a trailing comma if a 1-tuple is expected
2021-06-07 Lionel FoxcroftClarify documentation of slice sorting methods
2021-06-07 Igor MatuszewskiUpdate RLS
2021-06-07 The8472build doctests with lld if use-lld = true
2021-06-07 Anatol Ulrichfix off by one
2021-06-07 Pietro Albiniadd the x86_64-gnu-stable job to test with stable channel
2021-06-07 Pietro Albiniuse channel-relative urls in rustdoc/intra-doc/field.rs
2021-06-07 SmittyPeephole optimize `x == false` and `x != true`
2021-06-07 Pietro Albiniignore ui-fulldeps/session-derive-errors.rs on beta...
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 Ellennote :sparkles: uwuuu
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 Tomasz MiąskoUse preorder traversal when checking for SSA locals
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`
2021-06-06 Vadim Petrochenkovlinker: Restore the old order of linking native libraries
2021-06-06 Vadim Petrochenkovlinker: Reorder linker arguments
2021-06-06 Vadim Petrochenkovlinker: Inline `fn link_local_crate_native_libs_and_dep...
2021-06-06 borsAuto merge of #84995 - petrochenkov:tcollect, r=Aaron1011
2021-06-06 Tamir DubersteinString::remove_matches O(n^2) -> O(n)
2021-06-06 Tamir DubersteinUse iter::from_fn in String::remove_matches
2021-06-06 borsAuto merge of #86054 - JohnTitor:rollup-j40z7sm, r...
2021-06-06 Vadim Petrochenkovparser: Ensure that all nonterminals have tokens after...
2021-06-06 Yuki OkushiRollup merge of #86047 - jyn514:doc-attrs, r=petrochenkov
2021-06-06 Yuki OkushiRollup merge of #86043 - klensy:attr-clone, r=jyn514
2021-06-06 Yuki OkushiRollup merge of #86028 - LingMan:dupe_empty_check,...
2021-06-06 Yuki OkushiRollup merge of #85972 - GuillaumeGomez:rustdoc-html...
2021-06-06 Yuki OkushiRollup merge of #85930 - mominul:array_into_iter, r...
2021-06-06 Yuki OkushiRollup merge of #85920 - luqmana:wasm-linker-tweaks...
2021-06-06 Yuki OkushiRollup merge of #85772 - luqmana:ignored-metadata,...
2021-06-06 Yuki OkushiRollup merge of #85436 - tamird:save-clone, r=estebank
next