]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-01 borsAuto merge of #46430 - kennytm:rollup, r=kennytm
2017-12-01 Guillaume GomezFix deduplication of items
2017-12-01 borsAuto merge of #46425 - eddyb:mir-place, r=nikomatsakis
2017-12-01 Esteban KüberUse suggestions instead of notes ref mismatches
2017-12-01 Tom TromeyFix documentation for DecodeUtf16Error
2017-12-01 kennytmRollup merge of #46421 - mnd:fix-build-for-guix, r...
2017-12-01 kennytmRollup merge of #46412 - chrisduerr:issue-46380, r...
2017-12-01 kennytmRollup merge of #46405 - alexcrichton:fix-rustdoc,...
2017-12-01 kennytmRollup merge of #46401 - alexcrichton:wasm-tests, r...
2017-12-01 kennytmRollup merge of #46400 - michaelwoerister:vtable-encoda...
2017-12-01 kennytmRollup merge of #46392 - GuillaumeGomez:fix-tooltip...
2017-12-01 kennytmRollup merge of #46387 - chrisduerr:master, r=QuietMisd...
2017-12-01 kennytmRollup merge of #46386 - Aaron1011:fix_rustdoc_log...
2017-12-01 kennytmRollup merge of #46385 - alexcrichton:fix-cargo-book...
2017-12-01 kennytmRollup merge of #46376 - SimonSapin:cargoup, r=kennytm
2017-12-01 kennytmRollup merge of #46373 - jakllsch:netbsd-kern_proc_path...
2017-12-01 kennytmRollup merge of #46280 - tamird:remove-old-refs, r...
2017-12-01 kennytmRollup merge of #45880 - arielb1:never-coerce, r=nikoma...
2017-12-01 Eduard-Mihai... MIR: s/lv(al(ue)?)?/place in function/variable/module...
2017-12-01 Eduard-Mihai... MIR: s/Lvalue/Place in type names.
2017-12-01 borsAuto merge of #46338 - michaelwoerister:lazy-diagnostic...
2017-12-01 Michael Woeristerincr.comp.: Incorporate the stable commandline arg...
2017-12-01 Michael Woeristerincr.comp.: Fix merge fallout.
2017-12-01 borsAuto merge of #46236 - davidtwco:issue-46023, r=arielb1
2017-12-01 Michael Woeristerincr.comp.: Use the awesome new '_ in a few places.
2017-12-01 Michael Woeristerincr.comp.: Allow for recovering from missing on-disk...
2017-12-01 Michael Woeristerincr.comp.: Load diagnostics from previous session...
2017-12-01 Michael Woeristerincr.comp.: Add a newtype for byte positions within...
2017-12-01 Michael Woeristerincr.comp.: Store Spans as (file,line,col,length) in...
2017-12-01 Michael Woeristerincr.comp.: Properly hash and encode macro expansion...
2017-12-01 Nikolay Merinovbuild_helper: destination file can't be up to date...
2017-12-01 borsAuto merge of #46211 - snipsco:master, r=pnkfelix
2017-12-01 Julian Kuleshadd magic comment for ui test, remove newline
2017-12-01 Sunjay VarmaUpdated generic-associated-types-where stderr
2017-12-01 Sunjay VarmaAdded case for when impl generic associated type has...
2017-12-01 Sunjay VarmaMoved all of the tests over to ui and annotated why...
2017-12-01 Sunjay VarmaRemoved FIXME on a line that actually works for some...
2017-12-01 Sunjay VarmaAdding error line so that test passes
2017-12-01 Sunjay Varmaadded must-compile-successfully
2017-12-01 Sunjay VarmaTesting and fixes
2017-12-01 Sunjay VarmaRenaming MethodRibKind to TraitOrImplItemRibKind and...
2017-12-01 Sunjay VarmaAdding type paramter ribs for generic associated types
2017-12-01 Sunjay VarmaPreventing moving out of the trait item kind
2017-12-01 Sunjay VarmaParsing where clauses correctly and documenting the...
2017-12-01 Sunjay VarmaSpecifically gating generic_associated_types feature...
2017-12-01 Niko Matsakisdemonstrate how we can write "successful parse" tests...
2017-12-01 Sunjay VarmaAdded stderr files for ui tests
2017-12-01 Sunjay VarmaMore testing for generic associated types parsing
2017-12-01 Sunjay VarmaFixed tidy errors
2017-12-01 Sunjay VarmaAdding feature gate
2017-12-01 Sunjay VarmaAdded run-pass tests for associated generic types
2017-12-01 Sunjay VarmaParsing generics in both trait items and impl items
2017-12-01 borsAuto merge of #45997 - estebank:pub-ident, r=nikomatsakis
2017-12-01 borsAuto merge of #45846 - pietroalbini:use-nested-groups...
2017-12-01 borsAuto merge of #46370 - michaelwoerister:rm-metadata...
2017-11-30 David WoodFixed spurious cannot borrow immutable item error with...
2017-11-30 David WoodImmutable unique closure upvars cannot be mutated.
2017-11-30 David WoodAdded test for spurious cannot borrow immutable item...
2017-11-30 David WoodAdded test for immutable unique closure upvar mutation.
2017-11-30 Mathieu Poumeyrolexplanatory note for the workaround
2017-11-30 Julian Kuleshmove comparator into +find_best_match_name+ function
2017-11-30 Christian DuerrFix htmldocck naming
2017-11-30 Christian DuerrHide trait impl with private trait type parameter
2017-11-30 Christian DuerrShow hidden items with rustdoc's document-private
2017-11-30 borsAuto merge of #46402 - oli-obk:clippy, r=kennytm
2017-11-30 Jonathan A... NetBSD: add sysctl backend for std::env::current_exe
2017-11-30 Alex Crichtonrustc: Filter out bogus extern crate warnings
2017-11-30 Oliver SchneiderReport a targeted note for generic parameters
2017-11-30 Alex Crichtonrustc: Prepare to enable ThinLTO by default
2017-11-30 Alex CrichtonRename long test names to be a bit shorter
2017-11-30 Alex Crichtonrustc: Tweak the `isExported` callback for ThinLTO
2017-11-30 Oliver SchneiderReenable clippy
2017-11-30 Oliver SchneiderRemove unused method from TyS
2017-11-30 Michael Woeristerincr.comp.: Make traits::VTable encodable and decodable.
2017-11-30 Alex Crichtonwasm: Update LLVM to fix a test
2017-11-30 Ariel Ben-Yehudamake coercions to `!` in unreachable code a hard error
2017-11-30 Pietro AlbiniMark rustfmt and rls as broken
2017-11-30 Pietro AlbiniImplement RFC 2128 (use_nested_groups)
2017-11-30 borsAuto merge of #46299 - michaelwoerister:incr-comp-krims...
2017-11-30 Simon SapinUpdate Cargo to Wed Nov 29 15:19:05 2017 +0000
2017-11-30 borsAuto merge of #46226 - arielb1:special-region-obligatio...
2017-11-30 borsAuto merge of #46041 - zilbuz:issue-44837, r=arielb1
2017-11-30 Alex CrichtonUpdate bootstrap compiler
2017-11-30 borsAuto merge of #46366 - kennytm:revert-46360, r=kennytm
2017-11-29 Christian DuerrFix rustoc item summaries that are headers
2017-11-29 Aaron HillRemove librustdoc dependency on env_logger
2017-11-29 Alex Crichtonrustbuild: Fix a typo with the Cargo book
2017-11-29 borsAuto merge of #46144 - nrc:rls-update, r=alexcrichton
2017-11-29 Oliver Middletonrustdoc: Fix issues with cross-crate inlined associated...
2017-11-29 Esteban KüberPoint to next token when it is in the expected line
2017-11-29 Guillaume GomezFix invalid HTML escape
2017-11-29 Guillaume GomezInvert colors in important traits tooltip
2017-11-29 Esteban KüberInclude lifetime on highlighted ref type mismatch
2017-11-29 Michael Woeristerincr.comp.: Update test cases after metadata hashing...
2017-11-29 Michael Woeristerincr.comp.: Remove on-export crate metadata hashing.
2017-11-29 Michael Woeristerincr.comp.: Remove an unnecessary HIR access which...
2017-11-29 kennytmRevert "Auto merge of #46360 - kennytm:workaround-travi...
2017-11-29 borsAuto merge of #46362 - kennytm:rollup, r=kennytm
2017-11-29 kennytmRollup merge of #46356 - daboross:patch-2, r=sfackler
2017-11-29 kennytmRollup merge of #46354 - Mark-Simulacrum:alt-try, r...
next