]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-07 Esteban KüberAccount for `ExprKind::Block` when suggesting .into...
2021-04-06 borsAuto merge of #83828 - camelid:rustdoc-vec-perf, r...
2021-04-06 Joshua NelsonFix handling of `--output-format json` flag
2021-04-06 Giacomo StevanatoAdd regression test
2021-04-06 Giacomo StevanatoAdd reborrow suggestion when mutable reference is moved...
2021-04-06 Joshua NelsonStore links in Cache instead of on items directly
2021-04-06 Cameron SteffenSymbol optimizations
2021-04-06 borsAuto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r...
2021-04-06 borsAuto merge of #7044 - camsteffen:match-path, r=Manishearth
2021-04-06 Camelidrustdoc: Use `ThinVec` in a few places
2021-04-06 borsAuto merge of #7043 - camsteffen:dead-utils, r=flip1995
2021-04-06 Cameron SteffenSoft deprecate match_path and match_qpath
2021-04-06 Cameron SteffenRemove paths::PATH_BUF
2021-04-06 Cameron SteffenRemove get_node_span
2021-04-06 lukasluegMerge branch 'master' into stab_peek_mut
2021-04-06 lukasluegUpdate library/core/src/iter/adapters/peekable.rs
2021-04-06 Dylan DPCRollup merge of #83920 - ortem:fix-hashmap-lldb-pretty...
2021-04-06 Dylan DPCRollup merge of #83910 - ehuss:update-cargo, r=ehuss
2021-04-06 Dylan DPCRollup merge of #83903 - rust-lang:GuillaumeGomez-patch...
2021-04-06 Dylan DPCRollup merge of #83902 - alexcrichton:update-llvm,...
2021-04-06 Dylan DPCRollup merge of #83895 - eggyal:issue-83883, r=jyn514
2021-04-06 Dylan DPCRollup merge of #83829 - petrochenkov:minclean, r=nagisa
2021-04-06 Dylan DPCRollup merge of #82963 - camelid:move-sharedcontext...
2021-04-06 borsAuto merge of #83875 - jyn514:diag_info, r=bugadani
2021-04-06 borsAuto merge of #6931 - Jarcho:needless_borrow, r=phansch...
2021-04-06 SNCPlay42forbid `impl Trait` in generic param defaults
2021-04-06 lcnruse a `SmallVec` in `impl_or_trait_item`
2021-04-06 Jason NewcombFix all occurences of `needless_borrow` internally
2021-04-06 borsAuto merge of #7036 - horacimacias:master, r=giraffate
2021-04-06 borsAuto merge of #83922 - RalfJung:miri, r=RalfJung
2021-04-06 Amanieu d'AntrasUse AnonConst for asm! constants
2021-04-06 Amanieu d'AntrasUse AnonConst for asm! constants
2021-04-06 Ralf Jungupdate Miri
2021-04-06 borsAuto merge of #83821 - camelid:improve-thinvec, r=petro...
2021-04-06 ortemFix HashMap/HashSet LLDB pretty-printer after hashbrown...
2021-04-06 Horaci Maciasconsider mutability on useless_vec suggestions
2021-04-06 Alan EgertonAdd listing of lints (eg via -W help) to rustdoc
2021-04-06 borsAuto merge of #81641 - bjorn3:find_codegen_backend...
2021-04-06 borsAuto merge of #81234 - repnop:fn-alignment, r=lcnr
2021-04-06 CamelidMove `SharedContext` to `context.rs`
2021-04-06 CamelidAdd `FromIterator` and `IntoIterator` impls for `ThinVec`
2021-04-06 borsAuto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco
2021-04-06 Eric HussUpdate cargo
2021-04-05 borsAuto merge of #83905 - JohnTitor:rollup-pa1la80, r...
2021-04-05 borsAuto merge of #7018 - Y-Nak:same_item_push, r=Manishearth
2021-04-05 Wesley NorrisAllow specifying alignment for functions
2021-04-05 Yuki OkushiRollup merge of #83885 - jyn514:private-links, r=Mark...
2021-04-05 Yuki OkushiRollup merge of #83881 - lnicola:rust-analyzer-2021...
2021-04-05 Yuki OkushiRollup merge of #83849 - jyn514:intra-doc-cleanup,...
2021-04-05 Yuki OkushiRollup merge of #83835 - notriddle:sort-index, r=ollie27
2021-04-05 Yuki OkushiRollup merge of #83814 - petrochenkov:emptyexpr, r...
2021-04-05 Yuki OkushiRollup merge of #83734 - JohnTitor:issue-83621, r=davidtwco
2021-04-05 Yuki OkushiRollup merge of #83489 - LeSeulArtichaut:deref-else...
2021-04-05 Yuki OkushiRollup merge of #83370 - jyn514:setup-tools, r=Mark...
2021-04-05 borsAuto merge of #83152 - guswynn:jemallocator_part2,...
2021-04-05 Guillaume GomezFix typo in TokenStream documentation
2021-04-05 Alex CrichtonUpdate LLVM to support more wasm simd ops
2021-04-05 Vadim Petrochenkovrustc_target: Rely on defaults more in target specs
2021-04-05 borsAuto merge of #7029 - ABouttefeux:master, r=Manishearth
2021-04-05 borsAuto merge of #6463 - xFrednet:5234-shared-code-in...
2021-04-05 borsAuto merge of #83406 - b-naber:issue-83510, r=lcnr
2021-04-05 Joshua NelsonUse DiagnosticInfo for `report_diagnostic`
2021-04-05 Joshua NelsonTake DiagnosticInfo in privacy_error
2021-04-05 Joshua NelsonTake `DiagnosticInfo` in `ambiguity_error`
2021-04-05 Joshua NelsonTake DiagnosticInfo in disambiguator_error
2021-04-05 Joshua NelsonRename link_range -> disambiguator_range in disambiguat...
2021-04-05 Joshua NelsonTake `DiagnosticInfo` in `resolution_failure`
2021-04-05 Joshua NelsonUse DiagnosticInfo for anchor failure
2021-04-05 borsAuto merge of #7026 - daxpedda:cargo-author, r=camsteffen
2021-04-05 Joshua NelsonRename path_str -> ori_link in anchor_failure
2021-04-05 Joshua NelsonAdd config file for tools enabling stage1 downloads...
2021-04-05 borsAuto merge of #83890 - Dylan-DPC:rollup-9fqy3fe, r...
2021-04-05 Dylan DPCRollup merge of #83878 - the8472:fix-concurrent-tidy...
2021-04-05 Dylan DPCRollup merge of #83877 - jyn514:exceptions, r=Mark...
2021-04-05 Dylan DPCRollup merge of #83853 - Amanieu:asm_no_high_x86_64...
2021-04-05 Dylan DPCRollup merge of #83705 - jyn514:theme-error, r=Guillaum...
2021-04-05 Dylan DPCRollup merge of #83368 - jyn514:download-if-unchanged...
2021-04-05 Joshua NelsonAdd `download-rustc = "if-unchanged"`
2021-04-05 Joshua NelsonApply suggestions from code review
2021-04-05 Amanieu d'AntrasDisallow the use of high byte registes as operands...
2021-04-05 Joshua NelsonDocument compiler/ with -Aprivate-intra-doc-links
2021-04-05 Joshua NelsonUse more appropriate return type for `resolve_associate...
2021-04-05 Joshua NelsonReduce indentation in `resolve_associated_item`
2021-04-05 Joshua NelsonRemove duplicate unwrap_or_else
2021-04-05 Laurențiu Nicola:arrow_up: rust-analyzer
2021-04-05 xFrednetRenaming the lint to branches_sharing_code and fixing...
2021-04-05 xFrednetTest for empty blocks and update from master
2021-04-05 xFrednetOnly running shared_code_in_if_blocks only for if state...
2021-04-05 xFrednetMoving shared_code_in_if_blocks to clippy::complexity...
2021-04-05 xFrednetAdapted the lint to use the new SpanlessEq
2021-04-05 xFrednetUpdated code for dogfood
2021-04-05 xFrednetImproved shared_code_in_if_blocks message and added...
2021-04-05 xFrednetImproved shared_code_in_if_blocks output readability...
2021-04-05 xFrednetThe shared_code_in_if_blocks lint only operats on entir...
2021-04-05 xFrednetA new lint for shared code in if blocks
2021-04-05 xFrednetAdded documentation to the multispan_sugg method
2021-04-05 borsAuto merge of #83880 - Dylan-DPC:rollup-hz9ph0e, r...
2021-04-05 Dylan DPCRollup merge of #83865 - camelid:disamb-err-fix, r...
2021-04-05 Dylan DPCRollup merge of #83863 - eggyal:issue-83852, r=jyn514
2021-04-05 Dylan DPCRollup merge of #83831 - AngelicosPhosphoros:issue...
next