]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-14 flip1995Add VFE test for 32 bit
2022-06-14 flip1995Add user documentation for -Zvirtual-function-elimination
2022-06-14 flip1995Add test for VFE optimization
2022-06-14 flip1995Add metadata generation for vtables when using VFE
2022-06-14 flip1995Add llvm.type.checked.load intrinsic
2022-06-14 flip1995Add typeid_for_trait_ref function
2022-06-14 flip1995Add LLVM module flags required for the VFE opt
2022-06-14 flip1995Add -Zvirtual-function-elimination flag
2022-06-14 borsAuto merge of #98091 - Dylan-DPC:rollup-ueb6b5x, r...
2022-06-14 borsAuto merge of #8947 - Serial-ATA:lint-produces-output...
2022-06-14 borsAuto merge of #8901 - Jarcho:sharing_code, r=dswij
2022-06-14 Guillaume GomezFix expand/collapse on source viewer sidebar folders
2022-06-14 Dylan DPCRollup merge of #98069 - notriddle:notriddle/square...
2022-06-14 Dylan DPCRollup merge of #98042 - DrMeepster:winfred_std_changes...
2022-06-14 Dylan DPCRollup merge of #97948 - davidtwco:diagnostic-translati...
2022-06-14 Dylan DPCRollup merge of #97935 - nnethercote:rename-ConstS...
2022-06-14 Dylan DPCRollup merge of #97869 - ssomers:btree_comments, r...
2022-06-14 borsAuto merge of #8997 - Jarcho:clap_deprecate, r=flip1995
2022-06-14 borsAuto merge of #98082 - lnicola:rust-analyzer-2022-06...
2022-06-14 Takayuki Maedachange edition to 2021
2022-06-14 Takayuki Maedasuggest adding a `#[macro_export]` to a private macro
2022-06-14 Nicholas NethercoteRemove thread-local `IGNORED_ATTRIBUTES`.
2022-06-14 borsAuto merge of #98041 - jackh726:remove-regionckmode...
2022-06-14 Nicholas NethercoteRename rustc_serialize::opaque::Encoder as MemEncoder.
2022-06-14 Laurențiu Nicola:arrow_up: rust-analyzer
2022-06-14 Michael GouletImprove parsing errors and suggestions for bad if state...
2022-06-14 Mark DrobnakUse a private type definition to reduce cfg noise
2022-06-14 Mark DrobnakDisable `has_thread_local` due to weird issues in some...
2022-06-14 Ian ChamberlainEnable thread_local_dtor on horizon OS
2022-06-14 Ian ChamberlainAdd platform-support page for armv6k-nintendo-3ds
2022-06-14 Ian ChamberlainUpdate libc::stat field names
2022-06-14 Ian ChamberlainEnable argv support for horizon OS
2022-06-14 AzureMarkerUse the right wait_timeout implementation
2022-06-14 AzureMarkerLower listen backlog to fix accept crashes
2022-06-14 MeziuHorizon OS STD support
2022-06-14 Nicholas NethercoteRename the `ConstS::val` field as `kind`.
2022-06-14 Nicholas NethercoteRename the `ConstS::val` field as `kind`.
2022-06-14 borsAuto merge of #98040 - calebcartwright:sync-rustfmt...
2022-06-14 Jason NewcombFix `clap` deprecation warnings
2022-06-13 borsAuto merge of #98075 - JohnTitor:rollup-nqwodnk, r...
2022-06-13 DrMeepsteradd inline(always) to option
2022-06-13 Yuki OkushiRollup merge of #97508 - JohnTitor:more-strict-placehol...
2022-06-13 Yuki OkushiRollup merge of #97385 - oli-obk:smir-tool-lib, r=pnkfelix
2022-06-13 Yuki OkushiRollup merge of #95243 - vladimir-ea:compiler_watch_os...
2022-06-13 Yuki OkushiRollup merge of #95211 - terrarier2111:improve-parser...
2022-06-13 Caleb Cartwrightdeps: add clap to workspace hack
2022-06-13 CaioMove tests
2022-06-13 Michael Howellrustdoc: remove link on slice brackets
2022-06-13 borsAuto merge of #98066 - matthiaskrgr:rollup-wb9gs92...
2022-06-13 Matthias KrügerRollup merge of #98057 - oli-obk:miri_ui_test, r=oli-obk
2022-06-13 Matthias KrügerRollup merge of #98054 - ferrocene:pa-fix-llvm-download...
2022-06-13 Matthias KrügerRollup merge of #98050 - JohnTitor:issue-67945, r=compi...
2022-06-13 Matthias KrügerRollup merge of #98049 - imbolc:patch-3, r=Dylan-DPC
2022-06-13 Matthias KrügerRollup merge of #98044 - dust1:master, r=Dylan-DPC
2022-06-13 Matthias KrügerRollup merge of #98043 - TaKO8Ki:remove-unnecessary...
2022-06-13 Matthias KrügerRollup merge of #97999 - compiler-errors:type_changin_s...
2022-06-13 Matthias KrügerRollup merge of #97960 - RalfJung:offset-from, r=oli-obk
2022-06-13 Matthias KrügerRollup merge of #97875 - JohnTitor:rm-infer-static...
2022-06-13 Matthias KrügerRollup merge of #97709 - compiler-errors:normalize...
2022-06-13 klensyremove currently unused deps
2022-06-13 Eduard-Mihai... [perf] std: add missing `#[inline]` to `DefaultHasher...
2022-06-13 Michael Howellrustdoc: add missing article
2022-06-13 Tomasz MiąskoInline `const_eval_select`
2022-06-13 Vladimir Michael... Add Apple WatchOS compile targets
2022-06-13 Oli SchererUpdate miri
2022-06-13 Guillaume GomezAdd regression test for #97986
2022-06-13 Guillaume GomezIgnore impl items because they can be duplicated in...
2022-06-13 Pietro Albinifix error message for download-ci-llvm
2022-06-13 Yuki OkushiAdd some more regression tests for #67945
2022-06-13 YokeUpdate variance-object-types.stderr
2022-06-13 Maybe WaffleRemove trailing whitespace
2022-06-13 ImbolcDocument an edge case of `str::split_once`
2022-06-13 Yokeremove use Cell in variance-object-types.rs
2022-06-13 Maybe Wafflecheck for inferred params in a clearer way
2022-06-13 Maybe WaffleImprove suggestion wording
2022-06-13 Yokedel unrelated comment
2022-06-13 Maybe WaffleMake preconditions of `check_pat_ref` & `borrow_pat_sug...
2022-06-13 borsAuto merge of #8988 - xFrednet:8947-test-monster-in...
2022-06-13 Eduard-Mihai... Revert "rustc_trait_selection: work around instruction...
2022-06-13 Eduard-Mihai... rustc_trait_selection: work around instruction-counting...
2022-06-13 Eduard-Mihai... Revert "rustc_parse: work around instruction-counting...
2022-06-13 Eduard-Mihai... rustc_parse: work around instruction-counting non-deter...
2022-06-13 Eduard-Mihai... Revert "rustc: disable jemalloc's time-delayed purging...
2022-06-13 Eduard-Mihai... rustc: disable jemalloc's time-delayed purging to remov...
2022-06-13 Eduard-Mihai... proc_macro: bypass RandomState to remove ASLR-like...
2022-06-13 Eduard-Mihai... Integrate measureme's hardware performance counter...
2022-06-13 Takayuki Maedaremove unnecessary `to_string` and `String::new` for...
2022-06-13 Takayuki Maedaremove unnecessary `to_string` and `String::new` for...
2022-06-13 Takayuki Maedaremove unnecessary `to_string` and `String::new`
2022-06-13 Takayuki Maedaremove unnecessary `to_string` and `String::new`
2022-06-13 Jack HueyRemove RegionckMode in favor of calling new skip_region...
2022-06-13 borsAuto merge of #98038 - TaKO8Ki:remove-unnecessary-space...
2022-06-13 Caleb Cartwrightupdate rustfmt version
2022-06-13 Caleb CartwrightMerge commit '7b73b60faca71d01d900e49831fcb84553e93019...
2022-06-13 Caleb Cartwrightchore: prep v1.5.0 release
2022-06-13 borsAuto merge of #98037 - compiler-errors:rollup-fbvy456...
2022-06-13 Takayuki Maedaremove an unnecessary space in doc
2022-06-13 Michael GouletRollup merge of #98011 - onlineSoftwareDevOK:long-error...
2022-06-13 Michael GouletRollup merge of #97950 - eggyal:issue-97945, r=Dylan-DPC
2022-06-13 Michael GouletRollup merge of #97920 - bjorn3:test_annotation_fixes...
next