]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-08-09 Alex CrichtonDon't try to use wasm intrinsics on vectors
2020-08-08 borsAuto merge of #74533 - nikic:issue-74425, r=eddyb
2020-08-08 borsAuto merge of #74289 - lzutao:unroll, r=LukasKalbertodt
2020-08-08 borsAuto merge of #75282 - RalfJung:miri-black-box, r=oli-obk
2020-08-08 Ralf Jungmake black_box a NOP in Miri
2020-08-08 Nikita PopovEmit == null instead of <= null
2020-08-08 borsAuto merge of #75257 - ssomers:btree_74762_again, r...
2020-08-08 borsAuto merge of #74932 - nnethercote:rm-ast-session-globa...
2020-08-08 borsAuto merge of #75276 - JohnTitor:rollup-rz4hs0w, r...
2020-08-08 Yuki OkushiRollup merge of #75270 - matthiaskrgr:clippy_aug_1...
2020-08-08 Yuki OkushiRollup merge of #75267 - estebank:cleanup, r=Dylan-DPC
2020-08-08 Yuki OkushiRollup merge of #75259 - giraffate:add_missing_backtick...
2020-08-08 Yuki OkushiRollup merge of #75253 - RalfJung:cleanup-const-hack...
2020-08-08 Yuki OkushiRollup merge of #75250 - RalfJung:uninit-const-ptr...
2020-08-08 Yuki OkushiRollup merge of #75237 - nbdd0121:rustdoc, r=jyn514
2020-08-08 Yuki OkushiRollup merge of #75224 - Aaron1011:fix/function-argumen...
2020-08-08 Nicholas NethercoteIncrease `recursion_limit` in `librustc_plugin_impl`.
2020-08-08 Nicholas NethercoteEliminate `librustc_hir`'s dependency on `librustc_sess...
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
2020-08-08 Nicholas NethercoteRemove some unnecessary uses of `Option`.
2020-08-08 borsAuto merge of #74877 - lcnr:min_const_generics, r=oli-obk
2020-08-08 Gary GuoCross-crate doc inlining test case for elided lifetime
2020-08-08 borsAuto merge of #75048 - eggyal:force-no-tco-start-backtr...
2020-08-07 Matthias Krügerfix clippy::needless_return: remove unneeded return...
2020-08-07 Matthias Krügerfix clippy::clone_on_copy: don't clone types that are...
2020-08-07 Matthias Krügerfix clippy::map_clone: use .cloned() instead of .map...
2020-08-07 Matthias Krügerfix clippy::into_iter_on_ref: use .iter() instead of...
2020-08-07 Matthias Krügerfix clippy::while_let_loop: use while let{} instead...
2020-08-07 Matthias Krügerfix clippy::redundant_closure: remove redundant closure...
2020-08-07 Gary GuoDisplay elided lifetime for external paths
2020-08-07 Gary GuoDisplay elided lifetime for non-reference type in doc
2020-08-07 borsAuto merge of #75071 - ssomers:btree_cleanup_5, r=Mark...
2020-08-07 Matthias Krügerfix clippy::len_zero: use is_empty() instead of compari...
2020-08-07 Matthias Krügerfix clippy::unneeded_wildcard_pattern: remove redundant...
2020-08-07 Matthias Krügerfix clippy::unnecessary_mut_passed: function arg is...
2020-08-07 Matthias Krügerfix clippy::unit_arg: make it explicit that Ok(())...
2020-08-07 Matthias Krügerfix clippy::single_char_pattern: use char instead of...
2020-08-07 Matthias Krügerfix clippy::redundant_pattern_matching: use .is_some...
2020-08-07 Matthias Krügerfix clippy::redundant_clone: remove redundant clones
2020-08-07 Matthias Krügerfix clippy::map_identity: remove redundant .map(|x...
2020-08-07 Matthias Krügerfix clippy::iter_next_slice: use .get(0) instead of...
2020-08-07 Matthias Krügerfix clippy::filter_next: use .find(..) instead of ...
2020-08-07 Matthias Krügerfix clippy::expect_fun_call: use unwrap_or_else to...
2020-08-07 Esteban KüberSmall cleanup
2020-08-07 Alan EgertonPrevent `__rust_begin_short_backtrace` frames from...
2020-08-07 borsAuto merge of #75255 - davidtwco:polymorphisation-symbo...
2020-08-07 Stein SomersBTreeMap: enforce the panic rule imposed by `replace`
2020-08-07 David Woodinstance: polymorphize `FnDef` substs
2020-08-07 David Woodinstance: avoid unnecessary `mk_` calls
2020-08-07 David Woodty: add `MAY_POLYMORPHIZE` flag
2020-08-07 David Woodinstance: always polymorphize substs
2020-08-07 David Woodinstance: polymorphize upvar closures/generators
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-07 Takayuki NakataAdd missing backtick
2020-08-07 Aaron HillApply `extern "C"` calling convention
2020-08-07 Aaron HillOnly test function-arguments-naked.rs on x86_64
2020-08-07 borsAuto merge of #74627 - petrochenkov:docbeauty2, r=Aaron1011
2020-08-07 Stein SomersBTreeMap: better way to postpone root access in DrainFilter
2020-08-07 Ralf Jungclean up const-hacks in int endianess conversion functions
2020-08-07 borsAuto merge of #73842 - euclio:doctest-expn, r=Guillaume...
2020-08-07 Ralf Jungfix feature gate and tracking issue
2020-08-07 Ralf Jungmake MaybeUninit::as_(mut_)ptr const
2020-08-07 borsAuto merge of #70052 - Amanieu:hashbrown7, r=Mark-Simul...
2020-08-07 borsAuto merge of #75244 - Manishearth:rollup-dzfyjva,...
2020-08-07 Amanieu d'AntrasFix natvis tests
2020-08-07 Manish GoregaokarRollup merge of #75227 - Amanieu:fix_asm_arch, r=Mark...
2020-08-07 Manish GoregaokarRollup merge of #75203 - canova:btreemap-into-iter...
2020-08-07 Manish GoregaokarRollup merge of #75079 - jyn514:disambiguator, r=Manish...
2020-08-07 Manish GoregaokarRollup merge of #74774 - oliver-giersch:set_data_ptr...
2020-08-07 MaulingMonkeyHandle new HashMap layout in CDB, MSVC, WinDbg, etc.
2020-08-07 Amanieu d'AntrasHandle new HashMap layout in GDB and LLDB
2020-08-07 Amanieu d'AntrasUpdate hashbrown to 0.8.1
2020-08-07 Bastian Kauschketest min_const_generics using revisions
2020-08-07 borsAuto merge of #75121 - tmiasko:str-slicing, r=Mark...
2020-08-07 Joshua NelsonAdd doc-comment for `kind_side_channel`
2020-08-07 borsAuto merge of #75233 - RalfJung:miri, r=RalfJung
2020-08-07 borsAuto merge of #75238 - JohnTitor:rollup-llbk0sq, r...
2020-08-07 Yuki OkushiRollup merge of #75236 - syntacticsugarglider:patch...
2020-08-07 Yuki OkushiRollup merge of #75232 - leijurv:patch-1, r=jonas-schievink
2020-08-07 Yuki OkushiRollup merge of #75217 - GuillaumeGomez:cleanup-e0747...
2020-08-07 Yuki OkushiRollup merge of #75211 - lzutao:native-endian-notes...
2020-08-07 Yuki OkushiRollup merge of #75210 - nnethercote:change-type-of...
2020-08-07 Yuki OkushiRollup merge of #75190 - GuillaumeGomez:cleanup-e0746...
2020-08-07 Yuki OkushiRollup merge of #75188 - Aaron1011:fix/fieldless-tuple...
2020-08-07 Yuki OkushiRollup merge of #75183 - Aaron1011:toolstate/a-rustfmt...
2020-08-07 Yuki OkushiRollup merge of #75181 - WaffleLapkin:patch-2, r=ecstat...
2020-08-07 Yuki OkushiRollup merge of #75179 - lzutao:unsed-ipv4-frominner...
2020-08-07 Yuki OkushiRollup merge of #75175 - lzutao:doctest-ipv4-fromu32...
2020-08-07 Yuki OkushiRollup merge of #74888 - infinity0:ignore-endian-big...
2020-08-06 Izzy SwartFix typo "biset" -> "bitset"
2020-08-06 Joshua NelsonRemove dead code
2020-08-06 Joshua NelsonFix outdated code
2020-08-06 Joshua NelsonImprove tests
2020-08-06 Joshua NelsonUse the proper kind for associated items
2020-08-06 Ralf Jungupdate Miri
2020-08-06 LeijurvFix typo "TraitObligatiom" -> "TraitObligation"
2020-08-06 Joshua NelsonStill print help even if there's no span
2020-08-06 Nicholas NethercoteChange the type of `AssertModuleSource::available_cgus`.
2020-08-06 Bastian Kauschkeallow complex expressions in assoc consts
2020-08-06 borsAuto merge of #75228 - tmiasko:keep-stdout-open, r...
next