about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-05Add a lint for duplicate feature attributesvarkor-0/+15
2018-08-05Trigger stable feature lint for lib featuresvarkor-0/+10
2018-08-05Add error for inconsistent stability `since` valuevarkor-0/+15
2018-08-05Add lint for unknown feature attributesvarkor-28/+268
2018-08-05Correct invalid feature attributesvarkor-46/+6
2018-08-05Remove unnecessary or invalid feature attributesvarkor-39/+3
2018-08-05Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelixbors-330/+1253
2018-08-05Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelixbors-65/+331
2018-08-05remove unused tcx argumentNiko Matsakis-15/+10
2018-08-05Auto merge of #53078 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-0/+0
2018-08-04Update cargo to fix Rust 2018 build scriptsAlex Crichton-0/+0
2018-08-04Auto merge of #53057 - nrc:update, r=kennytmbors-39/+25
2018-08-05Update rustfmt and RLSNick Cameron-39/+25
2018-08-04Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-329/+481
2018-08-04Auto merge of #52758 - Mark-Simulacrum:session-cleanup, r=pnkfelixbors-346/+313
2018-08-04Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrumkennytm-50/+50
2018-08-04Remove redundant field names in structsljedrz-50/+50
2018-08-04Use diagnostic API on SessionMark Rousskov-4/+4
2018-08-04Move share_generics getter onto options directlyMark Rousskov-25/+25
2018-08-04Move basic_options to impl of DefaultMark Rousskov-68/+70
2018-08-04Simplify some handling of target_pointer_widthMark Rousskov-35/+6
2018-08-04Normalize DebugInfoLevel to standard styleMark Rousskov-40/+38
2018-08-04Normalize EntryFnType variants to standard styleMark Rousskov-14/+14
2018-08-04Normalize variants of Passes to standard styleMark Rousskov-15/+12
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-145/+144
2018-08-04Privatize some exports from code_statsMark Rousskov-2/+2
2018-08-04Update to masterGuillaume Gomez-50/+128
2018-08-04Rollup merge of #53050 - carols10cents:rustdoc-moar-room, r=GuillaumeGomezkennytm-1/+1
2018-08-04Rollup merge of #51919 - tbu-:pr_num_to_from_bytes2, r=SimonSapinkennytm-18/+90
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-180/+150
2018-08-04Improve functions namingGuillaume Gomez-13/+13
2018-08-04Fix dyn objectsGuillaume Gomez-2/+2
2018-08-04Strengthen testsGuillaume Gomez-0/+1
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-5/+35
2018-08-04Clean generic impls codeGuillaume Gomez-435/+508
2018-08-04more comments and justify correctnessNiko Matsakis-4/+16
2018-08-04generalize the Deref case and simplify the codeNiko Matsakis-11/+20
2018-08-04add a comment explaining the ideaNiko Matsakis-2/+33
2018-08-04Change tracking issue from #49792 to #51919Tobias Bucher-8/+8
2018-08-04Rollup merge of #53047 - integer32llc:rustdoc-clicky-clicky, r=QuietMisdreavuskennytm-0/+5
2018-08-04Rollup merge of #53041 - GuillaumeGomez:fix-code-css-rule, r=QuietMisdreavuskennytm-2/+2
2018-08-04Rollup merge of #53024 - matklad:patch-1, r=alexcrichtonkennytm-0/+4
2018-08-04Rollup merge of #53022 - RalfJung:volatile, r=alexcrichtonkennytm-0/+30
2018-08-04Rollup merge of #53003 - GuillaumeGomez:stabilize-rustdoc-options, r=QuietMis...kennytm-2/+2
2018-08-04Rollup merge of #53001 - petrochenkov:master, r=estebankkennytm-1/+1
2018-08-04Rollup merge of #52995 - cramertj:smaller-await, r=withoutboatskennytm-8/+11
2018-08-04Rollup merge of #52969 - Keruspe:local_rebuild, r=alexcrichtonkennytm-1/+1
2018-08-04Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebankkennytm-19/+57
2018-08-04Rollup merge of #52940 - kennytm:move-checktool-protection-week, r=alexcrichtonkennytm-4/+6
2018-08-04Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichtonbors-302/+255