about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-07track_caller tests account for incomplete feature warning.Adam Perry-7/+54
2019-10-07track_caller error numbers and text.Adam Perry-28/+32
2019-10-07Mark #![feature(track_caller)] as incomplete.Adam Perry-0/+1
2019-10-07track_caller feature gate starts in 1.40.0.Adam Perry-1/+1
2019-10-07track_caller run-pass test, lint cleanup, PR review.Adam Perry-32/+31
2019-10-07[RFC 2091] Add #[track_caller] attribute.Ayose-1/+199
2019-10-07add `debug!` to evaluate_obligationNiko Matsakis-0/+2
2019-10-07fix ICE from debug output by using `kind_ty` in dumping closureNiko Matsakis-2/+9
2019-10-07avoid ICE when extracting closure-kind-ty from a canonicalized valueNiko Matsakis-1/+3
2019-10-07correct bug in the "has escaping regions" visitorNiko Matsakis-7/+9
2019-10-07make type-flags exhaustiveNiko Matsakis-1/+3
2019-10-07Auto merge of #64780 - choller:master, r=michaelwoeristerbors-1/+3
2019-10-07Auto merge of #65178 - Centril:rollup-ep1zztj, r=Centrilbors-10/+245
2019-10-07Update ui testsGuillaume Gomez-2/+3
2019-10-07Add long error explanation for E0561Guillaume Gomez-1/+28
2019-10-07Fix/improve some error codes long explanationGuillaume Gomez-36/+66
2019-10-07Add new test to heck if all error codes have testsGuillaume Gomez-0/+139
2019-10-07Rollup merge of #65173 - tmandry:reffy-ref, r=tmandryMazdak Farrokhzad-0/+0
2019-10-07Rollup merge of #65164 - GuillaumeGomez:long-err-explanation-E0566, r=estebankMazdak Farrokhzad-2/+24
2019-10-07Rollup merge of #65137 - andjo403:selfProfiling_fix, r=michaelwoeristerMazdak Farrokhzad-4/+0
2019-10-07Update src/test/ui/nll/issue-63154-normalize.rs Felix S Klock II-1/+1
2019-10-07Test diagnostic output of type mismatches for types that have constben-0/+48
2019-10-07Fix compilation error after rebase.Charles Lew-2/+2
2019-10-07Auto merge of #64739 - guanqun:remove-as-str, r=estebankbors-1/+60
2019-10-07syntax: refactor with new `fn parse_use_tree_glob_or_nested`.Mazdak Farrokhzad-10/+11
2019-10-07syntax: use `parse_extern_abi` more.Mazdak Farrokhzad-8/+1
2019-10-07Add more tests, fix span issue, improve diagnostics.Charles Lew-4/+96
2019-10-07Address review comments.Charles Lew-55/+63
2019-10-07Add support for parsing #[link_ordinal] attribute.Charles Lew-0/+44
2019-10-07Add feature gate for raw_dylib.Charles Lew-5/+78
2019-10-07syntax: unify and simplify fn signature parsing.Mazdak Farrokhzad-92/+88
2019-10-07syntax: unify trait parsing a bit.Mazdak Farrokhzad-17/+12
2019-10-07syntax: further item parsing cleanupMazdak Farrokhzad-24/+35
2019-10-07syntax: de-dups in item parsing.Mazdak Farrokhzad-50/+44
2019-10-07syntax: cleanup associated const parsing.Mazdak Farrokhzad-32/+39
2019-10-07Remove `force_ex!`.Nicholas Nethercote-14/+10
2019-10-07Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centrilbors-19/+301
2019-10-07Remove `def_id!`.Nicholas Nethercote-12/+9
2019-10-07Remove `krate!`.Nicholas Nethercote-5/+1
2019-10-07Remove `force!`.Nicholas Nethercote-5/+1
2019-10-06add more info in debug traces for gcu mergingAndreas Jonson-3/+7
2019-10-06Fix zero-size uninitialized boxesSimon Sapin-4/+14
2019-10-06Update referenceTyler Mandry-0/+0
2019-10-07use precalculated dominators in explain_borrowDenis Lisov-1/+1
2019-10-06Auto merge of #65169 - tmandry:rollup-qxjj8xp, r=tmandrybors-384/+202
2019-10-06rewrite documentation for unimplemented!Andrew Banchich-15/+32
2019-10-06Update ui testsGuillaume Gomez-6/+5
2019-10-06Rollup merge of #65158 - ishitatsuyuki:remove-dead, r=Mark-SimulacrumTyler Mandry-204/+0
2019-10-06Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-SimulacrumTyler Mandry-9/+9
2019-10-06Rollup merge of #65142 - matthewjasper:unshadow-anon-lifetimes, r=petrochenkovTyler Mandry-1/+24