about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-20Rollup merge of #73197 - c410-f3r:ranges, r=dtolnayManish Goregaokar-2/+2
2020-07-20Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakisManish Goregaokar-1/+37
2020-07-20Apply #66379 to `*mut T` `as_ref`aticu-7/+12
2020-07-20index: introduce and use `FiniteBitSet`David Wood-73/+211
2020-07-20mir: use attribute over `-Z polymorphize-errors`David Wood-76/+125
2020-07-20metadata: record `unused_generic_params`David Wood-0/+14
2020-07-20ty: normalize fn sigs before substDavid Wood-17/+51
2020-07-20mir: `unused_generic_params` queryDavid Wood-84/+1627
2020-07-20Use `ReEmpty(U0)` as the implicit region bound in typeckMatthew Jasper-10/+102
2020-07-20Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-1/+40
2020-07-20ci: upload non-macOS from GHA instead of Azure PipelinesPietro Albini-7/+25
2020-07-20ci: allow RLA to pick the right PR numberPietro Albini-0/+9
2020-07-20update backtrace-rsRalf Jung-0/+0
2020-07-20Auto merge of #74550 - matklad:rust-analyzer-2020-07-20, r=matkladbors-18/+15
2020-07-20Improve "important traits" popup display on mobileGuillaume Gomez-0/+5
2020-07-20Stabilize TAU constant.Mara Bos-2/+2
2020-07-20:arrow_up: rust-analyzerAleksey Kladov-18/+15
2020-07-20Fix duplicate maybe_uninit_extra attributeJethro Beekman-4/+1
2020-07-20shim: adjust valid shim assertsDavid Wood-40/+26
2020-07-20debuginfo: add type metadata for paramsDavid Wood-2/+21
2020-07-20debuginfo: no type metadata if substs reqdDavid Wood-2/+4
2020-07-20ty: add doc comments to `Generics` methodsDavid Wood-1/+3
2020-07-20trait_sel: only test predicates w/ no substsDavid Wood-20/+20
2020-07-20ty: `STILL_FURTHER_SPECIALIZABLE` w/out prnt substDavid Wood-8/+66
2020-07-20mir: rename `should_monomorphize_locally`David Wood-13/+12
2020-07-20mir: avoid double substitutionDavid Wood-2/+1
2020-07-20Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomezbors-51/+51
2020-07-20wf: check foreign fn decls for well-formednessDavid Wood-52/+97
2020-07-20Auto merge of #74540 - alexcrichton:std-no-backtrace, r=Mark-Simulacrumbors-2/+1
2020-07-19Use italics for O notationpierwill-51/+51
2020-07-20Auto merge of #74543 - Manishearth:rollup-m5w6hyg, r=Manishearthbors-19/+90
2020-07-19Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplettManish Goregaokar-4/+4
2020-07-19Rollup merge of #74534 - Mark-Simulacrum:rustdoc-stability, r=ManishearthManish Goregaokar-3/+42
2020-07-19Rollup merge of #74527 - calebcartwright:rustfmt-toolstate-maintainers, r=Mar...Manish Goregaokar-1/+1
2020-07-19Rollup merge of #74523 - sollyucko:patch-1, r=Mark-SimulacrumManish Goregaokar-0/+4
2020-07-19Rollup merge of #74520 - RalfJung:backtrace-src, r=Mark-SimulacrumManish Goregaokar-0/+1
2020-07-19Rollup merge of #74516 - lcnr:min-specialization-ice, r=matthewjasperManish Goregaokar-1/+19
2020-07-19Rollup merge of #74514 - Mark-Simulacrum:nightly-rustc-docs, r=ollie27Manish Goregaokar-6/+11
2020-07-19Rollup merge of #74486 - poliorcetics:read-exact-doc-point-to-read, r=Mark-Si...Manish Goregaokar-1/+4
2020-07-19Rollup merge of #73618 - poliorcetics:false-keyword, r=jyn514Manish Goregaokar-3/+4
2020-07-19std: Fix compilation without backtrace featureAlex Crichton-2/+1
2020-07-19Update src/libstd/keyword_docs.rs Nicholas Baron-1/+1
2020-07-19Auto merge of #74495 - shepmaster:bootstrap-dist-target-files, r=Mark-Simulacrumbors-51/+55
2020-07-20Slightly improve panic messages when range indices are out of boundsLukas Kalbertodt-9/+16
2020-07-19Guard against non-monomorphized type_id intrinsic callGary Guo-2/+50
2020-07-20redundant_closure_call - extract lint from misc_early.rs, adapt to LatePassTim Nielens-1/+1
2020-07-19Linked the earlier mention of IntoIterator in the keyword 'for' docsNicholas-Baron-1/+1
2020-07-19Mentioned IntoIterator in keyword 'in' docsNicholas-Baron-2/+2
2020-07-19Mentioned IntoIterator earlier in keyword 'for' docsNicholas-Baron-2/+2
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-3/+42