]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #52993 - alexcrichton:fix-some-vis, r=michaelwoerister
[rust.git] / src /
2018-08-08 borsAuto merge of #52993 - alexcrichton:fix-some-vis, r...
2018-08-07 borsAuto merge of #52397 - estebank:println-comma, r=oli-obk
2018-08-07 borsAuto merge of #52911 - Mark-Simulacrum:visibility-hirid...
2018-08-07 Mark RousskovAdd HirId to VisibilityKind::Restricted
2018-08-07 borsAuto merge of #53109 - nikomatsakis:nll-escaping-into...
2018-08-07 Alex Crichtonrustc: Tweak visibility of some lang items
2018-08-07 Alex Crichtonrustc: Refactor MonoItem linkage/visibility calculation
2018-08-07 borsAuto merge of #51990 - oli-obk:unstable_union, r=nikoma...
2018-08-07 Oliver SchneiderFix tidy
2018-08-07 Oliver SchneiderMake sure the feature gate actually works and never...
2018-08-07 Oliver SchneiderAdd feature gate test
2018-08-07 Oliver SchneiderAlso put comparing raw pointers behind a feature gate
2018-08-07 Oliver SchneiderRebase fallout: new tests need updated ui output
2018-08-07 Oliver SchneiderDon't accidentally promote union access in MIR
2018-08-07 Oliver SchneiderUse the correct feature gate name
2018-08-07 Oliver SchneiderAdd feature gate checks
2018-08-07 Oliver SchneiderPlace unions, pointer casts and pointer derefs behind...
2018-08-07 borsAuto merge of #53150 - kennytm:rollup, r=kennytm
2018-08-07 kennytmRollup merge of #53139 - danc86:riscv-no-gdb-scripts...
2018-08-07 kennytmRollup merge of #53135 - joshtriplett:remove-catch...
2018-08-07 kennytmRollup merge of #53107 - RalfJung:static-mutex, r=alexc...
2018-08-07 kennytmRollup merge of #53093 - 0e4ef622:issue-52169-fix,...
2018-08-07 kennytmRollup merge of #53068 - MajorBreakfast:spawn, r=cramertj
2018-08-07 kennytmRollup merge of #53060 - iliekturtles:rustdoc-style...
2018-08-07 kennytmRollup merge of #53052 - redroc:master, r=QuietMisdreavus
2018-08-07 kennytmRollup merge of #53028 - Mark-Simulacrum:split-out...
2018-08-07 kennytmRollup merge of #52886 - petrochenkov:noga, r=alexcrichton
2018-08-07 kennytmRollup merge of #52885 - Mark-Simulacrum:cleanup-typeck...
2018-08-07 borsAuto merge of #52450 - PramodBisht:issue/52413, r=estebank
2018-08-07 Esteban Küberfix typo
2018-08-07 Esteban KüberPoint at correct span when missing comma in `println`
2018-08-07 Esteban KüberSuggest comma when writing `println!("{}" a);`
2018-08-07 borsAuto merge of #51007 - AstralSorcerer:master, r=nagisa
2018-08-07 Dan Callaghanset emit_debug_gdb_scripts: false for riscv32imac-unkno...
2018-08-07 borsAuto merge of #53134 - alexcrichton:tweak-travis, r...
2018-08-06 borsAuto merge of #53016 - scottmcm:impl-header-lifetime...
2018-08-06 Josh TriplettRust 2018: Disable catch_expr, not targeted for 2018...
2018-08-06 borsAuto merge of #53115 - davidtwco:issue-52739, r=nikomat...
2018-08-06 David WoodDisable some nice region errors in NLL mode.
2018-08-06 Pramod Bisht#52413: addressed @estebank's Nit
2018-08-06 borsAuto merge of #52644 - varkor:lib-feature-gate-2, r...
2018-08-06 varkorSpecial-case "test" feature
2018-08-06 borsAuto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait...
2018-08-06 Niko Matsakisadd test case showing how previous attempt was unsound
2018-08-06 Mark RousskovBuilding librustc_codegen_llvm in a separate directory
2018-08-06 Niko Matsakisrevert #52991
2018-08-06 borsAuto merge of #53045 - pnkfelix:issue-53026-migrate...
2018-08-06 Ralf JungRemove references to `StaticMutex` which got removed...
2018-08-06 Josef Reinhard BrandlRename Executor trait to Spawn
2018-08-06 borsAuto merge of #52332 - zackmdavis:dead_code_lint_should...
2018-08-06 borsAuto merge of #53002 - QuietMisdreavus:brother-may...
2018-08-05 borsAuto merge of #52997 - llogiq:tiny-list-opt, r=varkor
2018-08-05 varkorFix WASM tests
2018-08-05 varkorFix diagnostic_list error
2018-08-05 borsAuto merge of #52800 - QuietMisdreavus:do-not-pass...
2018-08-05 Pramod BishtCloses #52413: Provide structured suggestion instead...
2018-08-05 varkorFix failure on msvc
2018-08-05 Matthew TranEnable macros to pass $:literal to another macro
2018-08-05 varkorChange feature edition error into a warning
2018-08-05 varkorFix 2018 edition tests
2018-08-05 varkorRemove references to unknown feature `io`
2018-08-05 varkorAdd an error when declaring features that are stable...
2018-08-05 varkorRemove bad features after rebase
2018-08-05 varkorImprove query efficiency
2018-08-05 varkorFix outdated handling of GetLangItems
2018-08-05 varkorFix stage 2 tests
2018-08-05 varkorFix rustdoc test
2018-08-05 varkorFix run-pass-fulldeps tests
2018-08-05 varkorFix incremental tests
2018-08-05 varkorAdd special support for libc
2018-08-05 varkorAdd support for feature attributes on macros
2018-08-05 varkorConvert unknown_features lint into an error
2018-08-05 varkorTurn the duplicate feature lint into an error
2018-08-05 varkorRemove unnecessary feature attributes that sneaked in
2018-08-05 varkorRemove obsolete tests in tidy
2018-08-05 varkorRemove panic-runtime opt-out
2018-08-05 varkorAdd a test for feature attribute consistency
2018-08-05 varkorAdd test for duplicate features
2018-08-05 varkorAdd a test for unknown features
2018-08-05 varkorFix test/ui
2018-08-05 varkorFix test/compile-fail
2018-08-05 varkorFix test/run-pass
2018-08-05 varkorFix test/run-fail
2018-08-05 varkorFix test/debuginfo
2018-08-05 varkorGet around tidy bug
2018-08-05 varkorAdd duplicity lint for lang features
2018-08-05 varkorAdd a lint for duplicate feature attributes
2018-08-05 varkorTrigger stable feature lint for lib features
2018-08-05 varkorAdd error for inconsistent stability `since` value
2018-08-05 varkorAdd lint for unknown feature attributes
2018-08-05 varkorCorrect invalid feature attributes
2018-08-05 varkorRemove unnecessary or invalid feature attributes
2018-08-05 borsAuto merge of #52983 - alexcrichton:update-llvm, r...
2018-08-05 Mike BoutinChange rustdoc style so fully qualified names do not...
2018-08-05 borsAuto merge of #52959 - matthewjasper:closure-spans...
2018-08-05 borsAuto merge of #52991 - nikomatsakis:nll-escaping-into...
2018-08-05 Niko Matsakisremove unused tcx argument
2018-08-05 QuietMisdreavusfix exit-code test so the lint fires again
2018-08-05 QuietMisdreavusonly abort after all early passes have run
2018-08-05 QuietMisdreavusdon't process intra-links on extern-crate items
next