]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-10 Eric HussFix JSON file_name documentation for macros.
2020-04-09 borsAuto merge of #70943 - Centril:rollup-eowm2h3, r=Centril
2020-04-09 Mazdak FarrokhzadRollup merge of #70918 - tobithiel:fix_forbid_override...
2020-04-09 Mazdak FarrokhzadRollup merge of #70916 - Centril:track-caller-ffi,...
2020-04-09 Mazdak FarrokhzadRollup merge of #70896 - cuviper:optional-chain, r...
2020-04-09 Mazdak FarrokhzadRollup merge of #70868 - petrochenkov:linkorder, r...
2020-04-09 Mazdak FarrokhzadRollup merge of #70822 - jonas-schievink:curse-of-the...
2020-04-09 Mazdak FarrokhzadRollup merge of #70367 - nikomatsakis:issue-69307,...
2020-04-09 Mazdak FarrokhzadRollup merge of #67705 - lzutao:wmemchr, r=wesleywiser
2020-04-09 borsAuto merge of #70860 - lcnr:has_local_value, r=nikomatsakis
2020-04-09 Mazdak Farrokhzadtrack_caller: support on FFI imports
2020-04-09 borsAuto merge of #70936 - Dylan-DPC:rollup-2ng3e5h, r...
2020-04-08 Bastian Kauschkedo_normalize_predicates: add delay_span_bug
2020-04-08 Bastian Kauschkereplace `has_local_value` with `needs_infer`
2020-04-08 Dylan DPCRollup merge of #70930 - lcnr:patch-1, r=Dylan-DPC
2020-04-08 Dylan DPCRollup merge of #70912 - estebank:reduce-type-param...
2020-04-08 Dylan DPCRollup merge of #70906 - gizmondo:66107, r=estebank
2020-04-08 Dylan DPCRollup merge of #70870 - mark-i-m:de-abuse-err, r=eddyb
2020-04-08 Dylan DPCRollup merge of #70828 - ollie27:rustdoc_external_macro...
2020-04-08 Dylan DPCRollup merge of #70565 - Zoxc:inlines-query-system...
2020-04-08 Dylan DPCRollup merge of #70134 - hermitcore:osstrext, r=dtolnay
2020-04-08 Bastian Kauschkedon't set `HAS_INFER` for fresh types
2020-04-08 borsAuto merge of #70721 - anyska:bless-all-mir-opt, r...
2020-04-08 Ana-Maria MihalacheAdd ignore-wasm32-bare to mir-opt tests that need it.
2020-04-08 borsAuto merge of #70931 - Dylan-DPC:rollup-f8orcao, r...
2020-04-08 Oliver Middletonrustdoc: Don't try to load source files from external...
2020-04-08 Dylan DPCRollup merge of #70927 - GuillaumeGomez:cleanup-e0510...
2020-04-08 Dylan DPCRollup merge of #70915 - tsandstr:remove-nominal-flags...
2020-04-08 Dylan DPCRollup merge of #70914 - tsandstr:typo1, r=Dylan-DPC
2020-04-08 Dylan DPCRollup merge of #70892 - lcnr:interators_are_nice,...
2020-04-08 Dylan DPCRollup merge of #70883 - GuillaumeGomez:cleanup-e0507...
2020-04-08 Dylan DPCRollup merge of #70876 - nnethercote:smallvec-predecess...
2020-04-08 Dylan DPCRollup merge of #70850 - ssomers:btreemap_first_last...
2020-04-08 Dylan DPCRollup merge of #70847 - pietroalbini:ci-move-docker...
2020-04-08 Dylan DPCRollup merge of #70789 - lcnr:macros, r=varkor
2020-04-08 Bastian Kauschkeadd `VecDeque::make_contiguous` tracking issue
2020-04-08 Niko Matsakiscomment pessimistic yield and saving/restoring state
2020-04-08 Guillaume GomezClean up E0510 explanation
2020-04-08 Alex AktsipetrovSuggest move for closures and async blocks in more...
2020-04-08 Tobias Thielrustc_session: forbid lints override regardless of...
2020-04-08 markfix another ICE
2020-04-08 markfix ice with trait obj dummy self
2020-04-08 markfix abuses of tykind::err
2020-04-08 Theo SandstromRemove unnecessary TypeFlags::NOMINAL_FLAGS
2020-04-08 Mazdak Farrokhzadtrack_caller: harden naked interactions
2020-04-08 Esteban KüberDo not suggest adding type param when `use` is already...
2020-04-07 Josh StoneAvoid extra &mut in Chain::fold and try_fold
2020-04-07 Josh StoneReduce callsites in Chain::last()
2020-04-07 Josh StoneReduce callsites in Chain::count()
2020-04-07 Theo SandstromCorrects a typo in rustdoc documentation.
2020-04-07 Ana-Maria MihalacheRemove old mir-opt test format.
2020-04-07 Josh StoneImplement Chain with Option fuses
2020-04-07 Ana-Maria MihalacheNormalize away pairs of line:col numbers.
2020-04-07 Ana-Maria MihalacheAdd EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.
2020-04-07 Ana-Maria Mihalache--bless more mir-opt tests.
2020-04-07 Jonas SchievinkFurther improve comments
2020-04-07 Bastian Kauschkeremove false positives of unused_braces
2020-04-07 Bastian Kauschkewf: refactor `compute_trait_ref`
2020-04-07 Ana-Maria Mihalache--bless all mir-opt tests.
2020-04-07 borsAuto merge of #70884 - Dylan-DPC:rollup-r3raqdf, r...
2020-04-07 Dylan DPCRollup merge of #70857 - faern:use-assoc-int-float...
2020-04-07 Dylan DPCRollup merge of #70854 - faern:use-assoc-int-submodules...
2020-04-07 Dylan DPCRollup merge of #70846 - tmiasko:compiler-builtins...
2020-04-07 Dylan DPCRollup merge of #70762 - RalfJung:miri-leak-check,...
2020-04-07 Dylan DPCRollup merge of #70201 - cuviper:clone_into, r=dtolnay
2020-04-07 Guillaume GomezClean up E0507 explanation
2020-04-07 borsAuto merge of #70837 - nnethercote:speed-up-find_librar...
2020-04-07 Nicholas NethercoteUse a `SmallVec` for `Cache::predecessors`.
2020-04-07 borsAuto merge of #70164 - eddyb:walk-generic-arg, r=nikoma...
2020-04-07 Josh StoneForward OsStr::clone_into to the inner Vec
2020-04-07 Josh StoneImplement ToOwned::clone_into for CStr
2020-04-07 borsAuto merge of #70865 - Dylan-DPC:rollup-jje2cuv, r...
2020-04-06 Vadim Petrochenkovlinker: Some minor code cleanup
2020-04-06 Nicholas NethercoteSpeed up path searching with `find_library_crate`.
2020-04-06 Jonas SchievinkAdd some more comments
2020-04-06 Josh StoneUse split_at in slice's ToOwned::clone_into
2020-04-06 Linus FärnstrandUse assoc integer constants in librustc_*
2020-04-06 Linus FärnstrandUse assoc integer constants in libserialize
2020-04-06 Vadim Petrochenkovlinker: Factor out more parts of `linker_with_args...
2020-04-06 Vadim Petrochenkovlinker: Add more markup and comments to code producing...
2020-04-06 Vadim Petrochenkovlinker: Factor out addition of pre-, post- and late...
2020-04-06 Dylan DPCRollup merge of #70859 - tmiasko:move-sanitize-inline...
2020-04-06 Dylan DPCRollup merge of #70839 - GuillaumeGomez:cleanup-e0506...
2020-04-06 Dylan DPCRollup merge of #70821 - rkuhn:expose_suggestions_Infer...
2020-04-06 Dylan DPCRollup merge of #70690 - GuillaumeGomez:cleanup-e0501...
2020-04-06 Dylan DPCRollup merge of #70612 - Thomasdezeeuw:issue_70436...
2020-04-06 Vadim Petrochenkovlinker: Factor out linking of pre- and post-link objects
2020-04-06 Vadim Petrochenkovlinker: Combine argument building into a single function
2020-04-06 Vadim Petrochenkovlinker: Make argument building interface in `trait...
2020-04-06 Thomas de ZeeuwPut reference to write_vectored in quotes in doc
2020-04-06 Linus FärnstrandDon't import integer module in libstd
2020-04-06 Linus FärnstrandUse integer assoc consts in libcore
2020-04-06 Linus FärnstrandUse usize::MAX as assoc const in liballoc
2020-04-06 Linus FärnstrandStop importing float module in libtest
2020-04-06 Linus FärnstrandStop importing float module in libserialize
2020-04-06 Linus FärnstrandUse assoc float consts in libcore
2020-04-06 Linus FärnstrandUse assoc const f32::NAN in liballoc
2020-04-06 Linus FärnstrandBump stdarch submodule
2020-04-06 Linus FärnstrandBump rust-by-example submodule
2020-04-06 Linus FärnstrandBump nomicon submodule
next