]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-24 borsAuto merge of #64316 - alexcrichton:cleanup-shim, r...
2019-09-23 Alex CrichtonFix rebase conflicts
2019-09-23 Alex CrichtonRemove `--enable-extended` from cross dist builder
2019-09-23 Alex Crichtonrustbuild: Pass `-Zsave-analysis` during tests
2019-09-23 Alex CrichtonTweak libserialize allows
2019-09-23 Alex CrichtonNo need to remove target-specific RUSTFLAGS
2019-09-23 Alex CrichtonAdd `#![deny(warnings)]` to internal tools
2019-09-23 Alex CrichtonFix compiling libserialize tests
2019-09-23 Alex CrichtonStylistic changes
2019-09-23 Alex CrichtonAdd some FIXME for future Cargo issues
2019-09-23 Alex CrichtonMove handling of `-Cprefer-dynamic` into `builder.rs`
2019-09-23 Alex CrichtonMove `--cfg bootstrap` out of `rustc.rs`
2019-09-23 Alex CrichtonMove handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`
2019-09-23 Alex CrichtonMove handling of `{MUSL,WASI}_ROOT` to `compile.rs`
2019-09-23 Alex CrichtonAllow adding `RUSTFLAGS` after `Builder::cargo`
2019-09-23 Alex CrichtonMove debuginfo level handling to `builder.rs`
2019-09-23 Alex CrichtonRemove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rs
2019-09-23 Alex CrichtonMove handling of `codegen-units` to `builder.rs`
2019-09-23 Alex CrichtonMove handling of internal lints to `build.rs`
2019-09-23 Alex CrichtonMove handling of some warnings to `builder.rs`
2019-09-23 Alex CrichtonMove handling of `-Dwarnings` to `builder.rs`
2019-09-23 Alex Crichtonbootstrap: Remove need for `RUSTC_RPATH` variable
2019-09-23 Alex Crichtonbootstrap: Handle target-specific cargo env vars
2019-09-23 Alex Crichtonbootstrap: Move `RUSTC_CRT_STATIC` to `builder.rs`
2019-09-23 Alex Crichtonbootstrap: Remove need for RUSTC_SAVE_ANALYSIS
2019-09-23 Alex Crichtonbootstrap: Remove usage of `RUSTC_TARGET_LINKER`
2019-09-23 Alex Crichtonbootstrap: Move `-Zdual-proc-macros` to `builder.rs`
2019-09-23 Alex Crichtonbootstrap: Move `-Zexternal-macro-backtrace` to builder
2019-09-23 Alex Crichtonbootstrap: Move `RUSTC_BREAK_ON_ICE` out of shim
2019-09-23 Alex Crichtonbootstrap: Delete handling of `RUSTC_METADATA_SUFFIX`
2019-09-23 Alex Crichtonbootstrap: Add a helper for managing RUSTFLAGS
2019-09-23 borsAuto merge of #64272 - Mark-Simulacrum:parallel-handler...
2019-09-23 borsAuto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril
2019-09-22 Mazdak FarrokhzadRollup merge of #64688 - rust-lang:clarify-tidy-since...
2019-09-22 Mazdak FarrokhzadRollup merge of #64679 - skinny121:const-infer, r=varkor
2019-09-22 Mazdak FarrokhzadRollup merge of #64677 - tshepang:outdated, r=Mark...
2019-09-22 Mazdak FarrokhzadRollup merge of #64676 - estebank:assoc-type-bound...
2019-09-22 Mazdak FarrokhzadRollup merge of #64674 - estebank:knock-down-the-wall...
2019-09-22 Mazdak FarrokhzadRollup merge of #64670 - Mark-Simulacrum:ext-build...
2019-09-22 Mazdak FarrokhzadRollup merge of #64294 - wchargin:wchargin-stdio-piped...
2019-09-22 borsAuto merge of #64151 - estebank:binding-error, r=varkor
2019-09-22 Esteban Küberfix nll tests
2019-09-22 borsAuto merge of #64604 - lzutao:clippyup, r=oli-obk
2019-09-22 Esteban Küberignore-x86 instead of ignore-musl
2019-09-22 Esteban Küberhack to avoid incorrect suggestion
2019-09-22 Esteban Küberreview comments
2019-09-22 Esteban KüberPoint at type param when it's cause of unfulfilled...
2019-09-22 Esteban KüberFix rebase
2019-09-22 Esteban Küberignore musl target in tests to avoid issues with output...
2019-09-22 Esteban Küberreview comments
2019-09-22 Esteban KüberPoint at correct span for parenthesized types
2019-09-22 Esteban KüberOn obligation errors point at the unfulfilled binding...
2019-09-22 Mazdak FarrokhzadClarify the "since" tidy check
2019-09-22 Lzu TaoUpdate rls to fix build error
2019-09-22 Lzu TaoUpdate clippy
2019-09-22 borsAuto merge of #64669 - estebank:unreachable, r=Centril
2019-09-22 benInfer consts consistently. Moved some logic into super_...
2019-09-22 borsAuto merge of #64666 - Centril:rollup-tp98vlr, r=Centril
2019-09-22 Esteban Küberreview comments: wording
2019-09-22 Esteban Küberreview comments
2019-09-22 Tshepang Lekhonkhoberemove outdated comment
2019-09-22 Esteban KüberParse assoc type bounds in generic params and provide...
2019-09-21 Esteban Küberreview comments
2019-09-21 Esteban KüberPropagate `types.err` in locals further to avoid spurio...
2019-09-21 Mark RousskovInline attribute constructors
2019-09-21 Mark RousskovInline ty_infer
2019-09-21 Mark RousskovRemove unused code
2019-09-21 Esteban KüberDo not trigger unreachable lint in async body and Use...
2019-09-21 Mazdak FarrokhzadRollup merge of #64664 - matklad:remove-ast-builder...
2019-09-21 Mazdak FarrokhzadRollup merge of #64660 - guanqun:unify-errors-for-tuple...
2019-09-21 Mazdak FarrokhzadRollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obk
2019-09-21 Mazdak FarrokhzadRollup merge of #64634 - cuviper:llvm-9.0.0, r=alexcrichton
2019-09-21 Mazdak FarrokhzadRollup merge of #64619 - sam09:fix-63962, r=Centril
2019-09-21 Mazdak FarrokhzadRollup merge of #64618 - alexcrichton:improve-dist...
2019-09-21 Mazdak FarrokhzadRollup merge of #64617 - alexcrichton:smaller-msi,...
2019-09-21 Mazdak FarrokhzadRollup merge of #64615 - alexcrichton:smaller-exe,...
2019-09-21 Mazdak FarrokhzadRollup merge of #63907 - estebank:assoc-type-mismatch...
2019-09-21 Mark RousskovRemove constraints argument from path_all
2019-09-21 Aleksey Kladovfully remove AstBuilder
2019-09-21 Sam RadhakrishanFixes #63962. Hint about missing tuple parentheses...
2019-09-21 Guanqun Luunify errors for tuple/struct variants
2019-09-21 gnzlbgrevert error message changes
2019-09-21 gnzlbgremove feature
2019-09-21 borsAuto merge of #64658 - Centril:rollup-9s3raz6, r=Centril
2019-09-21 Mazdak FarrokhzadRollup merge of #64642 - cuviper:move-for-loop-snippet...
2019-09-21 Mazdak FarrokhzadRollup merge of #64641 - cuviper:extern-rust-ctypes...
2019-09-21 Mazdak FarrokhzadRollup merge of #64640 - Wind-River:master, r=alexcrichton
2019-09-21 Mazdak FarrokhzadRollup merge of #64632 - guanqun:patch-1, r=jonas-schievink
2019-09-21 Mazdak FarrokhzadRollup merge of #64621 - XAMPPRocky:relnotes, r=Mark...
2019-09-21 Mazdak FarrokhzadRollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk
2019-09-21 Mazdak FarrokhzadRollup merge of #64342 - glorv:master, r=varkor
2019-09-21 Mazdak FarrokhzadRollup merge of #64136 - crgl:doc-from-parser-lhs,...
2019-09-21 Mazdak FarrokhzadRollup merge of #64010 - c410-f3r:stabilize-attrs-fn...
2019-09-21 borsAuto merge of #64047 - timvermeulen:cmp_min_max_by...
2019-09-20 n-salimMerge pull request #25 from Wind-River/stat
2019-09-20 Josh StoneFix the span used to suggest avoiding for-loop moves
2019-09-20 Baoshan Pangrust stat should call libc stat
2019-09-20 Josh StoneExempt extern "Rust" from improper_ctypes
2019-09-20 n-salimMerge pull request #24 from Wind-River/home_directory
2019-09-20 Baoshan PangNo home directory on vxWorks
next