]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-01 Lzu TaoAdd associated consts MIN/MAX for Wrapping<Int>
2020-06-01 borsAuto merge of #72844 - Dylan-DPC:rollup-i51qv5z, r...
2020-06-01 Dylan DPCRollup merge of #72834 - JOE1994:correct_confusing_term...
2020-06-01 Dylan DPCRollup merge of #72832 - joshtriplett:cargo-tree-d...
2020-06-01 Dylan DPCRollup merge of #72823 - matthewjasper:describe-queries...
2020-06-01 Dylan DPCRollup merge of #72818 - GuillaumeGomez:cleanup-e0622...
2020-06-01 Dylan DPCRollup merge of #72776 - lcnr:stalled_on-smallvec,...
2020-05-31 borsAuto merge of #72831 - Dylan-DPC:rollup-6rxjwt9, r...
2020-05-31 JOE1994Rephrase term 'non-pointer type'
2020-05-31 Josh TriplettRELEASES.md: Expand `cargo tree` note to mention `cargo...
2020-05-31 Dylan DPCRollup merge of #72830 - rust-lang:sfackler-patch-1...
2020-05-31 Dylan DPCRollup merge of #72829 - JOE1994:clarify_terms, r=jonas...
2020-05-31 Dylan DPCRollup merge of #72812 - RalfJung:miri-char-test, r...
2020-05-31 Dylan DPCRollup merge of #72807 - xiaotianrandom:fix-assoc-type...
2020-05-31 Dylan DPCRollup merge of #72691 - GuillaumeGomez:escape-key...
2020-05-31 Matthew JasperAdd descriptions for all queries
2020-05-31 Steven FacklerFix release notes for niche initialization change
2020-05-31 JOE1994Clarify terms in doc comments
2020-05-31 borsAuto merge of #72767 - pnkfelix:track-devirtualized...
2020-05-31 borsAuto merge of #72813 - RalfJung:rollup-4ko6q8j, r=RalfJung
2020-05-31 Guillaume GomezPut input timeout clearance inside a function
2020-05-31 Guillaume GomezClean up E0622 explanation
2020-05-31 Ralf JungMiri tests: skip parts of test_char_range
2020-05-31 Ralf JungRollup merge of #72781 - marmeladema:rustdoc-def-id...
2020-05-31 Ralf JungRollup merge of #72749 - vertexclique:vcq/update-stdarc...
2020-05-31 Ralf JungRollup merge of #72745 - lcnr:interned-cleanup, r=petro...
2020-05-31 Ralf JungRollup merge of #72715 - estebank:trailing-comma-where...
2020-05-31 Ralf JungRollup merge of #72683 - RalfJung:char-debug-check...
2020-05-31 borsAuto merge of #72759 - alexcrichton:update-compiler...
2020-05-31 Bastian Kauschkeremove fixme for `stalled_on`
2020-05-31 borsAuto merge of #72743 - lcnr:predicate_f, r=nikomatsakis
2020-05-31 XIAO TianFix associate type diagnostics
2020-05-31 XIAO TianAdd a test for wrong assoc type diagnostics
2020-05-31 borsAuto merge of #72116 - petrhosek:fuchsia-ld-flags,...
2020-05-30 Mahmut BulutUpdate stdarch submodule to latest head
2020-05-30 borsAuto merge of #72794 - RalfJung:rollup-gzs4nl4, r=RalfJung
2020-05-30 Ralf JungRollup merge of #72777 - marmeladema:rustdoc-remove...
2020-05-30 Ralf JungRollup merge of #72773 - Rantanen:is_char_boundary...
2020-05-30 Ralf JungRollup merge of #72772 - RalfJung:valid-char, r=petroch...
2020-05-30 Ralf JungRollup merge of #72757 - petrochenkov:shebang, r=varkor
2020-05-30 Ralf JungRollup merge of #72728 - o01eg:fix-72661, r=Mark-Simulacrum
2020-05-30 Ralf JungRollup merge of #72669 - petrochenkov:smclean, r=Mark...
2020-05-30 Ralf JungRollup merge of #72668 - awoimbee:give-fn-parenthetical...
2020-05-30 Ralf JungRollup merge of #72666 - ivanloz:profile_emit_flag...
2020-05-30 Ralf JungRollup merge of #72657 - flip1995:impl_lint_pass-ty...
2020-05-30 Ralf JungRollup merge of #72650 - GuillaumeGomez:sort-sidebar...
2020-05-30 Ralf JungRollup merge of #72637 - euclio:env-hygiene, r=davidtwco
2020-05-30 Ralf JungRollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov
2020-05-30 Ralf JungRollup merge of #72543 - estebank:opaque-missing-lts...
2020-05-30 Esteban KüberTweak wording and spans of `'static` `dyn Trait`/`impl...
2020-05-30 Esteban KüberConsider all possible one letter lifetimes in suggestion
2020-05-30 Esteban KüberAccount for enclosing item when suggesting new lifetime...
2020-05-30 Esteban KüberTweak type parameter errors to reduce verbosity
2020-05-30 Esteban KüberUpdate nll tests
2020-05-30 Esteban Küberreview comment: tweak wording and account for span...
2020-05-30 Esteban KüberAccount for returned `dyn Trait` evaluating to `'static...
2020-05-30 Esteban KüberFix NLL output
2020-05-30 Esteban KüberImprove output of argument anonymous borrow missing...
2020-05-30 Esteban KüberAccount for missing lifetime in opaque return type
2020-05-30 Arthur WoimbéeTest ui suggestion fn trait notation
2020-05-30 Arthur WoimbéeFix missing parentheses Fn notation error
2020-05-30 Ralf Jungencode_utf8_raw is not always valid UTF-8; clarify...
2020-05-30 marmelademaUse `LocalDefId` instead of `NodeId` in `resolve_str_pa...
2020-05-30 borsAuto merge of #72778 - RalfJung:rollup-f01z68m, r=RalfJung
2020-05-30 Felix S Klock IIadd fixme suggested by eddyb
2020-05-30 Ralf JungRollup merge of #72607 - Amanieu:fix-72570, r=oli-obk
2020-05-30 Ralf JungRollup merge of #72585 - Aaron1011:feature/opt-item...
2020-05-30 Ralf JungRollup merge of #72563 - RalfJung:multi-return, r=matth...
2020-05-30 Ralf JungRollup merge of #72540 - davidtwco:issue-67552-mono...
2020-05-30 Ralf JungRollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov
2020-05-30 Ralf JungRollup merge of #72499 - mendess:master, r=dtolnay
2020-05-30 Ralf JungRollup merge of #72441 - doctorn:late-bound-lifetime...
2020-05-30 Ralf JungRollup merge of #72368 - CAD97:rangeto, r=dtolnay
2020-05-30 Ralf JungRollup merge of #72299 - lcnr:sized_help, r=petrochenkov
2020-05-30 marmelademarustdoc: remove calls to `local_def_id_from_node_id`
2020-05-30 Bastian Kauschkemore `LocalDefId`s
2020-05-30 Ralf Jungalso expose and use encode_utf16_raw for wtf8
2020-05-30 Ralf Jungwtf8: use encode_utf8_raw
2020-05-30 Ralf Jungexpose char::encode_utf8_raw for libstd
2020-05-30 Ralf Jungmultiple Return terminators are possible
2020-05-30 borsAuto merge of #72768 - JohnTitor:rollup-6kwokh6, r...
2020-05-30 Ralf Jungmiri validation: clarify valid values of 'char'
2020-05-30 Felix S. Klock IIUse the virtual name for libstd files in StableSourceFi...
2020-05-30 Felix S. Klock IISplit payload of FileName::Real to track both real...
2020-05-30 Yuki OkushiRollup merge of #72752 - lcnr:remove-mk_bool, r=estebank
2020-05-30 Yuki OkushiRollup merge of #72750 - marmeladema:remove-as-local...
2020-05-30 Yuki OkushiRollup merge of #72741 - tmiasko:unused-mut, r=Mark...
2020-05-30 Yuki OkushiRollup merge of #72724 - Aaron1011:revert-tokenstream...
2020-05-30 Yuki OkushiRollup merge of #72710 - jsgf:unused-deps-test, r=jsgf
2020-05-30 Yuki OkushiRollup merge of #72677 - chrissimpkins:fix-72574, r...
2020-05-30 Yuki OkushiRollup merge of #72621 - Aaron1011:fix/trait-select...
2020-05-30 Yuki OkushiRollup merge of #72419 - RalfJung:read-discriminant...
2020-05-30 Yuki OkushiRollup merge of #72162 - cuviper:extend_one, r=Mark...
2020-05-30 Yuki OkushiRollup merge of #72033 - XAMPPRocky:relnotes-1.44.0...
2020-05-30 Felix S. Klock II`StableSourceFileId::new_from_pieces` does not need...
2020-05-30 Josh StoneAdd extend_one tracking issue 72631
2020-05-30 Josh StoneRemove an old comment from HashMap::extend_reserve
2020-05-30 Josh StoneUse a canonical name for extend_reserve(additional)
2020-05-30 Josh StoneAdd Extend::{extend_one,extend_reserve}
2020-05-29 borsAuto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung
next