]> git.lizzy.rs Git - rust.git/history - src
Disable auto-detection of libxml2 when compiling llvm.
[rust.git] / src /
2018-04-20 Johannes NixdorfDisable auto-detection of libxml2 when compiling llvm.
2018-04-20 borsAuto merge of #50069 - alexcrichton:fix-proc-macro...
2018-04-20 borsAuto merge of #50051 - nnethercote:no-env-var, r=Mark...
2018-04-19 borsAuto merge of #48553 - seanmonstar:atomic-debug, r...
2018-04-19 borsAuto merge of #50020 - oli-obk:clippy, r=Manishearth
2018-04-19 borsAuto merge of #49900 - pnkfelix:compare-mode-nll-follow...
2018-04-19 borsAuto merge of #49949 - oli-obk:const_signed_pat, r...
2018-04-19 Oliver SchneiderSign extend constants in range patterns
2018-04-19 Oliver SchneiderUpdate clippy
2018-04-19 borsAuto merge of #49890 - varkor:xpy-check-rustc_trans...
2018-04-19 borsAuto merge of #49630 - npmccallum:shl, r=alexcrichton
2018-04-19 Alex Crichtonproc_macro: Stay on the "use the cache" path more
2018-04-19 borsAuto merge of #50048 - glandium:issue50041, r=eddyb
2018-04-18 varkorAdd rerun-if-env-changed=RUST_CHECK to librustc_llvm
2018-04-18 Nicholas NethercoteLazily evaluate EvalErrorKind::*.into() calls.
2018-04-18 borsAuto merge of #50022 - nrc:doc-analysis, r=mark-simulacrum
2018-04-18 borsAuto merge of #50017 - tinaun:stabilize-all-the-things...
2018-04-18 borsAuto merge of #50006 - rcoh:reorder-compiler-builtins...
2018-04-18 borsAuto merge of #49993 - nnethercote:shrink-Token, r...
2018-04-18 Felix S. Klock IIWhen running under compare-mode=nll, generate expected...
2018-04-18 Felix S. Klock IIWorkaround rust-lang/rust#49998 by opting into experime...
2018-04-18 Felix S. Klock IIWork around rust-lang/rust#49998 with experimental...
2018-04-18 Felix S. Klock IIRemoved `.nll.stderr` files that currently match their...
2018-04-18 Felix S. Klock IITrivial updates to `.nll.stderr` files post-rebase...
2018-04-18 Felix S. Klock IIUpdate the previously checkpointed (but unused by bors...
2018-04-18 Felix S. Klock IIGenerate separate stamp files for `--compare-mode=nll...
2018-04-18 Felix S. Klock IIChange output of `compiletest` to include the compare...
2018-04-18 Felix S. Klock IIExpand `x.py test` to also run with `--compare-mode...
2018-04-18 borsAuto merge of #49981 - nox:fix-signed-niches, r=eddyb
2018-04-18 Eduard-Mihai Burtescurustc_trans: also check dominators for SSA values in...
2018-04-18 varkorReplace Build with Builder
2018-04-18 varkorDo not rebuild LLVM for x.py check
2018-04-18 varkorAbstract LLVM building from bootstrap
2018-04-18 varkorCorrect the timestamp for CodegenBackend check
2018-04-18 varkorAdd rustc_trans to x.py check
2018-04-18 borsAuto merge of #49349 - Zoxc:sync-errors, r=michaelwoerister
2018-04-18 borsAuto merge of #49972 - Mark-Simulacrum:remove-build...
2018-04-18 borsAuto merge of #49969 - mark-i-m:allocator_fmt, r=estebank
2018-04-18 Mark SimulacrumRemove uses of Build across Builder steps
2018-04-18 borsAuto merge of #49950 - Zoxc:default-span, r=estebank
2018-04-17 borsAuto merge of #50036 - nrc:update, r=alexcrichton
2018-04-17 Nick CameronUpdate Rustfmt
2018-04-17 borsAuto merge of #49904 - michaelwoerister:no-debug-attr...
2018-04-17 borsAuto merge of #50033 - GuillaumeGomez:rollup, r=Guillau...
2018-04-17 Guillaume GomezRollup merge of #50032 - ollie27:rustdoc_all_private...
2018-04-17 Guillaume GomezRollup merge of #50013 - frewsxcv:frewsxcv-ssplice...
2018-04-17 Guillaume GomezRollup merge of #49966 - GuillaumeGomez:comma-search...
2018-04-17 Guillaume GomezRollup merge of #49699 - zesterer:master, r=joshtriplett
2018-04-17 Mark MansiTurn some comments into doccomments
2018-04-17 Mark Mansirun rustfmt on rustc_driver/driver.rs
2018-04-17 Mark MansiRun rustfmt
2018-04-17 John Kåre AlsakerMake one_time_diagnostics thread-safe
2018-04-17 John Kåre AlsakerMake Handler more thread-safe
2018-04-17 borsAuto merge of #49836 - nikomatsakis:nll-facts-prep...
2018-04-17 Michael WoeristerClean up attribute handling in create_function_debug_co...
2018-04-17 Michael WoeristerUse #[no_debug] to work around LLVM problem with rustc_...
2018-04-17 Michael WoeristerSupport #[no_debug] for global variables.
2018-04-17 Michael WoeristerAdd #[no_debug] to trans_fn_attrs() query.
2018-04-17 borsAuto merge of #49626 - fanzier:chalk-lowering, r=scalexm
2018-04-17 Nick CameronOnly emit save-analysis data for `cargo build` tasks
2018-04-17 borsAuto merge of #49542 - GuillaumeGomez:intra-link-resolu...
2018-04-17 borsAuto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister
2018-04-17 tinaunstabilize `hash_map_remove_entry` feature
2018-04-17 tinaunstabilize `nonnull_cast` feature
2018-04-17 tinaunstabilize `duration_extras` feature
2018-04-17 tinaunstabilize `duration_from_micros` feature
2018-04-17 tinaunstabilize `swap_with_slice` feature
2018-04-17 tinaunstabilize `swap_nonoverlapping` feature
2018-04-17 tinaunstabilize `slice_rsplit` feature
2018-04-17 borsAuto merge of #49664 - alexcrichton:stable-simd, r...
2018-04-17 borsAuto merge of #50012 - Zoxc:msvc-fix, r=Mark-Simulacrum
2018-04-17 Corey FarwellRemove no longer necessary comparison to Vec::splice.
2018-04-16 John Kåre AlsakerDon't look for cc/cxx when testing with bogus targets
2018-04-16 borsAuto merge of #49488 - alexcrichton:small-wasm-panic...
2018-04-16 Guillaume GomezRemove unwanted auto-linking and update
2018-04-16 Guillaume GomezFix empty tests
2018-04-16 Guillaume GomezFix nits
2018-04-16 Guillaume GomezAdd rustdoc-ui test suite
2018-04-16 Guillaume GomezAdd error-format and color-config options to rustdoc
2018-04-16 Guillaume GomezAdd warning if a resolution failed
2018-04-16 John Kåre AlsakerUpdate tests
2018-04-16 John Kåre AlsakerImprove query cycle error message
2018-04-16 John Kåre AlsakerCall default_span lazily when query cycles occur instea...
2018-04-16 Alex CrichtonSeparately gate each target_feature feature
2018-04-16 borsAuto merge of #50003 - kennytm:rollup, r=kennytm
2018-04-16 kennytmRollup merge of #49647 - kennytm:duplicated-features...
2018-04-16 kennytmRollup merge of #49994 - frewsxcv:frewsxcv-doc-tests...
2018-04-16 kennytmRollup merge of #49965 - nikic:fix-49622, r=rkruppe
2018-04-16 kennytmRollup merge of #49959 - cuviper:debuginfo-tools, r...
2018-04-16 kennytmRollup merge of #49931 - csmoe:end_span, r=estebank
2018-04-16 Russell CohenReorder injection of std to get better compilation...
2018-04-16 kennytmRemove `underscore_lifetimes` and `match_default_bindin...
2018-04-16 kennytmRollup merge of #49646 - glandium:uninitialized-box...
2018-04-16 kennytmRollup merge of #49606 - varkor:pipe-repair, r=alexcrichton
2018-04-16 kennytmRollup merge of #49555 - nox:inline-into-boxed, r=alexc...
2018-04-16 borsAuto merge of #49130 - smmalis37:range, r=alexcrichton
2018-04-16 Alex CrichtonStabilize x86/x86_64 SIMD
2018-04-16 borsAuto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi
2018-04-16 borsAuto merge of #49433 - varkor:metadata-skip-mir-opt...
2018-04-16 borsAuto merge of #49963 - llogiq:stabilize-13226, r=kennytm
next