]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-08-09 memoryruins[nll] librustc_passes: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_errors: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] librustc_asan: enable feature(nll) for bootstrap
2018-08-09 memoryruins[nll] libarena: enable feature(nll) for bootstrap
2018-08-08 borsAuto merge of #53088 - matthewjasper:closure-region...
2018-08-08 borsAuto merge of #52872 - faern:use-modern-alignment-libc...
2018-08-08 Linus FärnstrandUse repr(align(x)) for redox in6_addr
2018-08-08 Linus FärnstrandUpdate libc to 0.2.43 in Cargo.lock
2018-08-08 Linus FärnstrandSimplify Ipv6Addr::from(octets) to not use unsafe
2018-08-08 Linus FärnstrandSimplify is_broadcast
2018-08-08 Linus FärnstrandAdd Ipv4Addr BROADCAST assoc const
2018-08-08 Linus FärnstrandMove IPs to assoc consts
2018-08-08 Linus FärnstrandMake Ipv{4,6}Addr::new const fns
2018-08-08 Linus FärnstrandUpdate libc and activate align feature
2018-08-08 borsAuto merge of #53053 - petrochenkov:custattr, r=alexcri...
2018-08-08 borsAuto merge of #53141 - nrc:update, r=nrc
2018-08-08 Nick CameronPrevent duplication of rust-ap-syntax
2018-08-08 Nick CameronUpdate RLS and Rustfmt
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 Alex CrichtonMore debugging for travis shutting down
2018-08-06 Vadim PetrochenkovAddress review comments
2018-08-06 Matthew JasperName return type in free region messages
2018-08-06 Vadim PetrochenkovEnable macro modularization implicitly if one of "advan...
2018-08-06 Vadim PetrochenkovSupport custom attributes when macro modularization...
2018-08-06 Vadim PetrochenkovAvoid modifying invocations in place for derive helper...
2018-08-06 Vadim PetrochenkovDiscern between various kinds of non-macro attributes
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... Rename 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
next