about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-28Remove unused functions from rustc_llvmRobin Kruppe-229/+1
2016-11-27Auto merge of #37676 - eddyb:lazy-7, r=nikomatsakisbors-3105/+4149
2016-11-28rustc_typeck: don't record associated type resolutions.Eduard-Mihai Burtescu-12/+11
2016-11-28rustc_privacy: switch private-in-public checking to Ty.Eduard Burtescu-234/+289
2016-11-28rustc: track fields in the HIR map.Eduard Burtescu-0/+26
2016-11-28rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.Eduard-Mihai Burtescu-158/+218
2016-11-27Auto merge of #38019 - sourcefrog:doc-separator, r=frewsxcvbors-1/+3
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-858/+1774
2016-11-28rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode.Eduard Burtescu-125/+52
2016-11-28rustc_typeck: save the type cache for rustdoc and save-analysis.Eduard Burtescu-81/+111
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-925/+927
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-395/+228
2016-11-28rustc: track hir::{TraitRef, Visibility} in the HIR map.Eduard Burtescu-11/+50
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-486/+637
2016-11-28rustc: encode the optionality of type parameters in HIR paths.Eduard Burtescu-106/+112
2016-11-27Auto merge of #38022 - arthurprs:micro-opt-hm, r=blussbors-18/+21
2016-11-27Use displacement instead of initial bucket in HashMap codearthurprs-18/+21
2016-11-27Auto merge of #38027 - rkruppe:llvm-printpasses-fwdcompat, r=alexcrichtonbors-0/+7
2016-11-27Auto merge of #37983 - GuillaumeGomez:tcp_listener_doc, r=frewsxcvbors-3/+118
2016-11-27Adapt LLVMRustPrintPasses to LLVM 4.0 preferring `StringRef` over `char *`Robin Kruppe-0/+7
2016-11-27Auto merge of #38007 - alygin:err-expl-fix, r=eddybbors-0/+3
2016-11-27Add examples for TcpListener structGuillaume Gomez-3/+118
2016-11-26Auto merge of #38023 - arielb1:constant-evil-x2, r=eddybbors-9/+50
2016-11-27don't double-apply variant padding to const enumsAriel Ben-Yehuda-9/+50
2016-11-26Auto merge of #36340 - sfackler:slice-get-slice, r=alexcrichtonbors-185/+404
2016-11-26Auto merge of #38004 - GuillaumeGomez:tcp_stream_doc, r=frewsxcvbors-8/+185
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-14/+103
2016-11-26Fix error explanation formattingAndrew Lygin-10/+11
2016-11-26Fix error explanation formattingAndrew Lygin-10/+12
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-185/+404
2016-11-26Clearer description of std::path::MAIN_SEPARATOR.Martin Pool-1/+3
2016-11-26Auto merge of #38015 - sanxiyn:rollup, r=sanxiynbors-14/+119
2016-11-26Rollup merge of #38010 - frewsxcv:lock-creations, r=GuillaumeGomezSeo Sanghyeon-1/+22
2016-11-26Rollup merge of #38001 - vickenty:patch-1, r=steveklabnikSeo Sanghyeon-2/+2
2016-11-26Rollup merge of #37985 - frewsxcv:completed-fixme, r=petrochenkovSeo Sanghyeon-1/+1
2016-11-26Rollup merge of #37978 - fkjogu:master, r=sfacklerSeo Sanghyeon-5/+5
2016-11-26Rollup merge of #37967 - sfackler:enumset-issue, r=sfacklerSeo Sanghyeon-1/+1
2016-11-26Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichtonSeo Sanghyeon-4/+4
2016-11-26Rollup merge of #37962 - GuillaumeGomez:socket-v6, r=frewsxcvSeo Sanghyeon-0/+84
2016-11-25Auto merge of #37961 - samestep:radices, r=frewsxcvbors-3/+3
2016-11-25Auto merge of #37960 - samestep:five, r=frewsxcvbors-1/+1
2016-11-25Document how the `MutexGuard` structure is created.Corey Farwell-1/+8
2016-11-25Document how the `RwLockWriteGuard` structure is created.Corey Farwell-0/+7
2016-11-25Document how the `RwLockReadGuard` structure is created.Corey Farwell-0/+7
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+6
2016-11-25Auto merge of #38000 - rkruppe:llvm-dinamespace-fwdcompat, r=alexcrichtonbors-1/+5
2016-11-25Add missing urls and examples to TcpStreamGuillaume Gomez-8/+185
2016-11-25rustbuild: Point to core and collections's external benchmarks.Ulrik Sverdrup-0/+9
2016-11-25rustbuild: Add bench subcommandUlrik Sverdrup-14/+88
2016-11-25Auto merge of #37987 - plietar:cross-proc-macro, r=jseyfriedbors-7/+22