about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-02-28Make transmuting from fn item types to pointer-sized types a hard error.Eduard Burtescu-116/+153
2017-02-28Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakisbors-5954/+4934
2017-02-28rustc_save_analysis: don't pollute the codemap with fake files.Eduard Burtescu-59/+54
2017-02-27appveyor: Use sccache on pc-windows-gnu for cachingAlex Crichton-24/+24
2017-02-27Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkovbors-520/+779
2017-02-27This test is too hard to maintain cross-platformYamakaky-46/+0
2017-02-27Auto merge of #40121 - king6cong:fix-typo, r=apasel422bors-2/+2
2017-02-27fix typoking6cong-2/+2
2017-02-27Auto merge of #40115 - MajorBreakfast:patch-2, r=steveklabnikbors-1/+2
2017-02-26Also ignore std::panicYamakaky-0/+3
2017-02-27Auto merge of #40102 - pmer:pmer/use-macos-term-in-docs, r=steveklabnikbors-6/+6
2017-02-26Remove unusedYamakaky-1/+0
2017-02-26Auto merge of #39738 - keeperofdakeys:vec-docs, r=GuillaumeGomezbors-0/+9
2017-02-26Auto merge of #40112 - alexcrichton:fetch-all, r=brsonbors-5/+42
2017-02-26Fix tests on Windows in Debug configuration (#4)Vadim Petrochenkov-0/+6
2017-02-26Loop docs: Present perfect instead of simple pastJosef Brandl-1/+2
2017-02-26Auto merge of #40111 - alexcrichton:fix-manifests, r=brsonbors-19/+3
2017-02-25travis: Make more network requests retryableAlex Crichton-5/+42
2017-02-26Auto merge of #40078 - tclfs:patch-3, r=GuillaumeGomezbors-1/+1
2017-02-25build-manifest: Remove old to_hex functionAlex Crichton-17/+1
2017-02-25build-manifest: Fix typos with rust-analysisAlex Crichton-2/+2
2017-02-25doc: Use "macOS" terminology consistentlyPaul Merrill-6/+6
2017-02-25typoYamakaky-1/+1
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-112/+148
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-1221/+705
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-670/+824
2017-02-25rustc: allow handling cycle errors gracefully in on-demand.Eduard-Mihai Burtescu-54/+104
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-1088/+773
2017-02-25rustc_typeck: move the leaves (generics, trait_def, adt_def) to on-demand.Eduard-Mihai Burtescu-335/+288
2017-02-25rustc: simplify tcx.closure_type(...) as it can copy the cached values.Eduard-Mihai Burtescu-34/+33
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-605/+420
2017-02-25rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...Eduard-Mihai Burtescu-295/+266
2017-02-25rustc_typeck: lift CrateCtxt to TyCtxt.Eduard Burtescu-757/+651
2017-02-25rustc_mir: expose MIR building through ty::maps::Provider.Eduard-Mihai Burtescu-59/+104
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-393/+333
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-222/+200
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-147/+311
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-542/+350
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-385/+394
2017-02-25Fix tests on ARM Linux (#3)Vadim Petrochenkov-1/+4
2017-02-25Rollup merge of #40086 - danobi:move-compiler_tests, r=brsonEduard-Mihai Burtescu-0/+88
2017-02-25Rollup merge of #40069 - Rufflewind:master, r=steveklabnikEduard-Mihai Burtescu-2/+20
2017-02-25Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakisEduard-Mihai Burtescu-7/+62
2017-02-25Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoeristerEduard-Mihai Burtescu-3/+82
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-14/+50
2017-02-25Rollup merge of #40035 - er-1:master, r=alexcrichtonEduard-Mihai Burtescu-0/+6
2017-02-25Rollup merge of #40031 - cynicaldevil:master, r=est31Eduard-Mihai Burtescu-3/+5
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-94/+8
2017-02-25Rollup merge of #40026 - nrc:analysis-manifest, r=alexcrichtonEduard-Mihai Burtescu-0/+10
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-3/+275