summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-01move the is_field_list_non_exhaustive flag to VariantDefAriel Ben-Yehuda-73/+108
2018-09-01Add tests for cmdline tool lintsflip1995-0/+48
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-240/+280
2018-09-01Fix of bug introduced by #53762flip1995-1/+9
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-37/+69
2018-09-01Rollup merge of #53850 - csmoe:const_to_alloc, r=RalfJungkennytm-28/+15
2018-09-01Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=Quie...kennytm-5/+9
2018-09-01Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakiskennytm-0/+25
2018-09-01Rollup merge of #53782 - rask:task/arc-docs-adjustment, r=cramertjkennytm-4/+5
2018-09-01Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytmkennytm-1/+1
2018-09-01Rollup merge of #53774 - PhilipDaniels:master, r=tromeykennytm-0/+65
2018-09-01Rollup merge of #53622 - petrochenkov:nomain, r=oli-obkkennytm-165/+91
2018-09-01rebaseTim-58/+1016
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-279/+1713
2018-09-01Update testsBasile Desloges-2071/+140
2018-09-01Remove 'not reporting regions error due to nll' warningBasile Desloges-33/+10
2018-09-01make sure we do not copy unsized dataRalf Jung-0/+2
2018-09-01bug! instead of panic!csmoe-2/+2
2018-09-01Auto merge of #53822 - dvc94ch:riscv, r=japaricbors-18/+82
2018-08-31rustc: Prepare the `atomics` feature for wasmAlex Crichton-6/+15
2018-09-01Auto merge of #53762 - flip1995:tool_lints, r=Manishearthbors-55/+235
2018-09-01Fix Rc impl.Without Boats-1/+1
2018-09-01improve panic messagecsmoe-2/+2
2018-09-01Auto merge of #53611 - alexcrichton:update-llvm, r=nikomatsakisbors-1/+2
2018-09-01Implement Unpin for Box, Rc, and ArcWithout Boats-2/+11
2018-08-31Update LLVM submoduleAlex Crichton-1/+2
2018-08-31Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisabors-2/+33
2018-08-31Fix tests for json formattingCharlie Andrews-2/+2
2018-08-31Make json test output formatter represent "filtered_out" as numCharlie Andrews-1/+1
2018-08-31Make json test output formatter represent "test_count" as numCharlie Andrews-1/+1
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-22/+24
2018-08-31feature(doc_cfg): add docs for cfg(rustdoc)QuietMisdreavus-13/+15
2018-08-31feature(doc_cfg): set cfg(rustdoc) when rustdoc is runningQuietMisdreavus-2/+30
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-3/+76
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-165/+91
2018-08-31Added pointer checking to sanity checksthedarkula-52/+361
2018-08-31Added warning/error for if-let-chain ambiguity.David Wood-0/+250
2018-08-31Auto merge of #53699 - oli-obk:promotion_stability_hole, r=nikomatsakisbors-7/+93
2018-08-31Always add all modules to the global ThinLTO module analysis when compiling i...Michael Woerister-361/+170
2018-08-31Support local ThinLTO with incremental compilation.Michael Woerister-266/+634
2018-08-31Make codegen not be a query (since it's not a real query anyway).Michael Woerister-22/+28
2018-08-31Persist ThinLTO import data in incr. comp. session directory.Michael Woerister-4/+139
2018-08-31Provide a way of accessing the ThinLTO module import map in rustc.Michael Woerister-0/+36
2018-08-31Auto merge of #53403 - spastorino:move-out-lazily, r=nikomatsakisbors-234/+172
2018-08-31extract allocation info from byrefcsmoe-6/+13
2018-08-31trip const_to_alloc querycsmoe-22/+2
2018-08-31Get rid of token passingOliver Schneider-55/+35
2018-08-31Add clearer wording to Arc clone example codeOtto Rask-1/+1
2018-08-31Fix typo and small mistakeflip1995-2/+2
2018-08-31Update testsflip1995-17/+26