]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-16 Dylan DPCRollup merge of #73373 - lzutao:bug-trackcaller, r...
2020-06-16 Dylan DPCRollup merge of #73372 - GuillaumeGomez:re-order-sideba...
2020-06-16 Dylan DPCRollup merge of #73339 - jonas-schievink:unbug, r=estebank
2020-06-16 Dylan DPCRollup merge of #73237 - tmiasko:arena, r=nnethercote
2020-06-16 Guillaume GomezUpdate ui tests
2020-06-16 Raphael NestlerFix forge-platform-support URL
2020-06-16 borsAuto merge of #73285 - Mark-Simulacrum:clippy-fail...
2020-06-16 Guillaume GomezCreate new E0763 error code for unterminated byte constant
2020-06-16 Ralf Jungadd probably accidentally missing super_* calls
2020-06-16 Ralf Jungfmt; make visit_terminator arg names consistent with...
2020-06-16 Ralf Jungrename location field of Drop terminators to place
2020-06-16 David Woodbootstrap: read config from $RUST_BOOTSTRAP_CONFIG
2020-06-16 Ralf Jungget rid of an unused 'span' field
2020-06-16 Ralf Jungremove visit_terminator_kind from MIR visitor
2020-06-16 Ralf Jungadd tracking issue
2020-06-16 borsAuto merge of #72962 - lcnr:ObligationCause-lrc, r...
2020-06-16 oddgAdjust error message
2020-06-16 Lzu TaoUse `Ipv4Addr::from<[u8; 4]>` when possible
2020-06-16 Rich KadelAdd new `fn_span` to TerminatorKind::Call instance
2020-06-15 Rich Kadelupdated mir-opt test due to other recent changes to MIR
2020-06-15 Rich Kadeladded test, Operand::const_from_scalar, require_lang_it...
2020-06-15 Rich Kadelmoved instrument_coverage pass, optimized scalar, added...
2020-06-15 Rich Kadelmoved to post_borrowck_cleanup & used MirPatch
2020-06-15 Rich KadelUpdate src/libcore/intrinsics.rs
2020-06-15 Rich KadelAdd case for count_code_region() extern lang_item
2020-06-15 Rich Kadelremoved experiments for cleaner github PR
2020-06-15 Rich Kadelexplained lang_item function body (count_code_region)
2020-06-15 Rich Kadel[WIP] injects llvm intrinsic instrprof.increment for...
2020-06-15 Rich KadelMerge pull request #3 from rust-lang/master
2020-06-15 marktrack caller for delay_span_bug
2020-06-15 markmake all uses of ty::Error or ConstKind::Error delay...
2020-06-15 Erik Desjardinselaborate, add check for exact bounds
2020-06-15 Gary GuoRefactor usage of Needs in typeck
2020-06-15 Vadim Petrochenkovlinker: Never pass `-no-pie` to non-gnu linkers
2020-06-15 ivan tkachenkoFix typo in docs of std::mem
2020-06-15 Esteban Küberreview comments
2020-06-15 Felix S. Klock IIAdd more info to `x.py build --help` on default value...
2020-06-15 Esteban KüberExpand "recursive opaque type" diagnostic
2020-06-15 Mark RousskovDisable clippy tests
2020-06-15 Mark RousskovAvoid prematurely recording toolstates
2020-06-15 Ralf Jungadd FIXME to EnumTagInfo
2020-06-15 NODA, Kaibootstrap/install.rs: support a nonexistent `prefix...
2020-06-15 Niko MatsakisUpdate src/librustc_typeck/check/cast.rs
2020-06-15 Esteban Küberfix rebase
2020-06-15 Esteban KüberChange E0758 to E0759 to avoid conflict with #72912
2020-06-15 Esteban Kübersmall tweaks
2020-06-15 Esteban KüberRegister new eror code
2020-06-15 Esteban KüberUse note for requirement source span
2020-06-15 Esteban Küberreview comments: wording
2020-06-15 Esteban KüberTweak wording and add error code
2020-06-15 Esteban KüberTweak output for overlapping required/captured spans
2020-06-15 Esteban KüberMove overlapping span to a note
2020-06-15 Esteban KüberReduce verbosity of suggestion message and mention...
2020-06-15 Esteban KüberWhen `'static` is explicit, suggest constraining argume...
2020-06-15 Esteban KüberSuggest substituting `'static` lifetime in impl/dyn...
2020-06-15 Esteban KüberTweak "non-primitive cast" error
2020-06-15 borsAuto merge of #72357 - ortem:new-dbg-pretty-printers...
2020-06-15 Gary GuoUse expr_ty_adjusted in convert_place_op_to_mutable
2020-06-15 Alex CrichtonChange how compiler-builtins gets many CGUs
2020-06-15 Lzu TaoUse track caller for bug! macro
2020-06-15 Guillaume GomezRe-order correctly the sections in the sidebar
2020-06-15 Alexis BourgetComplete the std::time documentation to warn about...
2020-06-15 Lzu TaoJoin mutiple lines if it is more readable
2020-06-15 Harald HoyerEnable static-pie for the x86_64-unknown-linux-musl...
2020-06-15 borsAuto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung
2020-06-15 Nathan CorbynUpdate sanitizer test
2020-06-15 Ralf JungRollup merge of #73331 - hermitcore:listen, r=kennytm
2020-06-15 Ralf JungRollup merge of #73304 - dtolnay:socketeq, r=Mark-Simul...
2020-06-15 Ralf JungRollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark...
2020-06-15 Ralf JungRollup merge of #73139 - poliorcetics:cstring-from...
2020-06-15 Ralf JungRollup merge of #73104 - poliorcetics:explicit-mutex...
2020-06-15 Ralf JungRollup merge of #73086 - trevyn:apple-a7, r=nikic
2020-06-15 Ralf JungRollup merge of #72938 - lzutao:stabilize_option_zip...
2020-06-15 Ralf JungRollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk
2020-06-15 Ralf JungRollup merge of #72740 - estebank:recursive-indirection...
2020-06-15 Ralf JungRollup merge of #72707 - matthewjasper:rustc_min_spec...
2020-06-15 Nathan CorbynFix sanitizer test
2020-06-15 Nathan CorbynFix whitespace
2020-06-15 Nathan CorbynFix exports with `#[inline(always)]`
2020-06-15 Nathan CorbynFix whitespace
2020-06-15 Nathan CorbynExport all fns with extern indicator
2020-06-15 Nathan CorbynExport `#[inline] #[no_mangle]` fns in cdylibs and...
2020-06-15 borsAuto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung
2020-06-15 Stefan Lankesremove obsolete , to pass the format check
2020-06-15 Tomasz MiąskoAvoid forming references to an uninitialized memory...
2020-06-15 Ralf JungRollup merge of #73353 - davidtwco:issue-73003-non...
2020-06-15 Ralf JungRollup merge of #73351 - gnodarse:patch-1, r=ecstatic...
2020-06-15 Ralf JungRollup merge of #73342 - schteve:master, r=jonas-schievink
2020-06-15 Ralf JungRollup merge of #73341 - jonas-schievink:matchdoc,...
2020-06-15 Ralf JungRollup merge of #73336 - lzutao:pattern-group, r=sfackler
2020-06-15 Ralf JungRollup merge of #72598 - Aaron1011:feature/fnmut-captur...
2020-06-15 Ralf JungRollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay
2020-06-15 Ralf JungRollup merge of #72556 - matthew-mcallister:trait-alias...
2020-06-15 Ralf JungRollup merge of #72389 - Aaron1011:feature/move-fn...
2020-06-15 Ralf JungRollup merge of #71824 - ecstatic-morse:const-check...
2020-06-15 Tomasz MiąskoCheck for overflow in DroplessArena and return aligned...
2020-06-15 Stefan Lankesadd comment about the usage of Arc
2020-06-15 Stefan Lankesuse Ipv6Addr::from to build the IPv6 address
2020-06-15 Stefan LankesRevert "simplify conversion to IpAddr::V6"
2020-06-15 Stefan LankesRevert "changes to pass the format check"
next