about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2020-03-11make error message less confusingRalf Jung-2/+2
2020-03-11generalize InvalidNullPointerUsage to InvalidIntPointerUsageRalf Jung-9/+5
2020-03-11fmt, tweak messages and blessRalf Jung-20/+25
2020-03-11miri: categorize errors into "unsupported" and "UB"Ralf Jung-213/+129
2020-03-11Rollup merge of #69888 - wesleywiser:miri_exception_env_var_to_session_var, r...Mazdak Farrokhzad-13/+20
2020-03-11Compute the correct layout for variants of uninhabited enums and readd a long...Oliver Scherer-3/+11
2020-03-11Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddybMazdak Farrokhzad-30/+0
2020-03-11Address review commentsOliver Scherer-1/+1
2020-03-11Generalize typed value printing and use for undef printingOliver Scherer-17/+9
2020-03-11Don't print literal type suffixes if `print_ty` is falseOliver Scherer-2/+9
2020-03-11Print function pointer type for function pointer const genericsOliver Scherer-1/+5
2020-03-11Reuse type ascripted printing for type cast printingOliver Scherer-9/+27
2020-03-11Don't print all zsts as their type as it makes no sense for more complex exam...Oliver Scherer-3/+20
2020-03-11Prefer fall through to code repetitionOliver Scherer-20/+34
2020-03-11Print leading zeros for non pointersOliver Scherer-2/+2
2020-03-11Reduce special casing in the const pretty printerOliver Scherer-9/+3
2020-03-11Don't print leading zeros on hex dumps constantsOliver Scherer-4/+3
2020-03-11Eliminate all ParamEnv::empty uses in pretty printingOliver Scherer-22/+19
2020-03-11Print braces only in print_ty modeOliver Scherer-43/+43
2020-03-11Address review comments around `type_ascribed_value`Oliver Scherer-40/+41
2020-03-11Deduplicate and clean up pretty printing logicOliver Scherer-85/+223
2020-03-10[Miri] Use a session variable instead of checking for an env var alwaysWesley Wiser-13/+20
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-13/+13
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-24/+24
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-13/+13
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-10/+5
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-10/+5
2020-03-10Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obkMazdak Farrokhzad-4/+4
2020-03-10Rollup merge of #69475 - Zoxc:no-no-force, r=michaelwoeristerMazdak Farrokhzad-185/+140
2020-03-09Add a comment to `recover`.John Kåre Alsaker-0/+6
2020-03-09Remove the `no_force` query attributeJohn Kåre Alsaker-38/+0
2020-03-09Remove the need for `no_force`John Kåre Alsaker-117/+127
2020-03-09Move `analysis` to the query macroJohn Kåre Alsaker-30/+7
2020-03-09Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obkMazdak Farrokhzad-4/+23
2020-03-08use static strings instead of tcxRalf Jung-5/+5
2020-03-08Fix typoRalf Jung-2/+2
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-5/+8
2020-03-08move error allocation test to error.rsRalf Jung-1/+17
2020-03-08Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJungMazdak Farrokhzad-0/+10
2020-03-07refactor: Add an alias for the SmallVec in dep_graphMarkus Westerlind-10/+8
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-7/+2
2020-03-07Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obkMazdak Farrokhzad-5/+5
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-10/+10
2020-03-07Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakisMazdak Farrokhzad-3/+0
2020-03-07Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertjMazdak Farrokhzad-20/+17
2020-03-07Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obkMazdak Farrokhzad-2/+2
2020-03-06mir-interpret: add method Memory::read wide_stringJOE1994-0/+10
2020-03-06mir::Local is Copy we can pass it by value in these casesSantiago Pastorino-5/+5
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-20/+17
2020-03-07Remove `NO_DEBUG` constYuki Okushi-3/+0