about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-16/+164
2019-09-23Introduce a diagnostic stashing API.Mazdak Farrokhzad-27/+102
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-17/+4
2019-09-23Differentiate AArch64 bare-metal targets between hf and non-hf.Andre Richter-2/+40
2019-09-23Remove needless `mut` in pathsMark Rousskov-1/+1
2019-09-23Remove unused argumentsMark Rousskov-14/+10
2019-09-23Utilize shared error codes rather than re-querying envMark Rousskov-1/+1
2019-09-23Remove pointless orMark Rousskov-2/+2
2019-09-23Remove needless Rc<RefCell<...>>Mark Rousskov-2/+2
2019-09-23Provide helper for synthesizing paths with resource suffixMark Rousskov-29/+40
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-262/+322
2019-09-23Remove unused dependenciesShotaro Yamada-15/+0
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-466/+186
2019-09-23Delete iter-order-by.mdAshley Mannix-9/+0
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-22libtest: Make --report-time an unstable optionJakob Schikowski-1/+7