]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-08-06 Amanieu d'AntrasFix ICE when using asm! on an unsupported architecture
2020-08-06 borsAuto merge of #75086 - lzutao:u32const, r=oli-obk
2020-08-06 borsAuto merge of #74889 - JohnTitor:hrtb-tests, r=nikomatsakis
2020-08-06 borsAuto merge of #75008 - eddyb:rmeta-indexed-trait-impls...
2020-08-05 Yuki OkushiAdd a FIXME comment
2020-08-05 borsAuto merge of #75166 - JulianKnodt:i64494, r=lcnr
2020-08-05 borsAuto merge of #75005 - adamreichold:limit-vector-count...
2020-08-05 borsAuto merge of #75194 - Aaron1011:feature/macro-backtrac...
2020-08-05 Adam ReicholdAdd fallback for cfg(unix) targets that do not define...
2020-08-05 Aaron HillShow backtrace numbers in backtrace whenever more than...
2020-08-05 Adam ReicholdRely only on POSIX semantics for I/O vector count
2020-08-05 Adam ReicholdReduce synchronization overhead of I/O vector count...
2020-08-05 Adam ReicholdMemoize the I/O vector count limit
2020-08-05 Adam ReicholdQuery maximum vector count on Linux and macOS
2020-08-05 borsAuto merge of #75165 - JulianKnodt:i72787, r=lcnr
2020-08-05 borsAuto merge of #75169 - ehuss:update-cargo, r=ehuss
2020-08-05 borsAuto merge of #75124 - nnethercote:clean-up-rustdoc...
2020-08-05 borsAuto merge of #75155 - davidtwco:polymorphization-incr...
2020-08-05 borsAuto merge of #75037 - richkadel:llvm-coverage-map...
2020-08-05 borsAuto merge of #75174 - JohnTitor:rollup-z9djftk, r...
2020-08-05 Lzu TaoUse u32::from_ne_bytes to fix a FIXME
2020-08-05 Yuki OkushiRollup merge of #75168 - ehuss:update-books, r=ehuss
2020-08-05 Yuki OkushiRollup merge of #75152 - TimDiekmann:replace_memblock...
2020-08-05 Yuki OkushiRollup merge of #75149 - felixonmars:patch-1, r=wesleywiser
2020-08-05 Yuki OkushiRollup merge of #75140 - GuillaumeGomez:cleanup-e0745...
2020-08-05 Yuki OkushiRollup merge of #75139 - pickfire:librustdoc-import...
2020-08-05 Nicholas NethercoteBe smarter about error handling in `run()`.
2020-08-05 borsAuto merge of #75130 - lcnr:array_chunks, r=ecstatic...
2020-08-05 Nicholas NethercoteRemove `setup_callbacks_and_run_in_default_thread_pool_...
2020-08-05 Nicholas NethercoteAvoid an unnecessary thread creation at rustdoc startup.
2020-08-05 Eric HussUpdate cargo
2020-08-04 Eric HussUpdate books
2020-08-04 kadminAdd regression test
2020-08-04 kadminAdd regression test
2020-08-04 borsAuto merge of #75161 - sunfishcode:wasm-no-threads...
2020-08-04 Dan GohmanRemove the `--no-threads` workaround for wasm targets.
2020-08-04 borsAuto merge of #75136 - JohnTitor:unsizing-casts-non...
2020-08-04 Bastian Kauschketweak error message
2020-08-04 David Woodmir: add debug assertion to check polymorphization
2020-08-04 David Woodmetadata: skip empty polymorphization bitset
2020-08-04 Rich KadelCompletes support for coverage in external crates
2020-08-04 David Woodmir: use `FiniteBitSet<u32>` in polymorphization
2020-08-04 Tim DiekmannRevert missing "memory block"
2020-08-04 Tim DiekmannRevert renaming of "memory block"
2020-08-04 borsAuto merge of #75133 - nnethercote:rm-SubstFolder-field...
2020-08-04 Tim DiekmannReplace `Memoryblock` with `NonNull<[u8]>`
2020-08-04 Felix YanCorrect a typo in interpret/memory.rs
2020-08-04 borsAuto merge of #74850 - TimDiekmann:remove-in-place...
2020-08-04 Guillaume GomezClean up E0745
2020-08-04 Ivan ThamRemove log alias from librustdoc
2020-08-04 borsAuto merge of #75095 - pietroalbini:fallible-fast-fail...
2020-08-04 Pietro Albinici: disable fail-fast on auto-fallible
2020-08-04 Yuki OkushiForbid non-derefable types explicitly in unsizing casts
2020-08-04 Nicholas NethercoteRemove two fields from `SubstFolder`.
2020-08-04 borsAuto merge of #75111 - mati865:use-lld-option, r=Mark...
2020-08-04 Bastian Kauschkeforbid `#[track_caller]` on main
2020-08-04 borsAuto merge of #75058 - ssomers:btree_cleanup_insert_2...
2020-08-04 borsAuto merge of #75126 - JohnTitor:rollup-aejluzx, r...
2020-08-04 Yuki OkushiRollup merge of #75106 - etherealist:docs_manifest...
2020-08-04 Yuki OkushiRollup merge of #75103 - Mark-Simulacrum:no-ra-for...
2020-08-04 Yuki OkushiRollup merge of #75084 - Aaron1011:stabilize/ident...
2020-08-04 Yuki OkushiRollup merge of #75083 - JohnTitor:follow-up-unused...
2020-08-04 Yuki OkushiRollup merge of #75081 - jyn514:fix-logging, r=Mark...
2020-08-04 Yuki OkushiRollup merge of #75056 - Veykril:path_statements_lint...
2020-08-04 Yuki OkushiRollup merge of #75043 - petrochenkov:hasname, r=nnethe...
2020-08-04 Yuki OkushiRollup merge of #74759 - carbotaniuman:uabs, r=shepmaster
2020-08-03 borsAuto merge of #74695 - alexcrichton:more-wasm-float...
2020-08-03 Tim DiekmannApply suggestions from code review
2020-08-03 borsAuto merge of #74526 - erikdesjardins:reftrack, r=Mark...
2020-08-03 Vadim Petrochenkovrustc_ast: More detailed docs for `Attribute::check_name`
2020-08-03 Vadim Petrochenkovrustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
2020-08-03 Aaron HillStabilize Ident::new_raw
2020-08-03 Mateusz MikułaMake rust.use-lld config option work with non MSVC...
2020-08-03 borsAuto merge of #74827 - ssomers:btree_cleanup_insert...
2020-08-03 Mark RousskovDisable building rust-analyzer on riscv64
2020-08-03 David SonderEnable docs on in the x86_64-unknown-linux-musl manifest
2020-08-03 borsAuto merge of #75092 - kennytm:fix-75009, r=pietroalbini
2020-08-03 kennytmfix broken git commit in stdarch
2020-08-03 borsAuto merge of #75076 - tmiasko:simplify-goto, r=oli-obk
2020-08-03 borsAuto merge of #75068 - petrochenkov:ignore-debinfo...
2020-08-03 borsAuto merge of #75055 - cjgillot:clean-cache, r=oli-obk
2020-08-03 Yuki OkushiDo not trigger `unused_braces` for `while let`
2020-08-03 Joshua NelsonFix logging for rustdoc
2020-08-03 borsAuto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark...
2020-08-03 Tim DiekmannMerge branch 'master' into remove-in-place-alloc
2020-08-02 borsAuto merge of #74948 - lzutao:stalize-result-as-deref...
2020-08-02 Nicholas NethercoteUse more appropriate `tls::with_*` methods in some...
2020-08-02 Nicholas NethercoteRemove `GCX_PTR`.
2020-08-02 Tomasz MiąskoRemove redundant assignment from CfgSimplifier
2020-08-02 Tomasz MiąskoFix change detection in CfgSimplifier::collapse_goto_chain
2020-08-02 borsAuto merge of #75070 - Manishearth:rollup-2kgcaw5,...
2020-08-02 Manish GoregaokarRollup merge of #75064 - petrochenkov:llvmtarg, r=Mark...
2020-08-02 Manish GoregaokarRollup merge of #75059 - shengsheng:typos, r=Dylan-DPC
2020-08-02 Manish GoregaokarRollup merge of #75031 - JohnTitor:unused-parens-braces...
2020-08-02 Manish GoregaokarRollup merge of #75009 - georgio:master, r=kennytm
2020-08-02 Manish GoregaokarRollup merge of #74980 - davidtwco:issue-74745-pprust...
2020-08-02 borsAuto merge of #74826 - matklad:mbe-fragment, r=petrochenkov
2020-08-02 Stein SomersSeparate off a leafy insert function instead of lying...
2020-08-02 Vadim Petrochenkovtests: Ignore src/test/debuginfo/rc_arc.rs on Windows
2020-08-02 Lukas WirthLint path statements to use drop for drop types
next