]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-08-25 Léo Lanteri... Rollup merge of #88218 - Aaron1011:missing-method-dyn...
2021-08-25 Léo Lanteri... Rollup merge of #88196 - asquared31415:named-asm-labels...
2021-08-25 Léo Lanteri... Rollup merge of #88157 - Icenowy:bootstrap-riscv64...
2021-08-25 Léo Lanteri... Rollup merge of #88156 - steffahn:arc_make_mut_and_weak...
2021-08-25 Léo Lanteri... Rollup merge of #87944 - oconnor663:as_array_of_cells...
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 #84333 - tmiasko:liveness-yield, r=tmandry
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 Frank SteffahnMake explanations of cross-references between `make_mut...
2021-08-24 Frank SteffahnClarifiy weak pointers being diassociated…
2021-08-24 Andreas Liljeqvistuse convention for with_* methods
2021-08-24 borsAuto merge of #87472 - inquisitivecrystal:stabilize...
2021-08-24 inquisitivecrystalUpdate tests
2021-08-24 inquisitivecrystalDocument `force-warn`
2021-08-24 inquisitivecrystalStabilize `force-warn`
2021-08-24 inquisitivecrystalTidy up lint command line flags
2021-08-24 borsAuto merge of #87900 - jackh726:issue-87429, r=nikomatsakis
2021-08-24 asquared31415Move `named_asm_labels` to a HIR lint
2021-08-24 Andy WangIgnore test on Windows
2021-08-24 borsAuto merge of #87699 - ubamrein:use-iphone-deployment...
2021-08-24 Tomasz MiąskoImprove liveness analysis for generators
2021-08-24 Andreas LiljeqvistForce inline: small functions and single call-site
2021-08-24 Patrick Amreinallow specifying an ios version for the llvm target
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-23 borsAuto merge of #83302 - camsteffen:write-piece-unchecked...
2021-08-23 Aman Arora2229: Consider varaiables mentioned in closure as used
2021-08-23 Niko Matsakisfix test
2021-08-23 Niko Matsakisx.py fmt
2021-08-23 jackh726Add comment and extra test
2021-08-23 jackh726Add a couple more tests
2021-08-23 jackh726When checking associated type bounds, use bound vars...
2021-08-23 borsAuto merge of #88265 - m-ou-se:rollup-soymv20, r=m...
2021-08-23 Niko Matsakisadd trailing newline
2021-08-23 Niko Matsakisuseful debug printouts
2021-08-23 Niko Matsakisfix apparent typo in resolving variables
2021-08-23 liudingmingselect obligations after `check_casts`
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 Mara BosRollup merge of #87976 - estebank:fix-suggestion-span...
2021-08-23 borsAuto merge of #87676 - sexxi-goose:truncate_unique...
2021-08-23 Mara BosImprove wording of macro-not-found-but-name-exists...
2021-08-23 Mara BosShow what things are, but also what they are not.
2021-08-23 Mara BosDon't confuse the user with notes about tool modules.
2021-08-23 Mara BosClarify what attribute and derive macros look like.
2021-08-23 Mara BosSay what things are, instead of what they are not.
2021-08-23 Mara BosSilence confusing 'unused import' warnings.
2021-08-23 Mara BosUpdate tests.
2021-08-23 Mara BosAdd tests for macro-not-found diagnostics.
2021-08-23 Mara BosLook for macro names in all namespaces for diagnostics.
2021-08-23 Mara BosAdd test for macro-not-found-but-name-imported-here...
2021-08-23 Mara BosAdd note to 'macro not found' to point to identically...
2021-08-23 borsAuto merge of #87661 - FabianWolff:issue-87461, r=estebank
2021-08-23 Esteban Kuberreview comments
2021-08-23 asquared31415Detect incorrect number of lang item generics
2021-08-23 Andreas LiljeqvistSimplify zero check
2021-08-23 Andreas Liljeqvistadd `with_start` and `with_end`
2021-08-23 Andreas Liljeqvistimplement debug in similar way to RangeInclusive
2021-08-23 Léo Lanteri... Do not mark `-Z thir-unsafeck` as unsound anymore
2021-08-23 Andreas LiljeqvistRename to WrappingRange
2021-08-23 Guillaume GomezGreatly improve limitation handling on parallel rustdoc...
2021-08-23 Andreas Liljeqvistimplement contains_zero method
2021-08-23 Andreas LiljeqvistUse ref
2021-08-23 Esteban Kuberremove unnecessary `info!()` logging
2021-08-23 Esteban KuberFixes to span locations
2021-08-23 Esteban Kuberwip
2021-08-23 Esteban KuberAccount for tabs when highlighting multiline code sugge...
2021-08-23 Andreas LiljeqvistRemoved fixed fixme
2021-08-23 borsAuto merge of #88249 - lnicola:rust-analyzer-2021-08...
2021-08-23 Andreas Liljeqvistremove commented code
2021-08-23 borsAuto merge of #88220 - sunfishcode:sunfishcode/unix...
2021-08-23 Laurențiu Nicola:arrow_up: rust-analyzer
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 Andreas Liljeqvistfix 32bit err
2021-08-22 borsAuto merge of #88240 - GuillaumeGomez:rollup-wdom91m...
2021-08-22 Andreas LiljeqvistUse custom wrap-around type instead of Range
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 Mara BosStop tracking namespce in used_imports.
2021-08-22 Santiago PastorinoTest TAITs different lifetimes in defining uses fail
2021-08-22 Frank SteffahnRevert a change of “an --extern” (can be read with...
2021-08-22 Frank SteffahnFix more “a”/“an” typos
next