about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-05Fix incremental testsvarkor-2/+4
2018-08-05Add special support for libcvarkor-6/+3
2018-08-05Add support for feature attributes on macrosvarkor-4/+3
2018-08-05Convert unknown_features lint into an errorvarkor-575/+247
2018-08-05Turn the duplicate feature lint into an errorvarkor-48/+46
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-16/+0
2018-08-05Remove obsolete tests in tidyvarkor-32/+3
2018-08-05Remove panic-runtime opt-outvarkor-9/+0
2018-08-05Add a test for feature attribute consistencyvarkor-0/+41
2018-08-05Add test for duplicate featuresvarkor-0/+40
2018-08-05Add a test for unknown featuresvarkor-0/+29
2018-08-05Fix test/uivarkor-7/+7
2018-08-05Fix test/compile-failvarkor-216/+231
2018-08-05Fix test/run-passvarkor-85/+36
2018-08-05Fix test/run-failvarkor-6/+0
2018-08-05Fix test/debuginfovarkor-1/+0
2018-08-05Get around tidy bugvarkor-4/+4
2018-08-05Add duplicity lint for lang featuresvarkor-29/+38
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