about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-04-16rustc: expose monomorphic const_eval through on-demand.Eduard-Mihai Burtescu-55/+61
2017-04-16rustc_const_eval: move ConstEvalErr to the rustc crate.Eduard-Mihai Burtescu-255/+242
2017-04-15Auto merge of #41319 - eddyb:demand-adt-sized-constraint, r=arielb1bors-77/+61
2017-04-15Auto merge of #39881 - king6cong:sys, r=japaricbors-5/+5
2017-04-15Auto merge of #41321 - frewsxcv:rollup, r=frewsxcvbors-36/+45
2017-04-15Rollup merge of #41311 - tedsta:fuchsia_error_codes, r=eddybCorey Farwell-34/+43
2017-04-15Rollup merge of #41306 - nateozem:support/docs-mir, r=frewsxcvCorey Farwell-2/+2
2017-04-15rustc: provide adt_sized_constraint as an on-demand query.Eduard-Mihai Burtescu-77/+61
2017-04-15Auto merge of #41316 - suchithjn225:issue-41272, r=eddybbors-87/+38
2017-04-15Aesthetic issue. Corrected indentationSuchith J N-2/+2
2017-04-15Fixed aesthetics of if let blockSuchith J N-4/+4
2017-04-15Fixed aesthetics and testSuchith J N-6/+12
2017-04-15[41272] - Fixed to conform to rust project styleSuchith J N-9/+18
2017-04-15Auto merge of #41286 - lukaramu:std-collections-docs, r=frewsxcvbors-146/+415
2017-04-15[41272] - code for desugaring iflet changedSuchith J N-87/+23
2017-04-15code formatking6cong-5/+5
2017-04-15Auto merge of #41312 - frewsxcv:rollup, r=frewsxcvbors-55/+367
2017-04-14Rollup merge of #41309 - frewsxcv:sg-implement-rfc-1268, r=nikomatsakisCorey Farwell-22/+203
2017-04-14Rollup merge of #41125 - lukaramu:std-hash-docs, r=frewsxcvCorey Farwell-33/+164
2017-04-14Add Unstable Book entry for 'overlapping-marker-traits'.Corey Farwell-0/+8
2017-04-14update tests slightlyNiko Matsakis-8/+76
2017-04-14Name files what tidy wants them to be namdSean Griffin-0/+0
2017-04-14Put overlapping impls behind feature gate, add testsSean Griffin-0/+59
2017-04-14Further update with response to feedbackSean Griffin-17/+19
2017-04-14Update with response to feedbackSean Griffin-1/+2
2017-04-14Implement RFC 1268Sean Griffin-21/+64
2017-04-14Update magenta error codesTheodore DeRego-34/+43
2017-04-14Auto merge of #41305 - frewsxcv:rollup, r=frewsxcvbors-67/+789
2017-04-14add 'mir' as part of the --emit flag list in rustc --help menu and man doc.nate-2/+2
2017-04-14Rollup merge of #41303 - CryZe:patch-5, r=japaricCorey Farwell-1/+1
2017-04-14Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcvCorey Farwell-42/+101
2017-04-14Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcvCorey Farwell-0/+39
2017-04-14Rollup merge of #40702 - mrhota:global_asm, r=nagisaCorey Farwell-24/+648
2017-04-14std::collections docs: Address issues that came up in PR #41286lukaramu-2/+22
2017-04-14Auto merge of #41302 - rkruppe:dec2flt-assoc-consts, r=BurntSushibors-152/+99
2017-04-14Compile WASM as WASM instead of asm.jsChristopher Serr-1/+1
2017-04-14Auto merge of #41153 - petrochenkov:umove, r=pnkfelixbors-15/+72
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-152/+99
2017-04-14Auto merge of #41122 - palango:mod-desc-floats, r=frewsxcvbors-2/+6
2017-04-13Comply with windows symbol name conventionsA.J. Gardner-0/+2
2017-04-14Auto merge of #41294 - frewsxcv:rollup, r=frewsxcvbors-399/+332
2017-04-13Rollup merge of #41292 - est31:master, r=BurntSushiCorey Farwell-5/+7
2017-04-13Rollup merge of #41287 - nikomatsakis:incr-comp-refactor-trans, r=eddybCorey Farwell-347/+233
2017-04-13Rollup merge of #41281 - steveklabnik:update-submodules2, r=guillaumegomezCorey Farwell-0/+0
2017-04-13Rollup merge of #41279 - arielb1:adjustment-composition, r=nikomatsakisCorey Farwell-47/+92
2017-04-14Avoid to use floating point matchest31-5/+7
2017-04-13make `write_metadata` take `tcx` intead of `SharedCrateContext`Niko Matsakis-11/+11
2017-04-13refactor `metadata_symbol_name`Niko Matsakis-9/+10
2017-04-13pull stats out of `SharedCrateContext`Niko Matsakis-47/+64
2017-04-13remove `LinkMeta` from `SharedCrateContext`Niko Matsakis-30/+21