about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-24Remove directory `src/rt`Vadim Petrochenkov-3/+3
2018-02-23Rollup merge of #48472 - Manishearth:clippyup, r=oli-obkManish Goregaokar-21/+6
2018-02-23Rollup merge of #48438 - mbrubeck:docs, r=TimNNManish Goregaokar-4/+4
2018-02-23Rollup merge of #48436 - adeschamps:string-doc-fix, r=estebankManish Goregaokar-1/+1
2018-02-23Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakisManish Goregaokar-1/+1
2018-02-23Rollup merge of #48245 - spastorino:sparse_bitsets, r=nikomatsakisManish Goregaokar-54/+276
2018-02-23Rollup merge of #48221 - rkruppe:improve-ctypes-lint, r=estebankManish Goregaokar-166/+316
2018-02-23Rollup merge of #48219 - andjo403:export_symbol, r=michaelwoeristerManish Goregaokar-10/+24
2018-02-23Rollup merge of #48157 - scottmcm:try-for-each, r=dtolnayManish Goregaokar-6/+42
2018-02-23Rollup merge of #48123 - nikomatsakis:issue-47244-expected-num-args, r=estebankManish Goregaokar-51/+218
2018-02-23Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,...Manish Goregaokar-5/+33
2018-02-23Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakisManish Goregaokar-11/+79
2018-02-23Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakisManish Goregaokar-3/+40
2018-02-23Update ClippyManish Goregaokar-21/+6
2018-02-23Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkovbors-129/+174
2018-02-23Auto merge of #48052 - eddyb:deggregate, r=nikomatsakisbors-130/+181
2018-02-22Run rustfmt over bitvec.rs and region_infer/values.rsSantiago Pastorino-46/+52
2018-02-22Fix typo otherwies -> otherwiseSantiago Pastorino-1/+1
2018-02-22Use Sparse bitsets instead of dense ones for NLL resultsSantiago Pastorino-11/+224
2018-02-22Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytmbors-52/+2
2018-02-22Move word type and word size usage to constants & make it of 128 bitsSantiago Pastorino-23/+26
2018-02-22[docs] Minor wording changes to drain_filter docsMatt Brubeck-4/+4
2018-02-22Small grammar fix to docs for String::new().Anthony Deschamps-1/+1
2018-02-22update tracking issue for nlltoidiu-1/+1
2018-02-21Rollup merge of #48397 - ordovicia:pow_doc, r=GuillaumeGomezGuillaume Gomez-2/+2
2018-02-21Rollup merge of #48382 - GuillaumeGomez:fix-rustdoc-test-panic, r=estebankGuillaume Gomez-12/+38
2018-02-21Rollup merge of #48360 - redcape:redcape-count-doc-fix, r=cramertjGuillaume Gomez-1/+1
2018-02-21Rollup merge of #48354 - m0ppers:add-read-until-link, r=aidanhsGuillaume Gomez-0/+2
2018-02-21Rollup merge of #48335 - Manishearth:shortcut-links, r=QuietMisdreavusGuillaume Gomez-16/+61
2018-02-21Rollup merge of #48325 - frewsxcv:frewxcv-ignore, r=steveklabnikGuillaume Gomez-7/+7
2018-02-21Rollup merge of #48314 - frewsxcv:frewsxcv-broken-link, r=GuillaumeGomezGuillaume Gomez-1/+1
2018-02-21Rollup merge of #48198 - csmoe:inform_type_annotations, r=estebankGuillaume Gomez-46/+20
2018-02-21Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomezGuillaume Gomez-2/+5
2018-02-21Rollup merge of #47833 - Aaron1011:final_auto_trait, r=GuillaumeGomezGuillaume Gomez-152/+2496
2018-02-21Rollup merge of #47379 - da-x:master, r=sfacklerGuillaume Gomez-1/+1
2018-02-21Take 2^5 as examples in document of pow() (fixes #48396)Hidehito Yabuuchi-2/+2
2018-02-20Fix rustdoc test ICEGuillaume Gomez-12/+38
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-3/+40
2018-02-20stage0 cfg cleanupMark Simulacrum-50/+0
2018-02-20Bootstrap from the 1.25 betaMark Simulacrum-2/+2
2018-02-19Sort synthetic impls bounds before renderingAaron Hill-5/+50
2018-02-20rustc_mir: optimize the deaggregator's expansion of statements.Eduard-Mihai Burtescu-57/+104
2018-02-20rustc_mir: don't run the deaggregator on arrays for now.Eduard-Mihai Burtescu-3/+6
2018-02-20test: use the right amount of CGUs in sepcomp-cci-copies to ensure determinis...Eduard-Mihai Burtescu-1/+3
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-16/+15
2018-02-20rustc_mir: do not remove dead user variables if debuginfo needs them.Eduard-Mihai Burtescu-4/+13
2018-02-20rustc_mir: handle all aggregate kinds in the deaggregator.Eduard-Mihai Burtescu-84/+70
2018-02-20rustc_mir: use the "idiomatic" optimization gating in the deaggregator.Eduard-Mihai Burtescu-11/+16
2018-02-19Fix count usize link typo in docsGil Cottle-1/+1
2018-02-19Add missing linkAndreas Streichardt-0/+2