]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-07-31 Gary GuoFix regionck failure when converting Index to IndexMut
2020-07-30 borsAuto merge of #73990 - jumbatm:clashing-extern-decl...
2020-07-30 borsAuto merge of #74930 - ecstatic-morse:const-size-align...
2020-07-30 jumbatmFix missed same-sized member clash in ClashingExternDec...
2020-07-30 jumbatmHandle structs with zst members.
2020-07-30 jumbatmAddress code review comments.
2020-07-30 jumbatmApply suggested wording changes from code review.
2020-07-30 jumbatmDon't emit clashing decl lint for FFI-safe enums.
2020-07-30 jumbatmAdd additional clashing_extern_decl cases.
2020-07-30 borsAuto merge of #74105 - npmccallum:naked, r=matthewjasper
2020-07-30 borsAuto merge of #74876 - oli-obk:lumberjack_disable,...
2020-07-30 Dylan MacKenzieTest `{align,size}_of_val` in a const context
2020-07-30 borsAuto merge of #74923 - ehuss:update-cargo, r=Mark-Simul...
2020-07-30 borsAuto merge of #74929 - Manishearth:rollup-z2vflrp,...
2020-07-29 Dylan MacKenzieMake `{align,size}_of_val` `const`
2020-07-29 Manish GoregaokarRollup merge of #74927 - Lokathor:Lokathor-patch-1...
2020-07-29 Manish GoregaokarRollup merge of #74912 - giraffate:fix_broken_link_in_u...
2020-07-29 Manish GoregaokarRollup merge of #74910 - RalfJung:fence, r=Mark-Simulacrum
2020-07-29 Manish GoregaokarRollup merge of #74904 - joshtriplett:typo-fix, r=jonas...
2020-07-29 Manish GoregaokarRollup merge of #74902 - rust-lang:into_raw_non_null...
2020-07-29 Manish GoregaokarRollup merge of #74873 - lcnr:const-print, r=eddyb
2020-07-29 Manish GoregaokarRollup merge of #74869 - tmiasko:must-use-closures...
2020-07-29 Manish GoregaokarRollup merge of #74852 - lzutao:inline-rm-tostring...
2020-07-29 Manish GoregaokarRollup merge of #74819 - tmiasko:format-spec, r=joshtri...
2020-07-29 Manish GoregaokarRollup merge of #74742 - poliorcetics:ip-addr-remove...
2020-07-29 LokathorChange the target data layout to specify more values
2020-07-29 borsAuto merge of #73767 - P1n3appl3:rustdoc-formats, r...
2020-07-29 Joseph RyanPass by value
2020-07-29 Joseph RyanRefactor DocFS to fix error handling bugs
2020-07-29 borsAuto merge of #74733 - richkadel:llvm-coverage-map...
2020-07-29 Eric HussUpdate cargo
2020-07-29 borsAuto merge of #74837 - xldenis:mir-dump-crate-file...
2020-07-29 borsAuto merge of #72488 - KodrAus:stabilize/const_type_id...
2020-07-29 Xavier DenisMove mir-opt tests to toplevel
2020-07-29 Rich KadelMoved structs/enums with repr(C) to LLVM types into...
2020-07-29 Takayuki NakataFix broken link in unstable book `plugin`
2020-07-29 borsAuto merge of #72049 - mati865:mingw-lld, r=petrochenkov
2020-07-29 Ralf Jungfence docs: fix example Mutex
2020-07-29 Mateusz MikułaAdd test for #50176
2020-07-29 Mateusz MikułaMinGW: emit dllexport/dllimport by rustc
2020-07-29 Xavier Denisadd crate name to mir dumps
2020-07-29 borsAuto merge of #74900 - tmiasko:doc-open, r=Mark-Simulacrum
2020-07-29 Tomasz MiąskoFix opening docs for std crates with ./x.py doc --open...
2020-07-29 Josh TriplettFix some typos in src/librustdoc/clean/auto_trait.rs
2020-07-29 Oliver SchererAddress review comments
2020-07-29 Simon SapinRemove deprecated unstable `{Box,Rc,Arc}::into_raw_non_...
2020-07-29 borsAuto merge of #74896 - imbolc:patch-1, r=kennytm
2020-07-29 Tomasz MiąskoLink to syntax section when referencing it
2020-07-29 Lzu TaoExplain why inline default ToString impl
2020-07-29 ImbolcUpdate `fs::remove_file` docs
2020-07-29 borsAuto merge of #74887 - Mark-Simulacrum:cache-non-exhaus...
2020-07-29 borsAuto merge of #74894 - JohnTitor:rollup-4ine62a, r...
2020-07-29 Rich KadelFunctionCoverage: improve type checking with newtype_in...
2020-07-29 Yuki OkushiRollup merge of #74891 - lcnr:auto-trait-finder, r...
2020-07-29 Yuki OkushiRollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark...
2020-07-29 Yuki OkushiRollup merge of #74864 - lzutao:ayu-doccolor, r=Guillau...
2020-07-29 Yuki OkushiRollup merge of #74859 - mark-i-m:patch-1, r=JohnTitor
2020-07-29 Yuki OkushiRollup merge of #74814 - matklad:unwind-safe, r=KodrAus
2020-07-29 Yuki OkushiRollup merge of #74707 - matklad:split_once, r=dtolnay
2020-07-29 Yuki OkushiRollup merge of #74671 - rust-lang:const-generics-coerc...
2020-07-29 Yuki OkushiRollup merge of #74266 - GuillaumeGomez:cleanup-e0720...
2020-07-28 borsAuto merge of #74791 - tmiasko:raw-waker-inline, r...
2020-07-28 Rich KadelRefactor MIR coverage instrumentation
2020-07-28 Bastian Kauschkehandle ConstEquate in rustdoc
2020-07-28 borsAuto merge of #74861 - mark-i-m:mv-std-followup, r...
2020-07-28 Mark RousskovCache non-exhaustive separately from attributes
2020-07-28 borsAuto merge of #74471 - da-x:string-type-diagnostic...
2020-07-28 Mark RousskovCollect library features from library/
2020-07-28 markreenable tests after moving std
2020-07-28 borsAuto merge of #74482 - alexcrichton:update-stdarch...
2020-07-28 Oliver SchererReplace write-to-vec hack by introducing a display...
2020-07-28 Alexis BourgetAdd note to clearly mark the RFC as rejected
2020-07-28 Alexis BourgetRemove links to rejected errata 4406 for RFC 4291
2020-07-28 Alex CrichtonUpdate stdarch submodule
2020-07-28 Oliver SchererReplace all uses of `log::log_enabled` with `Debug...
2020-07-28 borsAuto merge of #73964 - jyn514:sane-defaults, r=Mark...
2020-07-28 Joshua NelsonUse --stage 2 in checktools
2020-07-28 Joshua NelsonFix bad rebase
2020-07-28 Bastian Kauschkesymbol mangling: use ty::print::Print for consts
2020-07-28 Yuki OkushiEnable to ping RISC-V group via triagebot
2020-07-28 borsAuto merge of #74796 - infinity0:master, r=nikomatsakis
2020-07-28 Aleksey KladovAdd str::[r]split_once
2020-07-28 Aleksey KladovFix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy
2020-07-28 borsAuto merge of #74855 - jyn514:separate-lints, r=Manishearth
2020-07-28 Lzu Taoayu theme: Change doccomment color to `#a1ac88`
2020-07-28 Ashley Mannixupdate stderr for polymorphic ui test
2020-07-28 Tomasz MiąskoAdd #[inline] to RawWaker::new
2020-07-28 borsAuto merge of #74841 - infinity0:fix-exec, r=Mark-Simul...
2020-07-28 Ashley Mannixremove unstable const_type_id feature
2020-07-28 Ashley Mannixbump const type id stabilization to 1.46.0
2020-07-28 Ashley Mannixstabilize const_type_id feature
2020-07-28 Joshua Nelsonprivate_items_doc_tests -> doc_test_lints
2020-07-28 Joshua NelsonUse exhaustive match for assert
2020-07-28 Joshua NelsonAdd assert that tests happen with stage 2 in CI
2020-07-28 Joshua NelsonUse --stage 2 explicitly in CI
2020-07-28 Joshua NelsonAdd tests for the new behavior
2020-07-28 Joshua NelsonMove tests into a submodule
2020-07-28 Joshua NelsonFix most bootstrap tests
2020-07-28 Joshua NelsonChange debuginfo to default to 1 if `debug = true`...
2020-07-28 Joshua NelsonDon't build rustc without std
next