]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-09 Aman AroraRewrite closure capture analysis
2021-07-09 Scott McMurrayUpdate the comment on `lower_expr_try`
2021-07-09 borsAuto merge of #86904 - m-ou-se:prelude-collision-check...
2021-07-09 inquisitivecrystalImprove handing of `missing_docs` for macros
2021-07-09 inquisitivecrystalAdd regression test
2021-07-09 inquisitivecrystalRemove `missing_docs` lint on private 2.0 macros
2021-07-09 borsAuto merge of #86869 - sexxi-goose:rfc2229-migration...
2021-07-09 borsAuto merge of #86701 - sexxi-goose:optimization, r...
2021-07-08 Scott McMurrayBless a UI test
2021-07-08 Scott McMurrayAdjust the threshold to look at the ABI, not just the...
2021-07-08 Scott McMurrayUse cranelift's `Type::int` instead of doing the match...
2021-07-08 Scott McMurrayPR Feedback: Don't put SSA-only types in `CValue`s
2021-07-08 Scott McMurrayAdd another codegen test, array_eq_zero
2021-07-08 Scott McMurrayImplement the raw_eq intrinsic in codegen_cranelift
2021-07-08 Scott McMurrayPR feedback
2021-07-08 Scott McMurrayStop generating `alloca`s+`memcmp` for simple array...
2021-07-08 Scott McMurrayMove the `PartialEq` and `Eq` impls for arrays to a...
2021-07-08 Tomasz MiąskoInline implementation of lookup_line
2021-07-08 RoxaneConsider capture kind for auto traits migration
2021-07-08 RoxaneAdd new test case
2021-07-08 lcnronly check cg defaults wf once instantiated
2021-07-08 borsAuto merge of #86930 - tspiteri:int_log10, r=kennytm
2021-07-08 borsAuto merge of #86982 - GuillaumeGomez:rollup-7sbye3c...
2021-07-08 Niko MatsakisUpdate src/test/ui/rust-2021/future-prelude-collision...
2021-07-08 Guillaume GomezRollup merge of #86971 - ijackson:mailmap, r=Mark-Simul...
2021-07-08 Guillaume GomezRollup merge of #86957 - jhpratt:update-mailmap, r...
2021-07-08 Guillaume GomezRollup merge of #86913 - Stupremee:document-rustdoc...
2021-07-08 Guillaume GomezRollup merge of #86903 - GuillaumeGomez:small-header...
2021-07-08 Guillaume GomezRollup merge of #86838 - lambinoo:I-69630-rust_const_un...
2021-07-08 Guillaume GomezRollup merge of #86789 - janikrabe:btreeset-drainfilter...
2021-07-08 Guillaume GomezRollup merge of #86726 - sexxi-goose:use-diagnostic...
2021-07-08 Guillaume GomezRollup merge of #84961 - GuillaumeGomez:rework-session...
2021-07-08 Guillaume GomezFix display of small-section-header elements
2021-07-08 Guillaume GomezUpdate to last upstream version
2021-07-08 borsAuto merge of #86520 - ssomers:btree_iterators_checked_...
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-08 borsAuto merge of #85363 - EFanZh:gdb-pretty-print-slices...
2021-07-08 Ian Jacksonmailmap: Add alternative addresses for myself
2021-07-08 borsAuto merge of #86823 - the8472:opt-chunk-tra, r=kennytm
2021-07-08 Mara BosFix typo in comment.
2021-07-08 borsAuto merge of #86949 - RalfJung:miri, r=RalfJung
2021-07-08 Lambfn must be const if marked with stability attribut
2021-07-08 borsAuto merge of #86966 - JohnTitor:rollup-uiqj2vc, r...
2021-07-08 Yuki OkushiRollup merge of #86956 - cuviper:unalias-every, r=m...
2021-07-08 Yuki OkushiRollup merge of #86955 - Swordelf2:patch-1, r=cuviper
2021-07-08 Yuki OkushiRollup merge of #86933 - GuillaumeGomez:cleanup-rustdoc...
2021-07-08 Yuki OkushiRollup merge of #86932 - rylev:fix-ice-86895, r=estebank
2021-07-08 Yuki OkushiRollup merge of #86927 - bjorn3:sync_cg_clif-2021-07...
2021-07-08 Yuki OkushiRollup merge of #86925 - inquisitivecrystal:mailmap...
2021-07-08 Yuki OkushiRollup merge of #86917 - notriddle:notriddle/from-try...
2021-07-08 Yuki OkushiRollup merge of #86812 - FabianWolff:recover-dyn-mut...
2021-07-08 Yuki OkushiRollup merge of #86639 - eholk:lint-tool, r=petrochenkov
2021-07-07 Jacob PrattUpdate .mailmap file
2021-07-07 Josh StoneRevert "Add "every" as a doc alias for "all"."
2021-07-07 Swordelf2Fix typo in `ops::Drop` docs
2021-07-07 borsAuto merge of #86105 - bjorn3:link_info_refactor, r...
2021-07-07 Eric HolkCleanup: unify lint name checking
2021-07-07 Eric HolkFix test case
2021-07-07 cyberiaClarify behaviour of f64 and f32::sqrt when argument...
2021-07-07 EFanZhIgnore Windows debugger pretty-printing tests
2021-07-07 Ralf Jungupdate Miri
2021-07-07 Guillaume GomezClean up rustdoc static files
2021-07-07 Justus KDocument rustdoc with `--document-private-items`
2021-07-07 bjorn3Remove a sorting operation from used_crates
2021-07-07 Mara BosAdd generic types to prelude collision lint test.
2021-07-07 Mara BosAdd test for trait check in prelude collision lint.
2021-07-07 Mara BosCheck FromIterator trait impl in prelude collision...
2021-07-07 Ryan LevickFix ICE when misplaced visibility cannot be properly...
2021-07-07 Ryan LevickChange linked tracking issue for more qualified paths
2021-07-07 Trevor Spiterispecial case for integer log10
2021-07-07 Trevor Spiteritest integer log10 values close to all powers of 10
2021-07-07 Guillaume GomezOnly show restricted pub use
2021-07-07 EFanZhIgnore Android debugger pretty-printing tests
2021-07-07 bjorn3Add memchr to list of permitted cg_clif deps
2021-07-07 Guillaume GomezAdd tests for reexports (both public and private)
2021-07-07 Guillaume GomezFix inconsistency on visibility display for typedefs
2021-07-07 Guillaume GomezFix reexports visibility
2021-07-07 Guillaume GomezUnify macro source display
2021-07-07 Guillaume GomezAdd test for reexported macros 2.0 rendering
2021-07-07 Guillaume GomezFix rendering of reexported macros 2.0
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-07 bjorn3Rustup to rustc 1.55.0-nightly (885399992 2021-07-06)
2021-07-07 bjorn3Update regex crates
2021-07-07 inquisitivecrystalAdd self to mailmap
2021-07-07 borsAuto merge of #86920 - JohnTitor:rollup-buvzpkr, r...
2021-07-07 Yuki OkushiRollup merge of #86919 - ehuss:update-books, r=ehuss
2021-07-07 Yuki OkushiRollup merge of #86916 - godmar:@godmar/thread-yield...
2021-07-07 Yuki OkushiRollup merge of #86907 - pietroalbini:ci-cpu-stats...
2021-07-07 Yuki OkushiRollup merge of #86906 - juniorbassani:update-sync...
2021-07-07 Yuki OkushiRollup merge of #86880 - m-ou-se:test-manuallydrop...
2021-07-07 Yuki OkushiRollup merge of #86819 - GuillaumeGomez:cleanup-rustdoc...
2021-07-07 Yuki OkushiRollup merge of #86717 - rylev:rename, r=nikomatsakis
2021-07-07 Yuki OkushiRollup merge of #80918 - yoshuawuyts:int-log2, r=m...
2021-07-07 borsAuto merge of #86901 - sexxi-goose:query_remove, r...
2021-07-07 Niko MatsakisApply suggestions from code review
2021-07-07 Eric HolkUnify lint tool and lint name checking
2021-07-07 Eric HussUpdate books
2021-07-06 Eric HolkParse tool name for command line lint options
2021-07-06 Eric HolkAdd ui test for command line lints with tool names
2021-07-06 borsAuto merge of #86911 - bjorn3:crate_info_refactor,...
next