summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-11Reduce special casing in the const pretty printerOliver Scherer-12/+6
2020-03-11Don't print leading zeros on hex dumps constantsOliver Scherer-21/+17
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-147/+286
2020-03-11librustc_codegen_llvm: Use slices instead of 0-terminated stringsTomasz Miąsko-56/+62
2020-03-10Add docs for From::<&mut str>::from String implRyan Lopopolo-0/+3
2020-03-10Add stable feature nameRyan Lopopolo-1/+1
2020-03-10review commentsEsteban Küber-68/+22
2020-03-10Ignore `mir-opt` test when panic=abortDylan MacKenzie-0/+2
2020-03-10Add `mir-opt` test for better drop elaborationDylan MacKenzie-0/+41
2020-03-10Allow vec.rs to be over 3000 lines :(Joshua Nelson-0/+1
2020-03-10Bump release cutoffJoshua Nelson-1/+1
2020-03-10make the impl a little prettierJoshua Nelson-1/+1
2020-03-10fix test failureJoshua Nelson-2/+7
2020-03-10bless UI testsJoshua Nelson-8/+17
2020-03-10add ui-testsJoshua Nelson-0/+9
2020-03-10limit From impl to LengthAtMost32Joshua Nelson-1/+4
2020-03-10fix error compiling stage2Joshua Nelson-1/+1
2020-03-10impl From<[T; N]> for Vec<T>Joshua Nelson-0/+7
2020-03-10[Miri] Use a session variable instead of checking for an env var alwaysWesley Wiser-13/+44
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-55/+55
2020-03-10Rename Rustc Guide to Rustc Dev GuideSantiago Pastorino-2/+2
2020-03-10Rename rustc_guide to rustc_dev_guideSantiago Pastorino-2/+2
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-78/+78
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-58/+58
2020-03-10parse: Tweak the function parameter edition checkVadim Petrochenkov-3/+23
2020-03-10fix how we detect an unset variableMatt Cooper-1/+1
2020-03-10establish immutable source for RUST_CONFIGURE_ARGSMatt Cooper-23/+30
2020-03-10Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddybbors-287/+190
2020-03-10Make Point `Copy` in arithmetic documentationFlorian Gilcher-6/+6
2020-03-10Matrix::push: recursively expand or-patternsMazdak Farrokhzad-1/+48
2020-03-10explain the use of a custom identity functionBastian Kauschke-0/+3
2020-03-10Remove deprecated description function of TryReserveErrorLena Wildervanck-5/+1
2020-03-10also make panic_fmt track_callerRalf Jung-7/+36
2020-03-10parse_if_expr: recover on attributesMazdak Farrokhzad-64/+98
2020-03-10When `crate_type` is `None`,check compiler options12101111-1/+1
2020-03-10trait-object-lifetime-parens: improve recovery.Mazdak Farrokhzad-33/+40
2020-03-10use check_path moreMazdak Farrokhzad-9/+6
2020-03-10simplify & improve parse_ty_tuple_or_parensMazdak Farrokhzad-62/+107
2020-03-10issue 68890: add more minimal reproMazdak Farrokhzad-0/+17
2020-03-10error_block_no_opening_brace: handle closures betterMazdak Farrokhzad-19/+24
2020-03-10block-no-opening-brace: add another statementMazdak Farrokhzad-44/+45
2020-03-10parser: add note for `'label expr`.Mazdak Farrokhzad-0/+13
2020-03-10parser/attr: adjust indentation.Mazdak Farrokhzad-7/+5
2020-03-10parse_labeled_expr: add a suggestion on missing colon.Mazdak Farrokhzad-14/+31
2020-03-10parse_block_tail: reduce visibilityMazdak Farrokhzad-5/+1
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-173/+140
2020-03-10parse: recover on `fn foo() = expr;`Mazdak Farrokhzad-1/+156