]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast
Minor grammar tweaks for readability
[rust.git] / compiler / rustc_ast /
2021-04-28 borsAuto merge of #84615 - a1phyr:clone_from_pathbuf_osstri...
2021-04-28 borsAuto merge of #83386 - mark-i-m:stabilize-pat2015,...
2021-04-28 borsAuto merge of #83401 - fee1-dead:master, r=davidtwco
2021-04-28 Yuki OkushiRollup merge of #84529 - richkadel:issue-84180, r=tmandry
2021-04-28 borsAuto merge of #83713 - spastorino:revert-pub-macro...
2021-04-28 borsAuto merge of #84498 - workingjubilee:update-grab-bag...
2021-04-28 markremove pat2021
2021-04-27 Dylan DPCRollup merge of #84521 - CDirkx:hermit-dedup, r=Mark...
2021-04-27 Dylan DPCRollup merge of #84132 - Manishearth:lldb-nonstandard...
2021-04-27 flip1995Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8...
2021-04-27 borsAuto merge of #84532 - richkadel:issue-83792, r=tmandry
2021-04-27 borsAuto merge of #77246 - yaahc:typeof-errors, r=oli-obk
2021-04-26 borsAuto merge of #84092 - scottmcm:try_trait_initial,...
2021-04-26 Mara BosRollup merge of #84523 - m-ou-se:stabilize-ordering...
2021-04-26 Mara BosRollup merge of #84120 - workingjubilee:stabilize-durat...
2021-04-26 borsAuto merge of #84174 - camsteffen:slice-diag, r=Mark...
2021-04-26 borsAuto merge of #84546 - CohenArthur:fix-liveness-typo...
2021-04-26 borsAuto merge of #83390 - clarfonthey:hasher_docs, r=Amanieu
2021-04-25 Dylan DPCRollup merge of #84520 - hameerabbasi:fn-as-ty, r=lcnr
2021-04-25 Dylan DPCRollup merge of #84516 - torhovland:issue-84114, r...
2021-04-25 Dylan DPCRollup merge of #84499 - estebank:issue-84272, r=jackh726
2021-04-25 Dylan DPCRollup merge of #84486 - Smittyvb:else-if-let-hir-prett...
2021-04-25 Dylan DPCRollup merge of #84450 - jyn514:missing-std, r=petrochenkov
2021-04-25 Dylan DPCRollup merge of #84235 - klensy:styled-buffer, r=lcnr
2021-04-25 borsAuto merge of #84325 - jsha:ephemeral-collapse, r=Guill...
2021-04-25 borsAuto merge of #84299 - lcnr:const-generics-defaults...
2021-04-25 borsAuto merge of #84147 - cuviper:array-method-dispatch...
2021-04-25 borsAuto merge of #84115 - CDirkx:rt, r=m-ou-se
2021-04-25 borsAuto merge of #80339 - jyn514:no-span, r=GuillaumeGomez
2021-04-24 borsAuto merge of #84310 - RalfJung:const-fn-feature-flags...
2021-04-24 Yuki OkushiRollup merge of #84105 - WaffleLapkin:stabilize_array_f...
2021-04-24 Yuki OkushiRollup merge of #84320 - jsha:details-implementors...
2021-04-24 Yuki OkushiRollup merge of #84250 - jclulow:illumos-bash-bootstrap...
2021-04-24 Yuki OkushiRollup merge of #83990 - the8472:take-trusted-len,...
2021-04-24 borsAuto merge of #83722 - jyn514:stable-help, r=estebank
2021-04-23 borsAuto merge of #83729 - JohnTitor:issue-43913, r=estebank
2021-04-23 Yuki OkushiRollup merge of #84433 - GuillaumeGomez:search-input...
2021-04-23 Yuki OkushiRollup merge of #84374 - CDirkx:gitignore, r=Mark-Simul...
2021-04-23 Yuki OkushiRollup merge of #84321 - Swatinem:subvariant-details...
2021-04-23 Yuki OkushiRollup merge of #80805 - camelid:iter-by_ref-example...
2021-04-23 borsAuto merge of #84339 - alexcrichton:llvm-fptoint-sat...
2021-04-23 borsAuto merge of #82585 - TrolledWoods:master, r=dtolnay
2021-04-22 Dylan DPCRollup merge of #84413 - CDirkx:args_inner_debug, r...
2021-04-22 Dylan DPCRollup merge of #84402 - CDirkx:rwlock, r=dtolnay
2021-04-22 Dylan DPCRollup merge of #84343 - camsteffen:closure-tree, r...
2021-04-22 borsAuto merge of #77704 - AnthonyMikh:slice_index_with_ops...
2021-04-22 borsAuto merge of #71511 - hi-rustin:rustin-patch-rename...
2021-04-22 flip1995Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344...
2021-04-22 borsAuto merge of #84289 - andersk:bootstrap-bulk-dir,...
2021-04-21 Mara BosRollup merge of #84406 - m-ou-se:drop-delete-alias...
2021-04-21 Mara BosRollup merge of #84393 - GuillaumeGomez:better-open...
2021-04-21 Mara BosRollup merge of #84390 - m-ou-se:make-debug-non-exhaust...
2021-04-21 Mara BosRollup merge of #84301 - r00ster91:patch-1, r=kennytm
2021-04-21 Mara BosRollup merge of #84251 - RalfJung:non-zero-const-since...
2021-04-21 Mara BosRollup merge of #84212 - CDirkx:void, r=m-ou-se
2021-04-21 Mara BosRollup merge of #84119 - CDirkx:vxworks, r=m-ou-se
2021-04-21 Mara BosRollup merge of #84013 - CDirkx:fmt, r=m-ou-se
2021-04-21 borsAuto merge of #84394 - m-ou-se:upgrade-ci-dep-expat...
2021-04-20 borsAuto merge of #84353 - estebank:as-ref-mir, r=davidtwco
2021-04-20 Dylan DPCRollup merge of #84347 - Swatinem:simplify-document...
2021-04-20 Dylan DPCRollup merge of #84345 - ehuss:remove-core-core-comment...
2021-04-20 Dylan DPCRollup merge of #84340 - notriddle:patch-4, r=Guillaume...
2021-04-20 Dylan DPCRollup merge of #84337 - matklad:insert_or_insert,...
2021-04-20 borsAuto merge of #84323 - richkadel:uncovered-functions...
2021-04-20 borsAuto merge of #83900 - torhovland:issue-83832, r=jyn514
2021-04-20 borsAuto merge of #84295 - richkadel:continue-coverage...
2021-04-20 borsAuto merge of #84334 - klensy:typo-compiler, r=jyn514
2021-04-19 borsAuto merge of #84342 - Dylan-DPC:rollup-5b40142, r...
2021-04-19 Dylan DPCRollup merge of #84126 - 12101111:musl-sanitizer, r...
2021-04-19 borsAuto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco
2021-04-19 klensyfix few typos
2021-04-18 borsAuto merge of #83799 - crlf0710:stablize_non_ascii_iden...
2021-04-18 Ralf Jungfix feature use in rustc libs
2021-04-18 borsAuto merge of #84065 - c410-f3r:tests-tests-tests,...
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-16 borsAuto merge of #84074 - notriddle:rustdoc-macro-visibili...
2021-04-16 Dylan DPCRollup merge of #83944 - jackh726:binder-refactor-fix2...
2021-04-15 markrename pat2015 to pat_param
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 #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 #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 #82300 - andersk:libtest-id, r=Amanieu
2021-04-12 borsAuto merge of #84068 - Amanieu:fix_lint, r=lcnr
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 #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 #81469 - tweksteen:android_set_message...
2021-04-11 borsAuto merge of #84063 - LingMan:patch-1, r=nagisa
next