about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-14add trait aliases to HIRAlex Burka-8/+59
2017-12-14stub out trait aliases in librustdocAlex Burka-0/+3
2017-12-14stub out trait aliases in save_analysisAlex Burka-0/+21
2017-12-14stub out trait aliases in resolveAlex Burka-0/+18
2017-12-14add trait aliases to ASTAlex Burka-14/+134
2017-12-14Auto merge of #46335 - oli-obk:cleanups, r=jseyfriedbors-309/+444
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-309/+444
2017-12-14Auto merge of #46633 - estebank:arg-mismatch, r=arielb1bors-84/+94
2017-12-14Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelixbors-63/+144
2017-12-14Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1bors-257/+1093
2017-12-13Auto merge of #46708 - pnkfelix:fix-issue-46112, r=arielb1bors-5/+66
2017-12-14Download the crosstool from GitHub instead of crosstool-ng.orgkennytm-4/+5
2017-12-13Move error checks out of span for easier to follow `.stderr`Esteban Küber-15/+6
2017-12-13correct comment in testNiko Matsakis-1/+1
2017-12-13add FIXME related to constant well-formednessNiko Matsakis-0/+8
2017-12-13comments for `defining_ty` and `compute_indices`Niko Matsakis-0/+20
2017-12-13document return value of `add_live_point`Niko Matsakis-0/+3
2017-12-13improve comments on `safe_to_unsafe_fn_ty` and `coerce_closure_fn_ty`Niko Matsakis-4/+9
2017-12-13change to use an O(1) data structure for looking up point indicesNiko Matsakis-21/+77
2017-12-13refactor region value bitmatrixNiko Matsakis-110/+270
2017-12-13fix closure tests now that MIR typeck works properlyNiko Matsakis-79/+142
2017-12-13Auto merge of #46550 - jseyfried:cleanup_builtin_hygiene, r=nrcbors-140/+174
2017-12-13when reifying a safe fn as an unsafe fn ptr, insert two castsNiko Matsakis-3/+12
2017-12-13normalize fn sig as part of reificationNiko Matsakis-58/+124
2017-12-13Mir typeck Cast for Unsize valueSantiago Pastorino-1/+34
2017-12-13Mir typeck Cast for ClosureFnPtr valueSantiago Pastorino-3/+37
2017-12-13Extract coerce_closure_fn_ty functionSantiago Pastorino-17/+22
2017-12-13Mir typeck Cast for UnsafeFnPtr valueSantiago Pastorino-2/+32
2017-12-13Mir typeck Cast for ReifyFnPtr valueSantiago Pastorino-1/+70
2017-12-13Restructure a bit check_aggregate_rvalue codeSantiago Pastorino-35/+35
2017-12-13Add more debug logsSantiago Pastorino-1/+27
2017-12-13Check functions predicatesSantiago Pastorino-2/+70
2017-12-13Check Aggregate predicatesSantiago Pastorino-0/+55
2017-12-13Check NullaryOp RvalueSantiago Pastorino-2/+10
2017-12-13fix universal regions to handle constant expressions like `[T; 22]`Niko Matsakis-2/+30
2017-12-13Check Repeat RvalueSantiago Pastorino-3/+93
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-28/+142
2017-12-12Improve pretty printing `$crate::` paths.Jeffrey Seyfried-21/+44
2017-12-12Regression test for issue #46112.Felix S. Klock II-0/+47
2017-12-13Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakisbors-56/+135
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-57/+264
2017-12-12Fix #46112: visible_parent_map construction needs a BFS over whole crate forest.Felix S. Klock II-5/+19
2017-12-12Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obkbors-2/+33
2017-12-12Refactor `MarkData` field `modern: bool` to `kind: MarkKind`.Jeffrey Seyfried-14/+28
2017-12-12Fix fallout in tests.Jeffrey Seyfried-7/+7
2017-12-13Resolve absolute paths as extern under a feature flagVadim Petrochenkov-3/+238
2017-12-12rustc_metadata: Refactor away `ExternCrateInfo`Vadim Petrochenkov-54/+26
2017-12-13Rollup merge of #46691 - varkor:contrib-3, r=rkruppekennytm-2/+2
2017-12-13Rollup merge of #46672 - GuillaumeGomez:fix-type-filter-search, r=QuietMisdre...kennytm-4/+4
2017-12-13Rollup merge of #46668 - GuillaumeGomez:mobile-sidebar, r=QuietMisdreavuskennytm-4/+27