]> git.lizzy.rs Git - rust.git/history - library
Point at unclosed delimiters as part of the primary MultiSpan
[rust.git] / library /
2021-08-27 borsAuto merge of #88227 - 12101111:nobundle-link-order...
2021-08-27 borsAuto merge of #88326 - eddyb:inline-ty-layout-methods...
2021-08-27 borsAuto merge of #88278 - ehuss:update-cargo, r=ehuss
2021-08-27 borsAuto merge of #88371 - Manishearth:rollup-pkkjsme,...
2021-08-26 borsAuto merge of #87280 - lcnr:lazy-anon-const-default...
2021-08-26 Manish GoregaokarRollup merge of #88348 - spastorino:field-types-tait...
2021-08-26 Manish GoregaokarRollup merge of #88346 - spastorino:revert-type-of...
2021-08-26 Manish GoregaokarRollup merge of #88340 - thomcc:c_size_t, r=joshtriplett
2021-08-26 Manish GoregaokarRollup merge of #88332 - spastorino:argument-types...
2021-08-26 Manish GoregaokarRollup merge of #88320 - sexxi-goose:issue-88103, r...
2021-08-26 Manish GoregaokarRollup merge of #88289 - durin42:llvm-14-attrs, r=nikic
2021-08-26 Manish GoregaokarRollup merge of #88270 - lqd:hrtb-type-ascription,...
2021-08-26 Manish GoregaokarRollup merge of #88216 - kornelski:from_layout_err...
2021-08-26 Manish GoregaokarRollup merge of #88215 - jyn514:lazy-loading, r=petroch...
2021-08-26 Manish GoregaokarRollup merge of #88123 - camelid:tup-pat-precise-spans...
2021-08-26 Manish GoregaokarRollup merge of #87832 - wesleywiser:fix_match_step...
2021-08-26 borsAuto merge of #87194 - eddyb:const-value-mangling,...
2021-08-26 borsAuto merge of #88308 - eddyb:cooked-layouts, r=nagisa
2021-08-26 borsAuto merge of #83698 - erikdesjardins:undefconst, r...
2021-08-26 borsAuto merge of #88222 - jyn514:shared-cache, r=Guillaume...
2021-08-26 borsAuto merge of #88066 - LeSeulArtichaut:patterns-cleanup...
2021-08-26 borsAuto merge of #88069 - Mark-Simulacrum:llvm-pgo, r...
2021-08-25 Thom ChiovoloniReference tracking issue
2021-08-25 borsAuto merge of #85499 - jackh726:assoc-type-norm-rebase...
2021-08-25 Thom ChiovoloniAdd `c_size_t` and `c_ssize_t` to `std::os::raw`.
2021-08-25 Léo Lanteri ThauvinUse if-let guards in the codebase
2021-08-25 borsAuto merge of #88329 - LeSeulArtichaut:rollup-blg8hc0...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88325 - jyn514:noalias, r=XAMPPRocky
2021-08-25 Léo Lanteri ThauvinRollup merge of #88314 - spastorino:type-of-a-let-tait...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88299 - ijackson:bufwriter, r=Mark...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88298 - ijackson:errorkind-reorder...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88293 - est31:fix_grammar, r=Mark...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88291 - mdsn:partition-in-blocks-safet...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88277 - ehuss:update-books, r=ehuss
2021-08-25 Léo Lanteri ThauvinRollup merge of #88273 - jhpratt:update-iterator-docs...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88267 - sexxi-goose:truncate_unique...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88226 - steffahn:an_rc, r=michaelwoerister
2021-08-25 Léo Lanteri ThauvinRollup merge of #88223 - scottmcm:fix-alias, r=yaahc
2021-08-25 Léo Lanteri ThauvinRollup merge of #88218 - Aaron1011:missing-method-dyn...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88196 - asquared31415:named-asm-labels...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88157 - Icenowy:bootstrap-riscv64...
2021-08-25 Léo Lanteri ThauvinRollup merge of #88156 - steffahn:arc_make_mut_and_weak...
2021-08-25 Léo Lanteri ThauvinRollup merge of #87944 - oconnor663:as_array_of_cells...
2021-08-25 borsAuto merge of #87937 - LeSeulArtichaut:active-if-let...
2021-08-25 borsAuto merge of #85344 - cbeuw:remap-across-cwd, r=michae...
2021-08-25 borsAuto merge of #87875 - asquared31415:generic-lang-items...
2021-08-25 borsAuto merge of #88242 - bonega:allocation_range, r=oli-obk
2021-08-24 borsAuto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis
2021-08-24 borsAuto merge of #88266 - nikomatsakis:issue-87879, r...
2021-08-24 Mariano CascoAdd SAFETY comments to core::slice::sort::partition_in_...
2021-08-24 Frank SteffahnMake explanations of cross-references between `make_mut...
2021-08-24 Frank SteffahnClarifiy weak pointers being diassociated…
2021-08-24 Ian JacksonStabilise BufWriter::into_parts
2021-08-24 Eduard-Mihai BurtescuUpdate rustc-demangle to 0.1.21.
2021-08-24 Ian JacksonFix tidy
2021-08-24 est31Fix grammar
2021-08-24 Ian Jacksonio::ErrorKind: rationalise ordering in main enum
2021-08-24 Ian Jacksonio::Error: alphabeticise the match in as_str()
2021-08-24 borsAuto merge of #87900 - jackh726:issue-87429, r=nikomatsakis
2021-08-24 borsAuto merge of #87699 - ubamrein:use-iphone-deployment...
2021-08-24 borsAuto merge of #87739 - Aaron1011:remove-used-attrs...
2021-08-24 borsAuto merge of #85556 - FabianWolff:issue-85071, r=esteb...
2021-08-24 Frank SteffahnFix typo “a Rc” → “an Rc”
2021-08-24 Jacob PrattFix references to `ControlFlow` in docs
2021-08-23 borsAuto merge of #83302 - camsteffen:write-piece-unchecked...
2021-08-23 borsAuto merge of #88265 - m-ou-se:rollup-soymv20, r=m...
2021-08-23 Mara BosRollup merge of #88259 - LeSeulArtichaut:complete-thir...
2021-08-23 Mara BosRollup merge of #88232 - m-ou-se:macro-name-imported...
2021-08-23 Mara BosRollup merge of #88230 - steffahn:a_an, r=oli-obk
2021-08-23 Mara BosRollup merge of #88188 - GuillaumeGomez:rustdoc-gui...
2021-08-23 Mara BosRollup merge of #88174 - camelid:clarify-rust-2021...
2021-08-23 borsAuto merge of #87676 - sexxi-goose:truncate_unique...
2021-08-23 borsAuto merge of #87661 - FabianWolff:issue-87461, r=estebank
2021-08-23 borsAuto merge of #88249 - lnicola:rust-analyzer-2021-08...
2021-08-23 borsAuto merge of #88220 - sunfishcode:sunfishcode/unix...
2021-08-23 borsAuto merge of #87598 - ccqpein:master, r=yaahc
2021-08-23 Jack O'Connoradd Cell::as_array_of_cells, similar to Cell::as_slice_...
2021-08-23 borsAuto merge of #88210 - spastorino:diff-lifetimes-def...
2021-08-22 Dan GohmanRemove redundant conversions.
2021-08-22 borsAuto merge of #88200 - pcwalton:no-dso-local-on-mach...
2021-08-22 Guillaume GomezRollup merge of #88238 - m-ou-se:used-imports-no-track...
2021-08-22 Guillaume GomezRollup merge of #88229 - m-ou-se:macro-suggest-right...
2021-08-22 Guillaume GomezRollup merge of #88211 - petrochenkov:withhilo, r=jyn514
2021-08-22 Guillaume GomezRollup merge of #88164 - durin42:llvm-14-san-opts,...
2021-08-22 Guillaume GomezRollup merge of #88077 - kit-981:feature/fix-minimum...
2021-08-22 Guillaume GomezRollup merge of #87166 - de-vri-es:show-discriminant...
2021-08-22 Guillaume GomezRollup merge of #86747 - FabianWolff:issue-86653, r...
2021-08-22 borsAuto merge of #88166 - BoxyUwU:const-equate-canon,...
2021-08-22 Frank SteffahnFix typos “an”→“a” and a few different ones that appear...
2021-08-22 Frank SteffahnFix more “a”/“an” typos
2021-08-22 Frank SteffahnFix more “a”/“an” typos
2021-08-22 Frank SteffahnFix typos “a”→“an”
2021-08-22 borsAuto merge of #88163 - camsteffen:collapsible-match...
2021-08-22 ccQpeinAdd doctests for 's into_values and into_keys methods
2021-08-22 borsAuto merge of #88139 - lcnr:marker-trait-attr, r=nikoma...
2021-08-22 borsAuto merge of #88122 - Seppel3210:master, r=dtolnay
2021-08-22 borsAuto merge of #85166 - mbhall88:file-prefix, r=dtolnay
2021-08-22 Dan GohmanImplement `AsFd` etc. for `UnixListener`.
2021-08-22 borsAuto merge of #88217 - jackh726:rollup-3k74o2m, r=jackh726
2021-08-22 Jack HueyRollup merge of #88201 - spastorino:tait-incomplete...
next