]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #51007 - AstralSorcerer:master, r=nagisa
[rust.git] / src /
2018-08-07 borsAuto merge of #51007 - AstralSorcerer:master, r=nagisa
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 borsAuto merge of #53115 - davidtwco:issue-52739, r=nikomat...
2018-08-06 David WoodDisable some nice region errors in NLL mode.
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 borsAuto merge of #53045 - pnkfelix:issue-53026-migrate...
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 varkorFix failure on msvc
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 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
2018-08-05 QuietMisdreavusadd tests for new intra-doc-link behavior
2018-08-05 QuietMisdreavusturn intra-doc-link collection into an early pass
2018-08-05 borsAuto merge of #53078 - alexcrichton:update-cargo, r...
2018-08-05 Alex CrichtonUpdate cargo to fix Rust 2018 build scripts
2018-08-05 Alex CrichtonUpdate LLVM submodule to 7.0
2018-08-04 QuietMisdreavusintroduce "early passes" an convert a few over
2018-08-04 QuietMisdreavusstrongly-typed passes
2018-08-04 borsAuto merge of #53057 - nrc:update, r=kennytm
2018-08-04 Nick CameronUpdate rustfmt and RLS
2018-08-04 borsAuto merge of #52827 - GuillaumeGomez:generic-impls...
2018-08-04 borsAuto merge of #52758 - Mark-Simulacrum:session-cleanup...
2018-08-04 borsAuto merge of #53056 - kennytm:rollup, r=kennytm
2018-08-04 kennytmRollup merge of #53062 - ljedrz:redundant_field_names...
2018-08-04 ljedrzRemove redundant field names in structs
2018-08-04 Mark RousskovUse diagnostic API on Session
2018-08-04 Mark RousskovMove share_generics getter onto options directly
2018-08-04 Mark RousskovMove basic_options to impl of Default
2018-08-04 Mark RousskovSimplify some handling of target_pointer_width
2018-08-04 Mark RousskovNormalize DebugInfoLevel to standard style
2018-08-04 Mark RousskovNormalize EntryFnType variants to standard style
2018-08-04 Mark RousskovNormalize variants of Passes to standard style
2018-08-04 Mark RousskovNormalize variants of CrateType to standard style
2018-08-04 Mark RousskovPrivatize some exports from code_stats
2018-08-04 Guillaume GomezUpdate to master
2018-08-04 kennytmRollup merge of #53050 - carols10cents:rustdoc-moar...
2018-08-04 kennytmRollup merge of #51919 - tbu-:pr_num_to_from_bytes2...
2018-08-04 Guillaume GomezRemove FinderTrait and move its functions into DocContext
2018-08-04 Guillaume GomezImprove functions naming
2018-08-04 Guillaume GomezFix dyn objects
2018-08-04 Guillaume GomezStrengthen tests
2018-08-04 Guillaume GomezFix primitive blanket impls not showing up
2018-08-04 Guillaume GomezClean generic impls code
2018-08-04 Scott McMurrayRemove in-band lifetimes from the 2018 edition
2018-08-04 Niko Matsakismore comments and justify correctness
2018-08-04 Niko Matsakisgeneralize the Deref case and simplify the code
2018-08-04 Niko Matsakisadd a comment explaining the idea
2018-08-04 Tobias BucherChange tracking issue from #49792 to #51919
2018-08-04 kennytmRollup merge of #53047 - integer32llc:rustdoc-clicky...
2018-08-04 kennytmRollup merge of #53041 - GuillaumeGomez:fix-code-css...
2018-08-04 kennytmRollup merge of #53024 - matklad:patch-1, r=alexcrichton
2018-08-04 kennytmRollup merge of #53022 - RalfJung:volatile, r=alexcrichton
2018-08-04 kennytmRollup merge of #53003 - GuillaumeGomez:stabilize-rustd...
2018-08-04 kennytmRollup merge of #53001 - petrochenkov:master, r=estebank
next