]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-22 Yuki OkushiRollup merge of #82367 - matthiaskrgr:wraps, r=petrochenkov
2021-02-22 Yuki OkushiRollup merge of #82353 - camelid:no-more-param_env...
2021-02-22 Yuki OkushiRollup merge of #82351 - notriddle:docs-meta-descriptio...
2021-02-22 Yuki OkushiRollup merge of #82287 - r00ster91:field_name_and,...
2021-02-22 Yuki OkushiRollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus
2021-02-22 Yuki OkushiRollup merge of #82098 - LukasKalbertodt:add-collect...
2021-02-22 borsAuto merge of #81732 - m-ou-se:inherit-overflow-checks...
2021-02-22 borsAuto merge of #82295 - jyn514:feature-gate, r=Manishearth
2021-02-21 Matthias Krügerremove redundant wrapping of return types of allow_inte...
2021-02-21 Michael HowellUpdate src/test/rustdoc/description.rs
2021-02-21 Michael HowellUpdate src/test/rustdoc/description.rs
2021-02-21 Matthias Krügerrustc_mir: remove redundant wrapping of return type...
2021-02-21 Matthias Krügerrustc_codegen_ssa: remove unneeded wrapping of return...
2021-02-21 Matthias Krügerremove redundant return value Ok(()) of clear_relocations()
2021-02-21 Matthias Krügerparser: remove unneccessary wrapping of return value...
2021-02-21 borsAuto merge of #82359 - JohnTitor:rollup-6puemik, r...
2021-02-21 Matthias Krügerremove unneccessary wrapping of return value in mk_awai...
2021-02-21 Matthias Krügerrustc_parse: remove unneccessary wrapping of return...
2021-02-21 Matthias Krügerremove unneccessary wrapping of return value of allow_u...
2021-02-21 Ashley Mannixupdate tracking issue for raw_os_nonzero
2021-02-21 borsAuto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrum
2021-02-21 Yuki OkushiRollup merge of #82349 - tmiasko:pretty-test-timeout...
2021-02-21 Yuki OkushiRollup merge of #82302 - tmiasko:test-unsafe-send,...
2021-02-21 Yuki OkushiRollup merge of #82233 - ijackson:try-block-type-test...
2021-02-21 Yuki OkushiRollup merge of #82229 - estebank:issue-templace, r...
2021-02-21 Yuki OkushiRollup merge of #82181 - GuillaumeGomez:es5-checks...
2021-02-21 Yuki OkushiRollup merge of #82177 - rylev:no-delete-bootstrap...
2021-02-21 Yuki OkushiRollup merge of #82154 - CDirkx:ip-changelog, r=Mark...
2021-02-21 Yuki OkushiRollup merge of #81966 - deg4uss3r:degausser/aarch64_ap...
2021-02-21 Yuki OkushiRollup merge of #81833 - the8472:parallel-bootstrap...
2021-02-21 Yuki OkushiRollup merge of #81706 - SkiFire13:document-binaryheap...
2021-02-21 Yuki OkushiRollup merge of #81300 - ssomers:btree_cleanup_leak_tes...
2021-02-21 borsAuto merge of #79100 - a1phyr:better_assert_eq, r=m...
2021-02-21 Camelidrustdoc: Remove unnecessary `Cell` around `param_env`
2021-02-21 Michael HowellUse has for non-regexes
2021-02-21 Michael HowellFix formatting for description rustdoc UI tests
2021-02-21 Michael HowellAdd rustdoc UI tests for new description behaviour
2021-02-21 Michael HowellRevert changes to all.html
2021-02-21 borsAuto merge of #82253 - RalfJung:miri, r=RalfJung
2021-02-21 Tomasz Miąskotest: Print test name only once on timeout
2021-02-20 Michael HowellCut off plain text descriptions after headers
2021-02-20 Michael HowellUse the first paragraph, instead of cookie-cutter text...
2021-02-20 kennytmFix some Python2->3 error in publish_toolstate.py by...
2021-02-20 Esteban KüberAdd A-diagnostics bug report template
2021-02-20 The8472remove redundant box wrapper
2021-02-20 The8472limit rustfmt parallelism by taking -j into account
2021-02-20 The8472parallelize x.py test tidy
2021-02-20 Jan-Erik RedigeriOS simulator: pick the target based on the environment...
2021-02-20 borsAuto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg...
2021-02-20 Giacomo StevanatoAdd FIXME for safety comments that are invalid when...
2021-02-20 Giacomo StevanatoDocument BinaryHeap unsafe functions
2021-02-20 Guillaume GomezRollup merge of #82332 - GuillaumeGomez:no-src-link...
2021-02-20 Guillaume GomezRollup merge of #82316 - ehuss:lto-doc-fix, r=Guillaume...
2021-02-20 Guillaume GomezRollup merge of #82260 - ojeda:rustc-argfile, r=jyn514
2021-02-20 Guillaume GomezRollup merge of #82244 - pickfire:patch-6, r=dtolnay
2021-02-20 Guillaume GomezRollup merge of #82176 - RalfJung:mir-fn-ptr-pretty...
2021-02-20 Guillaume GomezRollup merge of #81991 - osa1:issue81839, r=estebank
2021-02-20 Guillaume GomezRollup merge of #80595 - pthariensflame:patch-1, r...
2021-02-20 borsAuto merge of #70951 - cjgillot:anarchy, r=oli-obk
2021-02-20 Guillaume GomezAdd test for no src links on dummy spans
2021-02-20 Guillaume GomezDon't render [src] link on dummy spans
2021-02-20 Ralf Jungupdate Miri
2021-02-20 r00ster91Make "missing field" error message more natural
2021-02-20 Ralf Jungfn ptr pretty printing: fall back to raw ptr printing
2021-02-20 borsAuto merge of #82124 - tmiasko:op-ty-ref, r=oli-obk
2021-02-20 borsAuto merge of #81427 - klensy:eat-digits, r=m-ou-se
2021-02-20 borsAuto merge of #78181 - GuillaumeGomez:sized-trait,...
2021-02-20 Eric HussFix minor mistake in LTO docs.
2021-02-20 Alexander Ronald... `impl PartialEq<Punct> for char`; symmetry for #78636
2021-02-19 Guillaume GomezAdd tests for !Sized trait display
2021-02-19 Guillaume GomezShow negative implementation of Sized trait
2021-02-19 Camille GILLOTWorkaround rustdoc not honouring cfg(parallel_compiler).
2021-02-19 Ricky (deg4uss3r)added aarch64_apple_ios_sim as a rustc target
2021-02-19 Camille GILLOTMove the query system to rustc_query_impl.
2021-02-19 Camille GILLOTIntroduce a QueryEngine trait object.
2021-02-19 Camille GILLOTMake encode_query_results more generic.
2021-02-19 Camille GILLOTMove query names and Providers to parent module.
2021-02-19 Camille GILLOTWrap QueryDescription into a macro.
2021-02-19 Camille GILLOTSplit DepKindStruct in two.
2021-02-19 Camille GILLOTUse QueryCtxt in DepKindStruct.
2021-02-19 Camille GILLOTUse a QueryContext for try_mark_green.
2021-02-19 Camille GILLOTSelect caching strategy per query.
2021-02-19 Camille GILLOTMove definition of callbacks to parent module.
2021-02-19 Camille GILLOTMove handle_deadlock where it is used.
2021-02-19 Camille GILLOTMove try_load_from_on_disk_cache to the QueryContext.
2021-02-19 Camille GILLOTMove try_print_query_stack to rustc_interface.
2021-02-19 Camille GILLOTMake alloc_self_profile_query_strings a standalone...
2021-02-19 Camille GILLOTMake QueryEngine opaque to TyCtxt.
2021-02-19 Camille GILLOTOpacify query invocation.
2021-02-19 Camille GILLOTWrap TyCtxt inside a QueryCtxt for queries.
2021-02-19 Camille GILLOTDecouple the on-disk cache from the query engine.
2021-02-19 Camille GILLOTDecouple QueryContext from DepContext.
2021-02-19 Camille GILLOTRemove QueryAccessors::to_dep_node.
2021-02-19 Camille GILLOTDon't require a QueryContext to access the DepGraph.
2021-02-19 Camille GILLOTGroup logic about the Providers struct.
2021-02-19 borsAuto merge of #82020 - jyn514:mut-passes, r=camelid...
2021-02-19 Joshua Nelson[intra-doc links] Don't check feature gates of items...
2021-02-19 klensysimplify eat_digits
2021-02-19 borsAuto merge of #82281 - Dylan-DPC:rollup-raob2tu, r...
2021-02-19 Dylan DPCRollup merge of #82275 - ehuss:update-cargo, r=ehuss
next