]> git.lizzy.rs Git - rust.git/history - src/librustc_ast
Rollup merge of #74464 - FedericoPonzi:fix-#67108, r=Manishearth
[rust.git] / src / librustc_ast /
2020-07-18 Manish GoregaokarRollup merge of #74448 - davidtwco:improper-ctypes...
2020-07-18 Manish GoregaokarRollup merge of #74418 - rye:gha-dedup-shell-setting...
2020-07-18 Manish GoregaokarRollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark...
2020-07-17 Manish GoregaokarRollup merge of #74428 - tshepang:better-filter-map...
2020-07-17 Manish GoregaokarRollup merge of #74424 - sexxi-goose:move_hir_place...
2020-07-17 Manish GoregaokarRollup merge of #74416 - NieDzejkob:linker-locale-utf8...
2020-07-17 Manish GoregaokarRollup merge of #74411 - jonas-schievink:unbreak-mir...
2020-07-17 Manish GoregaokarRollup merge of #74394 - bjorn3:remove_emscripten_lefto...
2020-07-17 Manish GoregaokarRollup merge of #74364 - lcnr:lazy-norm-tests, r=nikoma...
2020-07-17 Manish GoregaokarRollup merge of #74288 - haraldh:test_aslr, r=petrochenkov
2020-07-17 Manish GoregaokarRollup merge of #74169 - ecstatic-morse:dataflow-unreac...
2020-07-17 Manish GoregaokarRollup merge of #73930 - a1phyr:feature_const_option...
2020-07-17 Manish GoregaokarRollup merge of #71670 - GuillaumeGomez:enforce-codeblo...
2020-07-17 borsAuto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis
2020-07-17 borsAuto merge of #73365 - Manishearth:rustdoc-vis, r=Guill...
2020-07-17 borsAuto merge of #74395 - Mark-Simulacrum:stage0-next...
2020-07-17 Manish GoregaokarRollup merge of #73269 - mzohreva:mz/sgx-wait-timeout...
2020-07-16 Mark Rousskovapply bootstrap cfgs
2020-07-16 Manish GoregaokarRollup merge of #74325 - GuillaumeGomez:focus-source...
2020-07-16 Manish GoregaokarRollup merge of #74221 - oli-obk:const_prop_ice, r...
2020-07-16 Manish GoregaokarRollup merge of #74171 - ehuss:44056-debug-macos, r...
2020-07-16 Manish GoregaokarRollup merge of #74148 - GuillaumeGomez:doc-alias-check...
2020-07-16 Manish GoregaokarRollup merge of #74140 - sexxi-goose:precise_hir_projec...
2020-07-16 Manish GoregaokarRollup merge of #73998 - euclio:search-index-determinis...
2020-07-16 Manish GoregaokarRollup merge of #73981 - ehuss:remove-ignore-stage1...
2020-07-16 Manish GoregaokarRollup merge of #73926 - joaopaulocarreiro:github_rust...
2020-07-16 Manish GoregaokarRollup merge of #73835 - GuillaumeGomez:cleanup-e0710...
2020-07-16 Manish GoregaokarRollup merge of #73807 - euclio:rustdoc-highlighting...
2020-07-16 Manish GoregaokarRollup merge of #73794 - GuillaumeGomez:cleanup-e0705...
2020-07-16 Manish GoregaokarRollup merge of #73771 - alexcrichton:ignore-unstable...
2020-07-16 Manish GoregaokarRollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum
2020-07-16 Manish GoregaokarRollup merge of #74377 - alexcrichton:test-default...
2020-07-16 Manish GoregaokarRollup merge of #74352 - ehuss:fix-alloc-links, r=Mark...
2020-07-16 Manish GoregaokarRollup merge of #74295 - ssomers:btree_comments, r...
2020-07-16 Manish GoregaokarRollup merge of #74037 - JohnTitor:contributing-md...
2020-07-16 Manish GoregaokarRollup merge of #73421 - janikrabe:master, r=joshtriplett
2020-07-15 Manish GoregaokarRollup merge of #74344 - estebank:stringly-wobbly,...
2020-07-15 Manish GoregaokarRollup merge of #74337 - estebank:ty-parse-recovery...
2020-07-15 Manish GoregaokarRollup merge of #74294 - msirringhaus:master, r=pietroa...
2020-07-15 Manish GoregaokarRollup merge of #74291 - regexident:from-docs, r=Guilla...
2020-07-15 Manish GoregaokarRollup merge of #74218 - GuillaumeGomez:search-results...
2020-07-15 Manish GoregaokarRollup merge of #74196 - GuillaumeGomez:auto-collapse...
2020-07-15 Manish GoregaokarRollup merge of #74119 - nnethercote:rm-Compiler-compil...
2020-07-15 Manish GoregaokarRollup merge of #73959 - GuillaumeGomez:cleanup-e0716...
2020-07-15 Manish GoregaokarRollup merge of #73918 - GuillaumeGomez:cleanup-e0715...
2020-07-15 Manish GoregaokarRollup merge of #72973 - msizanoen1:riscv-host, r=pietr...
2020-07-15 borsAuto merge of #71272 - jclulow:illumos-x86-ci, r=pietro...
2020-07-15 borsAuto merge of #74175 - nnethercote:more-static-symbols...
2020-07-14 Nicholas NethercoteRemove lots of `Symbol::as_str()` calls.
2020-07-14 Nicholas NethercoteAdd and use more static symbols.
2020-07-14 Manish GoregaokarRollup merge of #74272 - davidtwco:issue-73626-multilin...
2020-07-14 Manish GoregaokarRollup merge of #74263 - RalfJung:thread-local, r=Mark...
2020-07-14 Manish GoregaokarRollup merge of #74211 - estebank:struct-pat-as-unit...
2020-07-14 Manish GoregaokarRollup merge of #73759 - GuillaumeGomez:stdin-examples...
2020-07-14 Manish GoregaokarRollup merge of #74296 - Lynoure:rfind-doc-improvement...
2020-07-14 Manish GoregaokarRollup merge of #74270 - davidtwco:issue-74086-more...
2020-07-14 Manish GoregaokarRollup merge of #74257 - alex:patch-1, r=joshtriplett
2020-07-14 Manish GoregaokarRollup merge of #74227 - erikdesjardins:layun, r=estebank
2020-07-14 Manish GoregaokarRollup merge of #74220 - lzutao:windows-path-com, r...
2020-07-14 Manish GoregaokarRollup merge of #74173 - estebank:struct-pat-as-enum...
2020-07-14 Manish GoregaokarRollup merge of #73986 - RalfJung:raw-slice-as-ptr...
2020-07-14 Manish GoregaokarRollup merge of #73965 - davidtwco:issue-73886-non...
2020-07-14 Manish GoregaokarRollup merge of #73866 - Goirad:fix-entry-improper...
2020-07-14 Manish GoregaokarRollup merge of #73720 - GuillaumeGomez:cleanup-e0704...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-14 borsAuto merge of #73490 - CAD97:range-unchecked-stepping...
2020-07-14 Manish GoregaokarRollup merge of #74285 - wangtheo:issue-71669, r=lcnr
2020-07-14 Manish GoregaokarRollup merge of #74147 - dennis-hamester:fix/issue...
2020-07-14 Manish GoregaokarRollup merge of #74123 - GuillaumeGomez:cleanup-e0718...
2020-07-14 Manish GoregaokarRollup merge of #74046 - ehuss:deny-warnings-caching...
2020-07-14 Manish GoregaokarRollup merge of #73867 - poliorcetics:union-keyword...
2020-07-14 Manish GoregaokarRollup merge of #73852 - euclio:rustdoc-attr-newlines...
2020-07-13 Pankaj ChaudharyMerge branch 'master' into E0688
2020-07-12 borsAuto merge of #74245 - Manishearth:rollup-r0xq9dn,...
2020-07-11 Manish GoregaokarRollup merge of #74241 - RalfJung:miri, r=RalfJung
2020-07-11 Manish GoregaokarRollup merge of #74240 - da-x:fix-74081, r=Manishearth
2020-07-11 Manish GoregaokarRollup merge of #74213 - pickfire:patch-1, r=jonas...
2020-07-11 Manish GoregaokarRollup merge of #74197 - estebank:self-sugg, r=petrochenkov
2020-07-11 Manish GoregaokarRollup merge of #74168 - JohnTitor:help-for-in-band...
2020-07-11 Manish GoregaokarRollup merge of #74167 - jclulow:illumos-linker-eh...
2020-07-11 Manish GoregaokarRollup merge of #74116 - arlosi:aarch64build, r=pietroa...
2020-07-11 Manish GoregaokarRollup merge of #74066 - thomcc:optimize-is-ascii,...
2020-07-11 Manish GoregaokarRollup merge of #73715 - MaulingMonkey:pr-natvis-tuples...
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-11 Oliver SchererStabilize `transmute` in constants and statics but...
2020-07-11 Manish GoregaokarRollup merge of #74162 - lcnr:ToPredicate-no-ref, r...
2020-07-11 Manish GoregaokarRollup merge of #74161 - tblah:riscv64gc-dockerfile...
2020-07-11 Manish GoregaokarRollup merge of #74145 - michaelforney:rust-installer...
2020-07-11 Manish GoregaokarRollup merge of #74135 - ehuss:update-books, r=ehuss
2020-07-11 Manish GoregaokarRollup merge of #74129 - matklad:rust-analyzer-2020...
2020-07-11 Manish GoregaokarRollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper
2020-07-11 Manish GoregaokarRollup merge of #74109 - nbdd0121:issue-74082, r=petroc...
2020-07-11 Manish GoregaokarRollup merge of #74103 - ajpaverd:cfguard-msvc-only...
2020-07-11 Manish GoregaokarRollup merge of #74099 - jonhoo:deque-range, r=dtolnay
2020-07-11 Manish GoregaokarRollup merge of #74076 - sunfishcode:wasi-fileext-newme...
2020-07-11 Manish GoregaokarRollup merge of #74045 - tmiasko:config-debug, r=nikoma...
2020-07-11 Manish GoregaokarRollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obk
2020-07-11 Manish GoregaokarRollup merge of #73887 - DutchGhost:master, r=oli-obk
2020-07-11 Manish GoregaokarRollup merge of #73862 - oli-obk:const_array_to_slice...
2020-07-11 Manish GoregaokarRollup merge of #72303 - yoshuawuyts:future-poll-fn...
next