]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-07-19 Guillaume GomezRollup merge of #86230 - GuillaumeGomez:nocapture,...
2021-07-19 borsAuto merge of #7470 - DevinR528:fix-ice7447, r=flip1995
2021-07-19 Giacomo StevanatoDon't create references to uninitialized data in List...
2021-07-19 borsAuto merge of #87196 - oxalica:option-insert-must-use...
2021-07-19 borsAuto merge of #7403 - Anthuang:redundant-method-names...
2021-07-19 Anthony HuangRun bless
2021-07-19 borsAuto merge of #87146 - Aaron1011:better-macro-lint...
2021-07-19 borsAuto merge of #86848 - notriddle:notriddle/drop-dyn...
2021-07-18 borsAuto merge of #87004 - JamieCunliffe:pgo-gc-sections...
2021-07-18 bstrieMove asm! and global_asm! to core::arch
2021-07-18 borsAuto merge of #86950 - tmiasko:personality, r=nagisa
2021-07-18 Llandy Riveron... triagebot shortcut config
2021-07-18 borsAuto merge of #7474 - camsteffen:binop, r=Manishearth
2021-07-18 Aaron HillExtend HIR-based WF checking to associated type defaults
2021-07-18 Michael Howellfix(clippy): add missing allow(dyn_drop)
2021-07-18 Michael HowellAdd `#![allow(dyn_drop)]` to test cases with `dyn Drop...
2021-07-18 Michael Howellfeat(rustc_lint): add `dyn_drop`
2021-07-18 Charles LewRemove unused stuff and switch to pub(crate) whenever...
2021-07-18 borsAuto merge of #87252 - RalfJung:miri, r=RalfJung
2021-07-18 Charles LewFix compilation errors.
2021-07-18 Charles LewMove `library/term/src` to `library/test/src/term/`.
2021-07-18 Santiago PastorinoRemove impl_trait_in_bindings feature flag
2021-07-18 Santiago PastorinoMove mir_def_id inside `eq_opaque_type_and_type`
2021-07-18 Santiago PastorinoRemove `sub_types_or_anon`
2021-07-18 Santiago PastorinoAdd `sub_types` docs
2021-07-18 Santiago PastorinoRevert "structural_match: non-structural-match ty closures"
2021-07-18 Santiago PastorinoRemove origin field from TypeAliasesOpaqueTy
2021-07-18 Santiago PastorinoUse == to compare OpaqueTyOrigin values
2021-07-18 Santiago PastorinoRemove OpaqueTyOrigin::Misc, use TyAlias instead
2021-07-18 Santiago PastorinoRemoving unhandled region constraint error that is...
2021-07-18 Santiago PastorinoRemove impl_trait_in_bindings handling on inference...
2021-07-18 Santiago PastorinoRemove impl trait bindings handling on const AST lowering
2021-07-18 Ralf Jungupdate Miri
2021-07-18 borsAuto merge of #86698 - cjgillot:modc, r=estebank
2021-07-18 Guillaume GomezAdd test to check width of item-info
2021-07-18 robojumperFix implicit Sized relaxation when attempting to relax...
2021-07-18 Guillaume GomezFix item info display
2021-07-18 robojumperAdd test for unsupported bound relaxation with incorrec...
2021-07-18 Guillaume GomezAdd invalid rust code for test
2021-07-18 Guillaume GomezDon't capture child process output at all when --no...
2021-07-18 Guillaume GomezAdd doc for --nocapture
2021-07-18 Guillaume GomezAdd test for rustdoc --nocapture option
2021-07-18 Guillaume GomezAdd --nocapture option to rustdoc
2021-07-18 Camille GILLOTRemove deadlock virtual call.
2021-07-18 Camille GILLOTMove OnDiskCache to rustc_query_impl.
2021-07-18 Ralf Jungmiri: better ptr-out-of-bounds errors
2021-07-18 borsAuto merge of #87242 - JohnTitor:rollup-t9rmwpo, r...
2021-07-18 jackh726When pretty printing, name placeholders as bound regions
2021-07-18 inquisitivecrystalAdd tests for command line lint control
2021-07-18 inquisitivecrystalMake `--force-warns` a normal lint level option
2021-07-18 borsAuto merge of #87071 - inquisitivecrystal:inclusive...
2021-07-18 Yuki OkushiRollup merge of #87205 - matthiaskrgr:clippy_cln, r...
2021-07-18 Yuki OkushiRollup merge of #87183 - RalfJung:option-doctest, r...
2021-07-18 Yuki OkushiRollup merge of #87170 - xFrednet:clippy-5393-add-diagn...
2021-07-18 Yuki OkushiRollup merge of #87092 - ricobbe:fix-raw-dylib-multiple...
2021-07-18 Yuki OkushiRollup merge of #86889 - jyn514:crate-cleanup, r=camelid
2021-07-18 Yuki OkushiRollup merge of #86843 - FabianWolff:issue-86820, r...
2021-07-18 Yuki OkushiRollup merge of #86814 - Aaron1011:inner-doc-recover...
2021-07-18 Yuki OkushiRollup merge of #86763 - JohnTitor:test-63355, r=oli-obk
2021-07-18 Aaron HillAdd test for `#[allow]` for warnings on attribute macro
2021-07-18 Aaron HillOnly use `assign_id!` for ast nodes that support attributes
2021-07-18 Aaron HillAdd additional missing lint handling logic
2021-07-18 Aaron HillAdd missing `visit_expr_field`
2021-07-18 Aaron HillCompute a better `lint_node_id` during expansion
2021-07-18 borsAuto merge of #7473 - Jarcho:ice_7340, r=Manishearth
2021-07-18 Santiago PastorinoRemove impl traits bindings error message handling...
2021-07-18 Santiago PastorinoFix TypeAliasesOpaqueTy origin docs
2021-07-18 Santiago PastorinoRename OtherOpaqueTy to TypeAliasesOpaqueTy
2021-07-18 Santiago PastorinoRemove OpaqueTyOrigin::Binding
2021-07-18 borsAuto merge of #85686 - ptrojahn:loop_reinitialize,...
2021-07-18 Cameron SteffenFactor BinOp utils
2021-07-18 Dan Gohmanx.py fmt
2021-07-18 Cameron SteffenUse From to convert BinOpKind
2021-07-17 Jason NewcombFix ICE in `is_integer_const` when the expression is...
2021-07-17 borsAuto merge of #87129 - FabianWolff:issue-75356, r=varkor
2021-07-17 Guillaume GomezAdd GUI test for <table> overflow
2021-07-17 Guillaume GomezRemove unused file
2021-07-17 Guillaume GomezFix <table> overflow in doc blocks
2021-07-17 Dan GohmanRemove an unnecessary `Mutex` around argument initializ...
2021-07-17 Dan GohmanRemove args cleanup code.
2021-07-17 borsAuto merge of #87203 - jackh726:logging, r=nikomatsakis
2021-07-17 jackh726Add needs_normalization
2021-07-17 jackh726Some perf optimizations and logging
2021-07-17 Michael HowellFix sidebar-mobile test to focus on an actual focusable...
2021-07-17 Michael HowellFix test cases for header titles in sidebar
2021-07-17 Michael HowellRemove redundant CSS
2021-07-17 Michael HowellRustdoc accessibility: make the sidebar headers actual...
2021-07-17 borsAuto merge of #86676 - cjgillot:localexpn, r=petrochenkov
2021-07-17 Camille GILLOTSimplify Expn creation.
2021-07-17 Camille GILLOTRename expn_info -> expn_data.
2021-07-17 Camille GILLOTPass ExpnData by reference.
2021-07-17 Camille GILLOTAlways hash spans in expn.
2021-07-17 Camille GILLOTDrop ExpnData::krate.
2021-07-17 Camille GILLOTDrop orig_id.
2021-07-17 Camille GILLOTEncode ExpnId using ExpnHash for incr. comp.
2021-07-17 Camille GILLOTChoose encoding format in caller code.
2021-07-17 Camille GILLOTUse LocalExpnId where possible.
2021-07-17 Camille GILLOTMake the CrateNum part of the ExpnId.
2021-07-17 borsAuto merge of #87123 - RalfJung:miri-provenance-overhau...
2021-07-17 borsAuto merge of #86761 - Alexhuszagh:master, r=estebank
next