about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-23Fix rebase conflictsAlex Crichton-1/+1
2019-09-23Remove `--enable-extended` from cross dist builderAlex Crichton-1/+0
2019-09-23rustbuild: Pass `-Zsave-analysis` during testsAlex Crichton-2/+1
2019-09-23Tweak libserialize allowsAlex Crichton-2/+2
2019-09-23No need to remove target-specific RUSTFLAGSAlex Crichton-5/+3
2019-09-23Add `#![deny(warnings)]` to internal toolsAlex Crichton-17/+33
2019-09-23Fix compiling libserialize testsAlex Crichton-0/+4
2019-09-23Stylistic changesAlex Crichton-13/+7
2019-09-23Add some FIXME for future Cargo issuesAlex Crichton-0/+6
2019-09-23Move handling of `-Cprefer-dynamic` into `builder.rs`Alex Crichton-15/+10
2019-09-23Move `--cfg bootstrap` out of `rustc.rs`Alex Crichton-48/+34
2019-09-23Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`Alex Crichton-5/+1
2019-09-23Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`Alex Crichton-21/+12
2019-09-23Allow adding `RUSTFLAGS` after `Builder::cargo`Alex Crichton-59/+95
2019-09-23Move debuginfo level handling to `builder.rs`Alex Crichton-5/+1
2019-09-23Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rsAlex Crichton-4/+0
2019-09-23Move handling of `codegen-units` to `builder.rs`Alex Crichton-6/+12
2019-09-23Move handling of internal lints to `build.rs`Alex Crichton-15/+9
2019-09-23Move handling of some warnings to `builder.rs`Alex Crichton-7/+10
2019-09-23Move handling of `-Dwarnings` to `builder.rs`Alex Crichton-5/+2
2019-09-23bootstrap: Remove need for `RUSTC_RPATH` variableAlex Crichton-49/+48
2019-09-23bootstrap: Handle target-specific cargo env varsAlex Crichton-2/+12
2019-09-23bootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`Alex Crichton-8/+7
2019-09-23bootstrap: Remove need for RUSTC_SAVE_ANALYSISAlex Crichton-26/+20
2019-09-23bootstrap: Remove usage of `RUSTC_TARGET_LINKER`Alex Crichton-17/+13
2019-09-23bootstrap: Move `-Zdual-proc-macros` to `builder.rs`Alex Crichton-7/+1
2019-09-23bootstrap: Move `-Zexternal-macro-backtrace` to builderAlex Crichton-2/+2
2019-09-23bootstrap: Move `RUSTC_BREAK_ON_ICE` out of shimAlex Crichton-3/+2
2019-09-23bootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`Alex Crichton-35/+1
2019-09-23bootstrap: Add a helper for managing RUSTFLAGSAlex Crichton-17/+34
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-262/+322
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-466/+186
2019-09-23Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexregMazdak Farrokhzad-1/+1
2019-09-23Rollup merge of #64679 - skinny121:const-infer, r=varkorMazdak Farrokhzad-86/+42
2019-09-23Rollup merge of #64677 - tshepang:outdated, r=Mark-SimulacrumMazdak Farrokhzad-1/+0
2019-09-23Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkovMazdak Farrokhzad-38/+80
2019-09-23Rollup merge of #64674 - estebank:knock-down-the-wall, r=CentrilMazdak Farrokhzad-8/+35
2019-09-23Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkovMazdak Farrokhzad-331/+27
2019-09-23Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-09-22Auto merge of #64151 - estebank:binding-error, r=varkorbors-737/+904
2019-09-22fix nll testsEsteban Küber-29/+26
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-12/+12
2019-09-22hack to avoid incorrect suggestionEsteban Küber-8/+9
2019-09-22review commentsEsteban Küber-20/+19
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-109/+176
2019-09-22Fix rebaseEsteban Küber-5/+2
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-28/+52
2019-09-22review commentsEsteban Küber-32/+34
2019-09-22Point at correct span for parenthesized typesEsteban Küber-91/+95
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-512/+588