]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-02 borsAuto merge of #83468 - hi-rustin:rustin-patch-lint...
2021-04-02 borsAuto merge of #83781 - JohnTitor:rollup-1vm3dxo, r...
2021-04-02 Yuki OkushiRollup merge of #83754 - GuillaumeGomez:search-tab...
2021-04-02 Yuki OkushiRollup merge of #83745 - JohnTitor:jtitor-mailmap,...
2021-04-02 Yuki OkushiRollup merge of #83740 - obi1kenobi:patch-1, r=joshtriplett
2021-04-02 Yuki OkushiRollup merge of #83721 - GuillaumeGomez:copy-use, r...
2021-04-02 Yuki OkushiRollup merge of #83535 - MidasLamb:mir-type-count-misma...
2021-04-02 borsAuto merge of #83207 - oli-obk:valtree2, r=lcnr
2021-04-02 borsAuto merge of #80965 - camelid:rename-doc-spotlight...
2021-04-02 borsAuto merge of #80828 - SNCPlay42:opaque-projections...
2021-04-02 borsAuto merge of #83663 - AngelicosPhosphoros:simplify_bin...
2021-04-02 hi-rustinaddress comments
2021-04-01 Guillaume GomezAdd test to ensure search tabs behaviour
2021-04-01 Midas LambrichtsAdd a test that triggers the out-of-bounds ICE.
2021-04-01 borsAuto merge of #82780 - cjgillot:dep-stream, r=michaelwo...
2021-04-01 AngelicosPhosphorosSimplify logical operations CFG
2021-04-01 hi-rustinadd OR_PATTERNS_BACK_COMPAT lint
2021-04-01 Yuki OkushiAdd my new email address to .mailmap
2021-04-01 Oli SchererSome more fine-grained forced inlining
2021-04-01 Oli SchererInline some functions that suddenly show up more in...
2021-04-01 borsAuto merge of #83726 - the8472:large-trustedlen-fail...
2021-04-01 borsAuto merge of #83736 - JohnTitor:fix-unsafe_block_in_un...
2021-04-01 Predrag GruevskiFix minor typo in once.rs
2021-04-01 borsAuto merge of #83732 - ehuss:update-cargo, r=ehuss
2021-04-01 Yuki OkushiFix the `unsafe_block_in_unsafe_fn`s stabilized version
2021-04-01 Eric HussUpdate cargo
2021-04-01 borsAuto merge of #83731 - Dylan-DPC:rollup-v2z3gkt, r...
2021-04-01 Dylan DPCRollup merge of #83712 - alexcrichton:more-wasm-simd...
2021-04-01 Dylan DPCRollup merge of #83711 - JohnTitor:more-friendly-unknow...
2021-04-01 Dylan DPCRollup merge of #83700 - steffahn:string_to_pathbuf_con...
2021-04-01 Dylan DPCRollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPC
2021-04-01 Dylan DPCRollup merge of #83015 - hyd-dev:test-79825-81555,...
2021-03-31 The8472panic early when TrustedLen indicates a length > usize...
2021-03-31 Guillaume GomezAdd a button to copy the "use statement"
2021-03-31 borsAuto merge of #76814 - jackh726:binder-refactor, r...
2021-03-31 Alex CrichtonUpdate LLVM with another wasm simd fix
2021-03-31 JohnTitorClarify `--print target-list` is a rustc's option
2021-03-31 Camille GILLOTEnable debugging the dep-graph without debug-assertions.
2021-03-31 Jack HueyCleanups and comments
2021-03-31 Jack HueyFix tests and AstConv -> dyn AstConv
2021-03-31 Jack HueyFmt and test revert
2021-03-31 Jack HueyFix new problem from rebase and a little cleanup
2021-03-31 Jack HueyAdd var to BoundRegion. Add query to get bound vars...
2021-03-31 Jack HueyMake late and late_anon regions track the bound var...
2021-03-31 Jack HueyRevert explicit lifetimes
2021-03-31 Jack HueyTrack bound vars
2021-03-31 Jack HueyAdd tcx lifetime to Binder
2021-03-31 Jack Hueycount bound vars
2021-03-31 Frank SteffahnApply suggestions from code review
2021-03-31 Jack HueyAdd u32 for bound variables to Binder
2021-03-31 Jack HueySome rebinds and dummys
2021-03-31 Frank SteffahnAdd a few missing links, fix a typo
2021-03-31 Frank SteffahnFix documentation of conversion from String to OsString
2021-03-31 Oli SchererRevert tests
2021-03-31 Oli Schererbail out early when substituting mir constants that...
2021-03-31 Oli SchererForward some layouts to prevent recomputation
2021-03-31 Oli SchererAdd a new normalization query just for mir constants
2021-03-31 JohnTitorAdd a regression test for issue-68830
2021-03-31 Oli SchererWe should never see unevaluated type-level constants...
2021-03-31 Oli SchererMake unevaluated DefId rendering deterministic
2021-03-31 borsAuto merge of #83684 - cjgillot:csp, r=petrochenkov
2021-03-31 borsAuto merge of #83681 - jyn514:blanket-impls-tweaks...
2021-03-31 borsAuto merge of #83666 - Amanieu:instrprof-order, r=tmandry
2021-03-30 borsAuto merge of #83692 - Dylan-DPC:rollup-2a2m3jy, r...
2021-03-30 Dylan DPCRollup merge of #83683 - tblah:riscv64linux_links,...
2021-03-30 Dylan DPCRollup merge of #83680 - ibraheemdev:patch-2, r=Dylan-DPC
2021-03-30 Dylan DPCRollup merge of #83678 - GuillaumeGomez:hack-Self-keywo...
2021-03-30 Dylan DPCRollup merge of #83671 - JohnTitor:issue-75801-test...
2021-03-30 Dylan DPCRollup merge of #83654 - JohnTitor:issue-83606, r=estebank
2021-03-30 Dylan DPCRollup merge of #80720 - steffahn:prettify_prelude_impo...
2021-03-30 Camille GILLOTFix fulldeps tests.
2021-03-30 borsAuto merge of #83652 - xu-cheng:ipv4-octal, r=sfackler
2021-03-30 Camille GILLOTRemove hir::CrateItem.
2021-03-30 Tom Ecclesbootstrap: don't complain about linkcheck if it is...
2021-03-30 borsAuto merge of #83639 - osa1:issue83638, r=estebank
2021-03-30 Joshua NelsonOnly look at blanket impls in `get_blanket_impls`
2021-03-30 Camille GILLOTAlso profile finishing the encoding.
2021-03-30 Camille GILLOTAdjust profiling.
2021-03-30 Camille GILLOTAddress review.
2021-03-30 Camille GILLOTAdd documentation.
2021-03-30 Camille GILLOTSimplify tracking the encoder state.
2021-03-30 Camille GILLOTRemove the parallel version.
2021-03-30 Camille GILLOTFix parallel compiler.
2021-03-30 Camille GILLOTFix tests.
2021-03-30 Camille GILLOTDo not allocate in decoder.
2021-03-30 Camille GILLOTStream the dep-graph to a file.
2021-03-30 Ibraheem Ahmedupdate for loop desugaring docs
2021-03-30 Guillaume GomezFix Self keyword doc URL conflict on case insensitive...
2021-03-30 borsAuto merge of #83170 - joshtriplett:spawn-cleanup,...
2021-03-30 borsAuto merge of #83674 - Dylan-DPC:rollup-bcuc1hl, r...
2021-03-30 Dylan DPCRollup merge of #83667 - estebank:cool-bears-hot-tip...
2021-03-30 Dylan DPCRollup merge of #83662 - ehuss:update-books, r=ehuss
2021-03-30 Dylan DPCRollup merge of #83656 - JohnTitor:resolve-test, r...
2021-03-30 Dylan DPCRollup merge of #83645 - pickfire:patch-3, r=GuillaumeGomez
2021-03-30 Dylan DPCRollup merge of #83579 - RalfJung:ptr-arithmetic, r...
2021-03-30 Dylan DPCRollup merge of #83571 - a1phyr:feature_const_slice_fir...
2021-03-30 Dylan DPCRollup merge of #83568 - RalfJung:uninit_array, r=dtolnay
2021-03-30 borsAuto merge of #83458 - saethlin:improve-vec-benches...
2021-03-30 JohnTitorAdd a regression test for issue-75801
2021-03-30 borsAuto merge of #83649 - bjorn3:dedup_providers, r=petroc...
next