about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-03Auto merge of #73882 - nnethercote:avoid-unwrap_or_else-in-allocate_in, r=Ama...bors-3/+14
2020-07-02Rollup merge of #73975 - pierwill:patch-3, r=jonas-schievinkManish Goregaokar-0/+3
2020-07-02Rollup merge of #73957 - RalfJung:btree-min-max, r=shepmasterManish Goregaokar-0/+1
2020-07-02Rollup merge of #73952 - ehuss:docker-dev, r=Mark-SimulacrumManish Goregaokar-2/+31
2020-07-02Rollup merge of #73753 - eddyb:extraneous-lifetime, r=ManishearthManish Goregaokar-1267/+1143
2020-07-02Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure...Manish Goregaokar-120/+427
2020-07-02Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichtonManish Goregaokar-507/+932
2020-07-02Document rustc_ast::ast::Patpierwill-0/+3
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-1267/+1143
2020-07-02Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakisbors-371/+355
2020-07-02Remove `TypeckTables::empty(None)` and make hir_owner non-optional.Eduard-Mihai Burtescu-121/+98
2020-07-02rustc_lint: avoid using TypeckTables::empty for LateContext.Eduard-Mihai Burtescu-90/+104
2020-07-02rustc_save_analysis: avoid using TypeckTables::empty for SaveContext.Eduard-Mihai Burtescu-23/+31
2020-07-02rustc_privacy: avoid using TypeckTables::empty for {Name,Type}PrivacyVisitor.Eduard-Mihai Burtescu-98/+58
2020-07-02rustc_passes/dead: avoid using TypeckTables::empty for MarkSymbolVisitor.Eduard-Mihai Burtescu-19/+26
2020-07-02rustc_passes/reachable: avoid using TypeckTables::empty for ReachableContext.Eduard-Mihai Burtescu-10/+18
2020-07-02rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation.Eduard-Mihai Burtescu-10/+20
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-120/+427
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-630/+1790
2020-07-02disable BTree min_max test in Miri for nowRalf Jung-0/+1
2020-07-02Address review comments and add UI testChristopher Serr-505/+528
2020-07-02Add comments and format the codeChristopher Serr-5/+7
2020-07-02Add codegen testsChristopher Serr-0/+331
2020-07-02Check for feature with pre-interned symbolChristopher Serr-10/+10
2020-07-02Use WASM's saturating casts if they are availableChristopher Serr-5/+74
2020-07-02Rollup merge of #73938 - nbdd0121:checked_opt, r=nagisaManish Goregaokar-27/+43
2020-07-02Rollup merge of #73903 - luxxxxy:ios-rustc, r=nikomatsakisManish Goregaokar-0/+19
2020-07-02Rollup merge of #73885 - pietroalbini:ci-fix-wasm32, r=kennytmManish Goregaokar-1/+12
2020-07-02Rollup merge of #73883 - ehuss:rustdoc-stage-previous, r=Mark-SimulacrumManish Goregaokar-34/+146
2020-07-02Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievinkManish Goregaokar-1/+3
2020-07-02Rollup merge of #73812 - petrochenkov:prettyref, r=varkorManish Goregaokar-24/+24
2020-07-02Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiserManish Goregaokar-93/+585
2020-07-02Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakisManish Goregaokar-436/+877
2020-07-02Rollup merge of #73564 - petrochenkov:ehdr, r=AmanieuManish Goregaokar-14/+19
2020-07-02Rollup merge of #73414 - lzutao:slice_strip, r=dtolnayManish Goregaokar-0/+62
2020-07-01Add option for local docker testing.Eric Huss-2/+31
2020-07-01Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-01Rollup merge of #73910 - cuviper:while-indexing, r=oli-obkManish Goregaokar-10/+6
2020-07-01Rollup merge of #73909 - eltonlaw:unsafe-libstd-fs-rs, r=sfacklerManish Goregaokar-2/+6
2020-07-01Rollup merge of #73906 - JohnTitor:missing-bt, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-01Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievinkManish Goregaokar-38/+0
2020-07-01Rollup merge of #73892 - GuillaumeGomez:cleanup-e0712, r=Dylan-DPCManish Goregaokar-2/+2
2020-07-01Rollup merge of #73848 - pierwill:pierwill-lexer-block-doc, r=jonas-schievinkManish Goregaokar-2/+3
2020-07-01Rollup merge of #73841 - tmiasko:print-region-graph, r=Mark-SimulacrumManish Goregaokar-4/+0
2020-07-01Rollup merge of #73839 - crlf0710:snapshot_the_reality, r=ManishearthManish Goregaokar-16/+189
2020-07-01Rollup merge of #73803 - Aaron1011:feature/angle-field-recovery, r=matthewjasperManish Goregaokar-8/+66
2020-07-01Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkovManish Goregaokar-56/+395
2020-07-01Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasperManish Goregaokar-4/+42
2020-07-01Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011Manish Goregaokar-144/+152
2020-07-01Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ...Manish Goregaokar-1/+148