]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-06 Rich KadelDisable the spanview tests on MacOS for now
2020-11-06 Rich KadelFix sed command for Mac
2020-11-06 Rich Kadelrename some tests to avoid exceeding windows path limits
2020-11-06 Rich Kadelfix cross-platform test bugs
2020-11-06 Rich KadelResponded to all feedback as of 2020-10-30
2020-11-06 Rich KadelAddressed all feedback to date
2020-11-06 Rich KadelAdded comments on remapping expression IDs, and URL...
2020-11-06 Rich KadelInjecting expressions in place of counters where helpful
2020-11-06 Rich KadelAdds coverage graphviz
2020-11-06 Rich KadelImplemented CoverageGraph of BasicCoverageBlocks
2020-11-06 Rich KadelSplitting transform/instrument_coverage.rs into transfo...
2020-11-06 Rich KadelRust coverage before splitting instrument_coverage.rs
2020-11-05 borsAuto merge of #78774 - flip1995:clippyup, r=Manishearth
2020-11-05 flip1995Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703...
2020-11-05 borsAuto merge of #78638 - vn-ki:bindigs-after-at-issue...
2020-11-05 borsAuto merge of #6296 - flip1995:rustup, r=flip1995
2020-11-05 borsAuto merge of #78767 - m-ou-se:rollup-eu5wgxl, r=m...
2020-11-05 Mara BosRollup merge of #78758 - eltociear:patch-1, r=jyn514
2020-11-05 Mara BosRollup merge of #78757 - camelid:crate-link-text, r...
2020-11-05 Mara BosRollup merge of #78756 - ehuss:update-cargo, r=ehuss
2020-11-05 Mara BosRollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
2020-11-05 Mara BosRollup merge of #78739 - hameerabbasi:issue-78654,...
2020-11-05 Mara BosRollup merge of #78738 - sasurau4:test/move-range-test...
2020-11-05 Mara BosRollup merge of #78735 - danielhenrymantilla:simplify...
2020-11-05 Mara BosRollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514
2020-11-05 Mara BosRollup merge of #78727 - liketechnik:issue-55201, r...
2020-11-05 Mara BosRollup merge of #78716 - est31:array_traits, r=Dylan-DPC
2020-11-05 Mara BosRollup merge of #78584 - notriddle:master, r=GuillaumeGomez
2020-11-05 Mara BosRollup merge of #78465 - est31:proc_macro_to_string...
2020-11-05 Mara BosRollup merge of #78425 - chansuke:move_nan, r=jyn514
2020-11-05 Mara BosRollup merge of #78093 - camelid:as-cleanup, r=jyn514
2020-11-05 Mara BosRollup merge of #76718 - poliorcetics:vec-ui-to-unit...
2020-11-05 Vishnunarayan K Iupdate dangling-alloc-id-ice test
2020-11-05 borsAuto merge of #78754 - pietroalbini:checkout-v2, r...
2020-11-05 chansukeAdd `mod nan` for test
2020-11-05 Ikko AshimineFixed typo in comment
2020-11-05 CamelidAdd missing comma
2020-11-05 CamelidClean up some intra-doc links
2020-11-05 CamelidDon't use `crate` in link text
2020-11-05 Eric HussUpdate cargo
2020-11-05 CamelidClean up docs for 'as' keyword
2020-11-04 chansukeFix format
2020-11-04 chansukeMove f64::NAN ui tests into `library`
2020-11-04 Pietro Albinici: bump actions/checkout to version 2
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-04 borsAuto merge of #6247 - giraffate:fix_suggestion_to_add_s...
2020-11-04 borsAuto merge of #5911 - hegza:issue-568, r=ebroto
2020-11-04 borsAuto merge of #6292 - ebroto:rustup, r=ebroto
2020-11-04 Eduardo BrotoRun cargo dev fmt
2020-11-04 Eduardo BrotoMerge remote-tracking branch 'upstream/master' into...
2020-11-04 borsAuto merge of #78740 - pietroalbini:no-more-legacy...
2020-11-04 Vishnunarayan K Imake intern_const_alloc_recursive return error fix...
2020-11-04 borsAuto merge of #78280 - bugadani:span, r=lcnr
2020-11-04 Hameer AbbasiFix issue 78654.
2020-11-04 Daiki IharaMove range in ui test to ops test in library/core
2020-11-04 borsAuto merge of #77227 - oli-obk:const_val_🌳_prelude...
2020-11-04 Oli SchererUpdate compiler/rustc_target/src/abi/mod.rs
2020-11-04 Oli SchererUpdate compiler/rustc_target/src/abi/mod.rs
2020-11-04 oli`u64::try_from` will now fail if `ScalarInt` isn't...
2020-11-04 oliMake `ScalarInt` entirely independent of MIR interpretation
2020-11-04 Daniel Henry... Simplify the implementation of `get_mut` (no unsafe)
2020-11-04 oliDocument an `unwrap`
2020-11-04 oli`u128` truncation and sign extension are not just inter...
2020-11-04 Matthias Krügerfix a couple of clippy warnings:
2020-11-04 borsAuto merge of #78677 - Aaron1011:fix/capture-inner...
2020-11-04 est31Fix outdated comment next to array_impl_default
2020-11-04 oliMove ZST constant to the top of the impl block
2020-11-04 Oli SchererUpdate compiler/rustc_middle/src/ty/consts/int.rs
2020-11-04 oliSimplify `assert_bits` impl
2020-11-04 oliDo not raise interp errors from the scalar int module
2020-11-04 oliAdd helper for getting an `int` out of a `Scalar`
2020-11-04 oliAdd `is_null` helper
2020-11-04 oliExplain why we forward to self-printing during self...
2020-11-04 olicatch conversion errors during `ptr_sized_op`
2020-11-04 oliReplace `Scalar::zst` with a `Scalar::ZST` constant
2020-11-04 oliNo need for a `zst` constructor method when we can...
2020-11-04 oliUpdate comment
2020-11-04 oliUnaligned reads are UB in Rust irrelevant on which...
2020-11-04 oliRemove outdated FIXME
2020-11-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 oliFix cranelift build
2020-11-04 oliExplain the use of blocks around `self.data` accesses
2020-11-04 oliUse packed struct instead of manually packing into...
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-04 Oliver Scherer32 bit platforms don't have 64 bit pointers
2020-11-04 Oliver SchererEncode `ScalarInt::bytes` as `u128` instead of `[u8...
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-04 borsAuto merge of #6284 - camsteffen:rustc-sym, r=flip1995
2020-11-04 borsAuto merge of #6270 - ClashTheBunny:clarify_allow_deny_...
2020-11-04 Dhruv JauharAddress Pr comments regarding docstrings
2020-11-04 est31Move Copy and Clone into the list of traits implemented...
2020-11-03 Randall MasonUpdate wording to avoid code having "lint" metaphor
2020-11-03 borsAuto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m...
2020-11-03 Mara BosRollup merge of #78709 - ehuss:fix-in_tree_crates-non...
2020-11-03 Mara BosRollup merge of #78699 - pietroalbini:lldb-error, r...
2020-11-03 Mara BosRollup merge of #78687 - jyn514:bootstrap-help, r=Mark...
2020-11-03 Mara BosRollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r...
2020-11-03 Mara BosRollup merge of #78626 - fusion-engineering-forks:depre...
next