]> git.lizzy.rs Git - rust.git/history - compiler/rustc_session
Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov
[rust.git] / compiler / rustc_session /
2021-04-18 borsAuto merge of #84064 - hyd-dev:unknown-lints, r=petroch...
2021-04-17 borsAuto merge of #84061 - AngelicosPhosphoros:issue-75598...
2021-04-17 Dylan DPCRollup merge of #84203 - jyn514:anchor-span, r=euclio
2021-04-17 Dylan DPCRollup merge of #84150 - jsha:defer-search-js, r=Guilla...
2021-04-17 borsAuto merge of #84244 - ABouttefeux:closure-return-confl...
2021-04-17 borsAuto merge of #84113 - SNCPlay42:suggestion-extern...
2021-04-16 borsAuto merge of #84074 - notriddle:rustdoc-macro-visibili...
2021-04-16 borsAuto merge of #83416 - alexcrichton:const-thread-local...
2021-04-16 Dylan DPCRollup merge of #84172 - jayaddison:compiler/E0384...
2021-04-16 Dylan DPCRollup merge of #84145 - vojtechkral:vecdeque-binary...
2021-04-16 Dylan DPCRollup merge of #83944 - jackh726:binder-refactor-fix2...
2021-04-16 Dylan DPCRollup merge of #83337 - Manishearth:item-hide, r=Guill...
2021-04-16 borsAuto merge of #84230 - cuviper:llvm-12, r=nikic
2021-04-16 borsAuto merge of #84217 - crlf0710:remove_main_attr_pure...
2021-04-16 borsAuto merge of #84228 - SkiFire13:fix-84213, r=estebank
2021-04-16 borsAuto merge of #84220 - gpluscb:weak_doc, r=jyn514
2021-04-16 borsAuto merge of #84226 - Aaron1011:track-link-dead-code...
2021-04-15 Aaron HillTrack `-C link-dead-code` during incremental compilation
2021-04-15 borsAuto merge of #84088 - m-ou-se:stabilize-option-insert...
2021-04-14 Dylan DPCRollup merge of #84201 - jyn514:primitive-warnings...
2021-04-14 borsAuto merge of #83948 - ABouttefeux:lint-nullprt-deref...
2021-04-13 Dylan DPCRollup merge of #84141 - camelid:fix-typo, r=Dylan-DPC
2021-04-13 Dylan DPCRollup merge of #83707 - exrook:unsafecell, r=m-ou-se
2021-04-13 Dylan DPCRollup merge of #83438 - CDirkx:releases, r=Mark-Simulacrum
2021-04-13 borsAuto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu
2021-04-13 borsAuto merge of #84086 - m-ou-se:stabilze-is-subnormal...
2021-04-13 borsAuto merge of #84082 - andjo403:stabilize_nonzero_leadi...
2021-04-13 borsAuto merge of #82992 - philippeitis:stabilize_bufreader...
2021-04-12 borsAuto merge of #83776 - jyn514:update-stdarch-docs,...
2021-04-12 borsAuto merge of #84103 - calebcartwright:bump-rls-rustfmt...
2021-04-12 borsAuto merge of #82300 - andersk:libtest-id, r=Amanieu
2021-04-12 borsAuto merge of #84068 - Amanieu:fix_lint, r=lcnr
2021-04-12 borsAuto merge of #84095 - infinity0:master, r=Mark-Simulacrum
2021-04-12 borsAuto merge of #84090 - marmeladema:stabilize-duration...
2021-04-12 borsAuto merge of #84085 - m-ou-se:stabilize-atomic-fetch...
2021-04-11 Dylan DPCRollup merge of #84101 - jyn514:early-pass, r=Manishearth
2021-04-11 Dylan DPCRollup merge of #84094 - tmiasko:remove-fixed-size...
2021-04-11 Dylan DPCRollup merge of #84079 - camelid:improve-bare-urls...
2021-04-11 Dylan DPCRollup merge of #84067 - rust-lang:steveklabnik-patch...
2021-04-11 Dylan DPCRollup merge of #84059 - zvirja:update-libc, r=JohnTitor
2021-04-11 Dylan DPCRollup merge of #84014 - estebank:cool-bears-hot-tip...
2021-04-11 Dylan DPCRollup merge of #83669 - kwj2104:issue-81508-fix, r...
2021-04-11 borsAuto merge of #84100 - sjakobi:77548-reenable-check...
2021-04-11 borsAuto merge of #83482 - hyd-dev:uwtable, r=nagisa
2021-04-11 hyd-devAllow using `-C force-unwind-tables=no` when `panic...
2021-04-11 borsAuto merge of #81469 - tweksteen:android_set_message...
2021-04-11 borsAuto merge of #84063 - LingMan:patch-1, r=nagisa
2021-04-11 borsAuto merge of #82608 - Aaron1011:feature/final-preexp...
2021-04-11 Aaron HillImplement token-based handling of attributes during...
2021-04-11 borsAuto merge of #83806 - JohnTitor:issue-51446, r=estebank
2021-04-11 borsAuto merge of #84071 - nagisa:nixos-patching-fix, r...
2021-04-11 borsAuto merge of #84053 - RalfJung:liballoc-miri, r=Manish...
2021-04-10 borsAuto merge of #84023 - Aaron1011:derive-invoc-order...
2021-04-10 borsAuto merge of #84016 - Aaron1011:new-preexp-tests,...
2021-04-10 borsAuto merge of #84052 - RalfJung:libcore-miri, r=Mark...
2021-04-10 borsAuto merge of #84055 - kornelski:z-edition, r=petrochenkov
2021-04-10 KornelDon't tell users to use a nightly flag on the stable...
2021-04-09 borsAuto merge of #84004 - mattico:print-target-features...
2021-04-09 borsAuto merge of #81942 - the8472:reduce-ui-test-threads...
2021-04-09 borsAuto merge of #83956 - estebank:issue-83892, r=varkor
2021-04-09 borsAuto merge of #83870 - jackh726:binder-refactor-fix...
2021-04-08 borsAuto merge of #83941 - wesleywiser:win_dbginfo_closures...
2021-04-08 Dylan DPCRollup merge of #83992 - GuillaumeGomez:merge-idents...
2021-04-08 Dylan DPCRollup merge of #83980 - pierwill:fix-compiler-librustc...
2021-04-08 Dylan DPCRollup merge of #81938 - lukaslueg:stab_peek_mut, r...
2021-04-08 Dylan DPCRollup merge of #81764 - jyn514:lint-links, r=Guillaume...
2021-04-08 Dylan DPCRollup merge of #80733 - steffahn:prettify_pin_links...
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 borsAuto merge of #83500 - camelid:split-debuginfo-docs...
2021-04-08 borsAuto merge of #83981 - nagisa:nagisa/revert-cfg-wasm...
2021-04-08 borsAuto merge of #82958 - camelid:res-docs, r=petrochenkov
2021-04-07 borsAuto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum
2021-04-07 Simonas KazlauskasRemove the insta-stable `cfg(wasm)`
2021-04-07 borsAuto merge of #81047 - glittershark:stabilize-cmp-min...
2021-04-07 Dylan DPCRollup merge of #83916 - Amanieu:asm_anonconst, r=petro...
2021-04-07 Dylan DPCRollup merge of #83816 - JohnTitor:unused-doc-comments...
2021-04-07 Dylan DPCRollup merge of #83634 - JohnTitor:proc-macro-ice,...
2021-04-07 Dylan DPCRollup merge of #83476 - mystor:rc_mutate_strong_count...
2021-04-06 lukasluegMerge branch 'master' into stab_peek_mut
2021-04-06 Dylan DPCRollup merge of #82963 - camelid:move-sharedcontext...
2021-04-06 borsAuto merge of #83821 - camelid:improve-thinvec, r=petro...
2021-04-06 borsAuto merge of #81641 - bjorn3:find_codegen_backend...
2021-04-06 borsAuto merge of #81234 - repnop:fn-alignment, r=lcnr
2021-04-06 borsAuto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwco
2021-04-05 Yuki OkushiRollup merge of #83885 - jyn514:private-links, r=Mark...
2021-04-05 Yuki OkushiRollup merge of #83881 - lnicola:rust-analyzer-2021...
2021-04-05 Yuki OkushiRollup merge of #83849 - jyn514:intra-doc-cleanup,...
2021-04-05 Yuki OkushiRollup merge of #83835 - notriddle:sort-index, r=ollie27
2021-04-05 Yuki OkushiRollup merge of #83814 - petrochenkov:emptyexpr, r...
2021-04-05 Yuki OkushiRollup merge of #83734 - JohnTitor:issue-83621, r=davidtwco
2021-04-05 Yuki OkushiRollup merge of #83489 - LeSeulArtichaut:deref-else...
2021-04-05 borsAuto merge of #83152 - guswynn:jemallocator_part2,...
2021-04-05 borsAuto merge of #83406 - b-naber:issue-83510, r=lcnr
2021-04-05 Dylan DPCRollup merge of #83878 - the8472:fix-concurrent-tidy...
2021-04-05 Dylan DPCRollup merge of #83877 - jyn514:exceptions, r=Mark...
2021-04-05 Dylan DPCRollup merge of #83853 - Amanieu:asm_no_high_x86_64...
2021-04-05 Dylan DPCRollup merge of #83705 - jyn514:theme-error, r=Guillaum...
2021-04-05 Dylan DPCRollup merge of #83368 - jyn514:download-if-unchanged...
2021-04-05 borsAuto merge of #83880 - Dylan-DPC:rollup-hz9ph0e, r...
2021-04-05 Dylan DPCRollup merge of #83865 - camelid:disamb-err-fix, r...
next