]> git.lizzy.rs Git - rust.git/history - src
Allow test imports to go unused
[rust.git] / src /
2018-08-01 John RennerAllow test imports to go unused
2018-07-31 John RennerAddress code review
2018-07-31 John RennerAllow unnameable tests
2018-07-31 John RennerJust tidying up
2018-07-31 John RennerReexport tests without polluting namespaces
2018-07-24 borsAuto merge of #52181 - QuietMisdreavus:panicked-tester...
2018-07-24 QuietMisdreavusforce the doctest rustc thread to share the name of...
2018-07-24 borsAuto merge of #51587 - mark-i-m:at_most_once_rep_2018...
2018-07-24 borsAuto merge of #52597 - oli-obk:promotion_simplify,...
2018-07-24 borsAuto merge of #52189 - cuviper:static-box-leak, r=bluss
2018-07-24 borsAuto merge of #52646 - ljedrz:single_char_pattern,...
2018-07-24 borsAuto merge of #52655 - kennytm:rollup, r=kennytm
2018-07-24 markAllow by default, fix tests
2018-07-24 markdump lints _after_ parsing macros
2018-07-24 markmake it a migration lint
2018-07-24 markFix test and errors
2018-07-24 markupdate nightly book
2018-07-24 markImplement 2015 vs 2018 `?` kleene op + test
2018-07-24 markExtend ParseSess to support buffering lints
2018-07-24 kennytmRollup merge of #52642 - ljedrz:expect_fun_call, r...
2018-07-24 kennytmRollup merge of #52641 - ljedrz:mir_dataflow_misc,...
2018-07-24 kennytmRollup merge of #52640 - Thomasdezeeuw:fix-localwaker...
2018-07-24 kennytmRollup merge of #52637 - RalfJung:rc, r=joshtriplett
2018-07-24 kennytmRollup merge of #52627 - Mark-Simulacrum:rustdoc-test...
2018-07-24 kennytmRollup merge of #52622 - estebank:lifetime-multispan...
2018-07-24 kennytmRollup merge of #52621 - ehuss:atty-fix, r=alexcrichton
2018-07-24 kennytmRollup merge of #52605 - estebank:str-plus-eq, r=oli-obk
2018-07-24 kennytmRollup merge of #52548 - tko:cursor-doc, r=sfackler
2018-07-24 kennytmRollup merge of #52538 - ljedrz:old_musl_i586_flags...
2018-07-24 borsAuto merge of #52618 - alexcrichton:capture-more, r...
2018-07-23 borsAuto merge of #52175 - fpoli:testsuite-callsite-span...
2018-07-23 borsAuto merge of #50494 - F001:as_cell, r=alexcrichton
2018-07-23 borsAuto merge of #52566 - pnkfelix:buffer-nll-errors-for...
2018-07-23 borsAuto merge of #52639 - oli-obk:clippyup, r=kennytm
2018-07-23 borsAuto merge of #52506 - alexcrichton:dont-duplicate...
2018-07-23 ljedrzChange single char str patterns to chars
2018-07-23 F001use inherent method instead
2018-07-23 ljedrzReplace a few expect+format combos with unwrap_or_else...
2018-07-23 Federico PoliMatch errors using the callsite of macro expansions
2018-07-23 Felix S. Klock IIThread the `errors_buffer` down through the NLL region_...
2018-07-23 Felix S. Klock IISeparate the construction of a generic bound failure...
2018-07-23 Felix S. Klock IIthread the `errors_buffer` down into `nll::type_check`.
2018-07-23 Santiago PastorinoBuffer errors in MIR borrow check
2018-07-23 ljedrzSimplify 2 functions in rustc_mir/dataflow
2018-07-23 Thomas de ZeeuwForget Waker when cloning LocalWaker
2018-07-23 borsAuto merge of #52589 - petrochenkov:derlint, r=alexcrichton
2018-07-23 Santiago PastorinoRemove redundant outlives declarations
2018-07-23 Santiago PastorinoRemove wrong allow(dead_code) directive
2018-07-23 Santiago PastorinoRemove unneded lifetimes relations declaration
2018-07-23 Santiago PastorinoLet mir reference lifetime be inferred
2018-07-23 Santiago PastorinoLet lifetimes on find be inferred
2018-07-23 Santiago PastorinoRemove unused lifetime annotation
2018-07-23 Santiago Pastorinogcx outlives tcx which outlives a, no need to explicitl...
2018-07-23 Santiago PastorinoRemove duplicated report word in docs
2018-07-23 Oliver SchneiderUpdate the clippy submodule
2018-07-23 Ralf Jungtypos
2018-07-23 borsAuto merge of #52211 - bjorn3:misc_rustdoc_changes...
2018-07-23 Ralf JungDon't use NonNull::dangling as sentinel value
2018-07-23 Oliver SchneiderUpdate mir-opt to promoted changes
2018-07-23 Oliver SchneiderTeach new error messages in MIR borrowck about promoted...
2018-07-23 Oliver SchneiderA promoted has a place and can thus be equal to itself
2018-07-23 Oliver SchneiderMark an unreachable case as a bug instead of attempting...
2018-07-23 Oliver SchneiderFix tidy
2018-07-23 Oliver SchneiderExplain promoted extraction for simd shuffle
2018-07-23 Oliver SchneiderPromoteds are statics and statics have a place, not...
2018-07-23 borsAuto merge of #52612 - matthewjasper:remove-unnecessary...
2018-07-23 borsAuto merge of #52571 - oli-obk:promotion_abort, r=nagisa
2018-07-23 borsAuto merge of #52568 - oli-obk:span_bug_error, r=varkor
2018-07-22 borsAuto merge of #52564 - pnkfelix:issue-52126-lhs-of...
2018-07-22 borsAuto merge of #52069 - zackmdavis:elided_states_of_amer...
2018-07-22 Mark RousskovCompile rustc before building tests for rustdoc
2018-07-22 Esteban KüberUse MultiSpan in E0707 and E709
2018-07-22 borsAuto merge of #52616 - kennytm:rollup, r=kennytm
2018-07-22 Eric HussFix color detection for Windows msys terminals.
2018-07-22 kennytmRollup merge of #52051 - scottmcm:swap-directly, r...
2018-07-22 kennytmRollup merge of #52615 - davidtwco:add-to-gitignore...
2018-07-22 kennytmRollup merge of #52594 - Mark-Simulacrum:error-index...
2018-07-22 kennytmRollup merge of #52587 - csmoe:doc, r=kennytm
2018-07-22 kennytmRollup merge of #52582 - felixrabe:patch-2, r=pietroalbini
2018-07-22 kennytmRollup merge of #52581 - petrochenkov:bmacrodoc, r...
2018-07-22 borsAuto merge of #52572 - davidtwco:issue-51027, r=nikomat...
2018-07-22 Alex Crichtonrustc: Implement tokenization of nested items
2018-07-22 Zack M. Davisin which the elided-lifetimes-in-paths lint undergoes...
2018-07-22 kennytmRollup merge of #52521 - ehuss:rustdoc-passes-doc,...
2018-07-22 kennytmRollup merge of #52508 - joshtriplett:dangling-not...
2018-07-22 kennytmRollup merge of #52507 - estebank:infer-type, r=nikomat...
2018-07-22 kennytmRollup merge of #52465 - sekineh:add-ci-thumb, r=alexcr...
2018-07-22 kennytmRollup merge of #51807 - newpavlov:deprecate_str_slice...
2018-07-22 Oliver SchneiderUse correct exclusion comment
2018-07-22 David WoodFallback to general error handling in ICE cases.
2018-07-22 David WoodModified how constraint classification happens to upvar...
2018-07-22 David WoodImproved is_upvar_field_projection - no longer need...
2018-07-22 David WoodImproved documentation of functions in new module.
2018-07-22 David WoodImproved closure errors.
2018-07-22 David WoodClassify aggregate rvalues as assignments.
2018-07-22 borsAuto merge of #52368 - GuillaumeGomez:intra_doc_link_re...
2018-07-22 Matthew JasperDon't keep the possibly init flow around longer than...
2018-07-22 borsAuto merge of #52359 - matthewjasper:combine-move-error...
2018-07-22 borsAuto merge of #52394 - estebank:println, r=oli-obk
2018-07-22 Scott McMurrayOnly run the test on x86_64
next