]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-21 borsAuto merge of #82359 - JohnTitor:rollup-6puemik, r...
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 borsAuto merge of #82253 - RalfJung:miri, r=RalfJung
2021-02-21 Tomasz Miąskotest: Print test name only once on timeout
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 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 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
2021-02-19 Dylan DPCRollup merge of #82274 - andersk:test-unwrap, r=Mark...
2021-02-19 Dylan DPCRollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514
2021-02-19 Dylan DPCRollup merge of #82259 - osa1:issue82156, r=petrochenkov
2021-02-19 Dylan DPCRollup merge of #82245 - estebank:issue-78653, r=matthe...
2021-02-19 Dylan DPCRollup merge of #82238 - petrochenkov:nocratemod, r...
2021-02-19 Dylan DPCRollup merge of #82093 - bjorn3:more_atomic_tests,...
2021-02-19 Dylan DPCRollup merge of #81873 - mark-i-m:unlock, r=m-ou-se
2021-02-19 Dylan DPCRollup merge of #81496 - guswynn:expected_async_block...
2021-02-19 Dylan DPCRollup merge of #79747 - camelid:irrefut-lint-link...
2021-02-19 Miguel Ojedarustdoc: Support argument files
2021-02-19 CamelidAdd explanations and suggestions to `irrefutable_let_pa...
2021-02-19 Tomasz MiąskoRemove unsafe impl Send for CompletedTest & TestResult
2021-02-18 Eric HussUpdate cargo
2021-02-18 Anders Kaseorglibtest: Fix unwrap panic on duplicate TestDesc.
2021-02-18 borsAuto merge of #82263 - Dylan-DPC:rollup-cypm2uw, r...
2021-02-18 markadd Mutex::unlock
2021-02-18 Gus Wynnignore file length
2021-02-18 Ömer Sinan... Fix popping singleton paths in when generating E0433
2021-02-18 Dylan DPCRollup merge of #82256 - eddyb:time-passes-stderr,...
2021-02-18 Dylan DPCRollup merge of #82248 - nhwn:optimize-counting-digits...
2021-02-18 Dylan DPCRollup merge of #82246 - jesusprubio:add-long-explanati...
2021-02-18 Dylan DPCRollup merge of #82236 - matthiaskrgr:useless_conv...
2021-02-18 Dylan DPCRollup merge of #82218 - rylev:copy-pdbs, r=Mark-Simulacrum
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-18 Dylan DPCRollup merge of #82194 - estebank:arbitrary-bounds...
2021-02-18 Dylan DPCRollup merge of #82112 - BoxyUwU:tumbleweed, r=varkor
2021-02-18 Dylan DPCRollup merge of #82066 - matthewjasper:trait-ref-fix...
2021-02-18 Dylan DPCRollup merge of #81546 - hyd-dev:libtest-run-out-of...
next