]> git.lizzy.rs Git - rust.git/history - src
library/core: Fixes implement of c_uint, c_long, c_ulong
[rust.git] / src /
2022-04-21 borsAuto merge of #95612 - davidtwco:split-debuginfo-in...
2022-04-21 borsAuto merge of #96263 - Dylan-DPC:rollup-0eofl13, r...
2022-04-20 borsAuto merge of #96254 - RalfJung:miri, r=RalfJung
2022-04-20 Dylan DPCRollup merge of #96236 - Aaron1011:constraint-debug...
2022-04-20 Dylan DPCRollup merge of #96228 - mbartlett21:patch-4, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96196 - jyn514:no-assertion, r=Mark...
2022-04-20 Dylan DPCRollup merge of #96193 - djkoloski:fuchsia_current_exe...
2022-04-20 Dylan DPCRollup merge of #90630 - GuillaumeGomez:improve-rustdoc...
2022-04-20 Ralf Jungupdate Miri
2022-04-20 borsAuto merge of #96187 - GuillaumeGomez:potential-intra...
2022-04-20 Guillaume GomezExtend `handleSingleArg` documentation
2022-04-20 borsAuto merge of #96253 - Dylan-DPC:rollup-87hpds5, r...
2022-04-20 Guillaume GomezRemove `<>` links to be potential intra-doc links
2022-04-20 Dylan DPCRollup merge of #96234 - goffrie:eloop, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96206 - m-ou-se:wasm-futex-locks,...
2022-04-20 Dylan DPCRollup merge of #96168 - chris-morgan:AddrParseError...
2022-04-20 Dylan DPCRollup merge of #96167 - CAD97:weak-dlsym-less-ptr...
2022-04-20 Dylan DPCRollup merge of #96160 - RalfJung:interpret-debug,...
2022-04-20 Dylan DPCRollup merge of #93313 - tmiasko:uninhabited, r=tmandry
2022-04-20 borsAuto merge of #96250 - ehuss:update-cargo, r=ehuss
2022-04-20 Eric HussUpdate cargo
2022-04-20 borsAuto merge of #96135 - petrochenkov:doclink6, r=Guillau...
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-20 borsAuto merge of #96082 - michaelwoerister:less_impl_stabl...
2022-04-20 Aaron HillAdd an explicit `Span` field to `OutlivesConstraint`
2022-04-20 David Woodbootstrap: non-bootstrap windows split debuginfo
2022-04-20 borsAuto merge of #96224 - Dylan-DPC:rollup-h2h3j93, r...
2022-04-19 Dylan DPCRollup merge of #96205 - m-ou-se:emscripten-futex-locks...
2022-04-19 Dylan DPCRollup merge of #96165 - RalfJung:miri-provenance-clean...
2022-04-19 Dylan DPCRollup merge of #96162 - RalfJung:mark-uninit, r=oli-obk
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95813 - Urgau:rustdoc-where-clause...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 Guillaume GomezAdd regression test for #96079
2022-04-19 Vadim Petrochenkovrustdoc: Sligthly optimize `Attributes` construction...
2022-04-19 Vadim Petrochenkovrustdoc: Cache preprocessed markdown links
2022-04-19 Vadim Petrochenkovrustdoc: Optimize and refactor doc link resolution
2022-04-19 Vadim Petrochenkovrustc_metadata: Store a flag telling whether an item...
2022-04-19 Amanieu d'Antrasasm: Add a kreg0 register class on x86 which includes k0
2022-04-19 borsAuto merge of #96214 - Dylan-DPC:rollup-a5b4fow, r...
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
2022-04-19 Dylan DPCRollup merge of #96122 - TaKO8Ki:fix-invalid-error...
2022-04-19 Dylan DPCRollup merge of #96089 - ojeda:no-vec-no_global_oom_han...
2022-04-19 Dylan DPCRollup merge of #96086 - jsgf:remove-extern-location...
2022-04-19 Dylan DPCRollup merge of #95809 - ytmimi:llvm_stamp_typo, r...
2022-04-19 Dylan DPCRollup merge of #94493 - oribenshir:feature/ISSUE-78543...
2022-04-19 borsAuto merge of #96020 - martingms:optimize-relate_substs...
2022-04-19 borsAuto merge of #95379 - icewind1991:suggest-associated...
2022-04-19 Joshua NelsonRemove assertion that all paths in `ShouldRun` exist
2022-04-18 borsAuto merge of #92287 - JulianKnodt:slice_remainder...
2022-04-18 Guillaume GomezCorrectly handle single `:`
2022-04-18 borsAuto merge of #96171 - nikic:llvm-update-2, r=cuviper
2022-04-18 Guillaume GomezAdd test to ensure that keywords in path are working
2022-04-18 Guillaume GomezAdd an extra check over filter type
2022-04-18 Guillaume GomezFix some corner cases
2022-04-18 Guillaume GomezAdd more tests for quote errors
2022-04-18 Guillaume GomezParse idents the same way in both quote string elements...
2022-04-18 Guillaume GomezRemove unnecessary `elem.name.length === 0` since the...
2022-04-18 Guillaume GomezAdd tests for paths
2022-04-18 Guillaume GomezUpdate the eBNF to allow generics bracket to not be...
2022-04-18 Guillaume GomezHandle separators in their own functions and fix missin...
2022-04-18 Guillaume GomezImprove the BNF description a bit and fix some issues
2022-04-18 Guillaume GomezForbid rustdoc search query to end with ->
2022-04-18 Guillaume GomezAdd isIdentCharacter function to ensure that unexpected...
2022-04-18 Guillaume GomezReplace unneeded use of regex with a simple if
2022-04-18 Guillaume GomezApply suggestions:
2022-04-18 Guillaume GomezImprove documentation and add some explanations in...
2022-04-18 Guillaume GomezSimplify parser syntax
2022-04-18 Guillaume GomezMake query parser more strict and improve display of...
2022-04-18 Guillaume Gomez* Greatly improve the rustdoc search parser source...
2022-04-18 Guillaume GomezAdd query syntax for the parser
2022-04-18 Guillaume Gomez* If type filter is in quotes, throw an error.
2022-04-18 Guillaume GomezImprove naming of "val" field
2022-04-18 Guillaume GomezAdd parser tests
2022-04-18 Guillaume GomezAdd possibility to check parsed query
2022-04-18 Guillaume GomezUpdate tests
2022-04-18 Guillaume GomezUpdate search engine and parser to error when quotes...
2022-04-18 Guillaume GomezGreatly improve rustdoc search
2022-04-18 borsAuto merge of #96178 - Dylan-DPC:rollup-6z8pcob, r...
2022-04-18 Dylan DPCRollup merge of #96156 - est31:use_from_le_bytes, r...
2022-04-18 Dylan DPCRollup merge of #96148 - marmeladema:nll-revisions...
2022-04-18 Dylan DPCRollup merge of #96143 - Urgau:rustdoc-fix-snapshot...
2022-04-18 Dylan DPCRollup merge of #96136 - thomcc:lifetime-wording, r...
2022-04-18 Dylan DPCRollup merge of #96032 - ehuss:update-books, r=ehuss
2022-04-18 borsAuto merge of #95906 - jyn514:enforce-valid-paths,...
2022-04-18 borsAuto merge of #96042 - m-ou-se:one-reentrant-mutex...
2022-04-18 borsAuto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum
2022-04-18 Nikita PopovUpdate LLVM submodule
2022-04-18 borsAuto merge of #96113 - mixi:libressl-3.4.x, r=Mark...
2022-04-18 borsAuto merge of #96000 - jyn514:faster-doctests, r=Mark...
2022-04-18 Takayuki Maedaimplement `Deref` for `Bar`
2022-04-18 David Woodbootstrap: disable split dwarf by default
2022-04-18 David Woodbootstrap: add split-debuginfo config
2022-04-18 borsAuto merge of #95695 - the8472:vec-codegen-tests, r...
2022-04-17 borsAuto merge of #93530 - anonion0:pthread_sigmask_fix...
2022-04-17 borsAuto merge of #96139 - erikdesjardins:revertinl2, r...
2022-04-17 borsAuto merge of #96091 - GuillaumeGomez:duplicated-blanke...
2022-04-17 Guillaume GomezAdd regression test for rustdoc duplicated blanket...
2022-04-17 Guillaume GomezFix rustdoc duplicated blanket impls issue
2022-04-17 marmelademaUse revisions instead of nll compare mode for `/self...
next