about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-04-16Update cargoEric Huss-4/+4
2019-04-16Fix the max value of usize on 16-bit platformsJakub Kądziołka-1/+1
2019-04-16Auto merge of #59879 - ebarnard:patch-1, r=alexcrichtonbors-0/+7
2019-04-16Don't test json with color codes on windowsOliver Scherer-53/+54
2019-04-16fixing testsSaleem Jaffer-1/+1
2019-04-16Add a comment explaining why SecRandomCopyBytes is not used on MacOSEd Barnard-0/+7
2019-04-16rustc_metadata: more safely read/write the index positions.Eduard-Mihai Burtescu-45/+80
2019-04-16refactor ExprKind to use new PointerCast enumSaleem Jaffer-99/+21
2019-04-16Auto merge of #59769 - RalfJung:compiletest-normalization, r=alexcrichtonbors-10/+92
2019-04-16this panic occurs not just on Windows, normalize it away everywhereRalf Jung-6/+6
2019-04-16refactor Adjustment to use new PointerCast enumSaleem Jaffer-84/+85
2019-04-16Auto merge of #60007 - Centril:rollup-gdh1er4, r=Centrilbors-14/+191
2019-04-16Rollup merge of #60000 - pietroalbini:triagebot, r=Mark-SimulacrumMazdak Farrokhzad-0/+6
2019-04-16Rollup merge of #59993 - euclio:unused-ref-field, r=estebankMazdak Farrokhzad-5/+119
2019-04-16Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomezMazdak Farrokhzad-1/+6
2019-04-16Rollup merge of #59973 - Enity:fix-rustdoc-sidebar, r=GuillaumeGomezMazdak Farrokhzad-1/+2
2019-04-16Rollup merge of #59903 - estebank:after-main, r=oli-obkMazdak Farrokhzad-3/+55
2019-04-16Rollup merge of #59717 - Reconcyl:master, r=steveklabnikMazdak Farrokhzad-4/+3
2019-04-16Auto merge of #59990 - bjorn3:nicer_compiletest_errors, r=alexcrichtonbors-1/+3
2019-04-15LLD is not supported on DarwinPetr Hosek-2/+4
2019-04-16Fix testsYuki OKUSHI-18/+19
2019-04-16Make wording verboseYuki OKUSHI-1/+6
2019-04-15add repo-specific triagebot configurationPietro Albini-0/+6
2019-04-15normalize away some Windows-only panic printingRalf Jung-3/+15
2019-04-15Auto merge of #59926 - pietroalbini:android-sdk-manager, r=alexcrichtonbors-68/+224
2019-04-15change word wrapping modevlad-boroda-1/+1
2019-04-15include mode in unused binding suggestion spanAndy Russell-5/+119
2019-04-15Auto merge of #59991 - Centril:rollup-bqxt4w3, r=Centrilbors-47/+154
2019-04-15Rollup merge of #59989 - dima74:patch-1, r=jonas-schievinkMazdak Farrokhzad-9/+9
2019-04-15Rollup merge of #59978 - ollie27:rustdoc_default, r=QuietMisdreavusMazdak Farrokhzad-16/+67
2019-04-15Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichtonMazdak Farrokhzad-8/+22
2019-04-15Rollup merge of #59779 - flip1995:uplift_get_def_path, r=ManishearthMazdak Farrokhzad-6/+28
2019-04-15Rollup merge of #59748 - agnxy:trademark, r=skadeMazdak Farrokhzad-0/+16
2019-04-15Rollup merge of #59648 - alex:must-use-result, r=alexcrichtonMazdak Farrokhzad-8/+12
2019-04-15use --static-root-path for settings.jsQuietMisdreavus-1/+6
2019-04-15Use resume_unwind instead of panic!() for nicer compiletest errorsbjorn3-1/+3
2019-04-15basic refactor. Adding PointerCast enumSaleem Jaffer-65/+85
2019-04-15warn(missing_docs) in liballoc, and add missing docsRalf Jung-0/+13
2019-04-15Fix links to Atomic* in RELEASES.mdDmitry Murzin-9/+9
2019-04-15Auto merge of #59850 - Zoxc:symbols-attrs, r=petrochenkovbors-605/+837
2019-04-15Update testJohn Kåre Alsaker-182/+186
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-423/+651
2019-04-15Auto merge of #59655 - Zoxc:symbols, r=petrochenkovbors-141/+327
2019-04-15Remove collection-specific `with_capacity` doc from `std::collections`Marc-4/+3
2019-04-15Auto merge of #59626 - nnethercote:DepGraph-1.02x, r=Zoxcbors-2/+3
2019-04-15Use colon for keyword defsJohn Kåre Alsaker-62/+62
2019-04-15Move modules outside the proc macroJohn Kåre Alsaker-26/+44
2019-04-15Ensure the symbols are pure stringsJohn Kåre Alsaker-1/+7
2019-04-15Make check_name genericJohn Kåre Alsaker-43/+32
2019-04-15Use a proc macro to declare preallocated symbolsJohn Kåre Alsaker-139/+312