]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichton
[rust.git] / src /
2018-09-12 kennytmRollup merge of #53777 - ivanbakel:result_map_or_else...
2018-09-12 kennytmRollup merge of #53703 - sourcefrog:doc-wrapping, r...
2018-09-12 kennytmRollup merge of #52514 - DiamondLovesYou:amdgpu-fixes...
2018-09-11 borsAuto merge of #53913 - petrochenkov:biattr4, r=alexcrichton
2018-09-11 borsAuto merge of #53873 - nikomatsakis:nll-universe-subtyp...
2018-09-11 borsAuto merge of #54111 - nikomatsakis:issue-53686-keyword...
2018-09-11 Niko Matsakiswe now successfully warn about `async` in macro invocations
2018-09-11 borsAuto merge of #51363 - japaric:stable-used, r=cramertj
2018-09-11 borsAuto merge of #54113 - alexcrichton:update-cargo, r...
2018-09-11 borsAuto merge of #54092 - estebank:gotta-go-fast, r=nikoma...
2018-09-10 Alex CrichtonUpdate Cargo submodule
2018-09-10 Vadim Petrochenkovresolve: Reserve a few very special names in macro...
2018-09-10 Vadim Petrochenkovresolve: Skip bang macros when resolving potentially...
2018-09-10 Vadim Petrochenkovresolve: Future proof resolutions for potentially built...
2018-09-10 Vadim Petrochenkovresolve: Support resolving identifier macros without...
2018-09-10 Niko Matsakisfix incremental test
2018-09-10 Niko Matsakisadd test case
2018-09-10 Niko Matsakisvisit the paths in pre-expansion macros
2018-09-10 Niko Matsakismake `add_pre_expansion_builtin` add a pre-expansion...
2018-09-10 Niko Matsakisadd FIXME related to `ref x` bindings
2018-09-10 borsAuto merge of #54093 - petrochenkov:noinner, r=alexcrichton
2018-09-10 Niko Matsakisadd link to https://github.com/rust-lang/rust/issues...
2018-09-10 Niko Matsakispropagate user-ascribes types down onto resulting bindings
2018-09-10 Niko Matsakisexpand the patterns test with a bunch more scenarios
2018-09-10 borsAuto merge of #54000 - jkozlowski:fix-53174, r=cramertj
2018-09-10 Jorge Apariciobump version
2018-09-10 Niko Matsakisoptimize `let x: T = ..` to avoid a temporary
2018-09-10 Niko Matsakisgeneralize `AscribeUserType` to handle sub or super...
2018-09-10 Niko MatsakisWIP remove incorrect nll.stderr reference files
2018-09-10 Niko Matsakisfix SCCs containing mixture of universes
2018-09-10 Niko Matsakisfixup: rename `UserAssertTy` to `AscribeUserType`
2018-09-10 Niko Matsakispacify the mercilous tidy
2018-09-10 Niko Matsakisinsert `AscribeUserType` for ascriptions
2018-09-10 Niko Matsakisadd the `AscribeUserType` statement kind
2018-09-10 Niko Matsakismatches/mod.rs: rustfmt
2018-09-10 Niko Matsakisadd a `AscribeUserType` pattern, largely ignored
2018-09-10 Niko Matsakisremove the old `UserAssertTy` support
2018-09-10 Niko Matsakisnow that we can handle subtyping, fix higher-ranked...
2018-09-10 Niko Matsakisadd a test for variables used twice
2018-09-10 borsAuto merge of #54011 - eddyb:anchored-in-the-future...
2018-09-10 Eduard-Mihai Burtescurustc_resolve: ignore uniform_paths canaries that resol...
2018-09-10 Eduard-Mihai Burtescurustc_resolve: inject `uniform_paths` canaries regardle...
2018-09-10 borsAuto merge of #53565 - PramodBisht:issue/53359_b, r...
2018-09-10 borsAuto merge of #53854 - davidtwco:issue-53668, r=nikomat...
2018-09-10 borsAuto merge of #53936 - petrochenkov:2macpre, r=alexcrichton
2018-09-10 Vadim Petrochenkovresolve: Remove `unshadowable_attrs`
2018-09-10 Vadim Petrochenkovresolve: Split macro prelude into built-in and user...
2018-09-10 Vadim PetrochenkovFeature gate non-builtin attributes in inner attribute...
2018-09-09 Esteban KüberDon't compute padding of braces unless they are unmatched
2018-09-09 borsAuto merge of #53778 - petrochenkov:shadrelax2, r=nikom...
2018-09-09 Jorge Aparicioupdate ui tests
2018-09-09 Niko Matsakisadd generalization
2018-09-09 Niko Matsakisinstantiate traversed binders rather than saving the...
2018-09-09 Niko Matsakisadd a `first_free_index` parameter
2018-09-09 Niko Matsakisadd ability to create region vars with explicit universe
2018-09-09 Niko Matsakisinfer/mod.rs: rustfmt
2018-09-09 Niko Matsakisadd some comments
2018-09-09 Niko Matsakisfactor out `lookup_bound_region`
2018-09-09 Niko Matsakisremove extra lifetime bound
2018-09-09 Niko Matsakisdocument the purpose of `ScopeInstantiator`
2018-09-09 borsAuto merge of #54057 - matthiaskrgr:stabilize-edition...
2018-09-09 Jorge Aparicioremove #[used] from the unstable book
2018-09-09 Jorge Apariciostabilize `#[used]`
2018-09-09 borsAuto merge of #53902 - dtolnay:group, r=petrochenkov
2018-09-09 Eric Hussmerge cargo changes done by https://github.com/rust...
2018-09-09 borsAuto merge of #53998 - eddyb:issue-53728, r=oli-obk
2018-09-09 David TolnayRename sp_lo to sp_open
2018-09-09 borsAuto merge of #53988 - eddyb:issue-53770, r=petrochenkov
2018-09-09 borsAuto merge of #53960 - estebank:issue-51303, r=nagisa
2018-09-09 David TolnayTrack distinct spans for open and close delimiter
2018-09-09 borsAuto merge of #53949 - estebank:unclosed-delim, r=nikom...
2018-09-09 Matthias Krügersubmodules: update clippy, rls with crate visibility...
2018-09-09 Mark RousskovRemove crate_visibility_modifier from 2018 edition
2018-09-09 Mark RousskovStabilize the 2018 edition
2018-09-08 borsAuto merge of #53909 - mikhail-m1:53643, r=nikomatsakis
2018-09-08 Martin PoolDocument .0 to unpack the value from Wrapping
2018-09-08 borsAuto merge of #53903 - GabrielMajeri:opt-miri-array...
2018-09-08 Pramod BishtFixed 53359: E0432 unresolved import on the same line...
2018-09-08 borsAuto merge of #53705 - ms2300:tmp, r=oli-obk
2018-09-08 borsAuto merge of #54051 - kennytm:rollup, r=kennytm
2018-09-08 Vadim Petrochenkovresolve: More precise spans for ambiguous resolution...
2018-09-08 Vadim PetrochenkovAdd checks for expected macro output in restricted...
2018-09-08 Vadim Petrochenkovresolve: Further simplify legacy scopes, add comments
2018-09-08 Vadim PetrochenkovAdd test cases for possible restricted shadowing config...
2018-09-08 Vadim Petrochenkovresolve: Rename some fields related to legacy macro...
2018-09-08 Vadim Petrochenkovresolve: Relax shadowing restriction on macro-expanded...
2018-09-08 Vadim Petrochenkovresolve: Introduce "may appear after" abstraction for...
2018-09-08 Vadim Petrochenkovresolve: Cleanup two main macro resolution functions...
2018-09-08 Vadim Petrochenkovresolve: Model shadowing restriction for macro_rules...
2018-09-08 Vadim Petrochenkovresolve: Model `resolve_legacy_scope` after `resolve_le...
2018-09-08 Vadim Petrochenkovresolve: Partially unify bindings from macro_rules...
2018-09-08 kennytmRollup merge of #53315 - nikomatsakis:newtype-index...
2018-09-08 kennytmRollup merge of #54050 - GabrielMajeri:fix-build-with...
2018-09-08 kennytmRollup merge of #54040 - steveklabnik:update-books...
2018-09-08 kennytmRollup merge of #54007 - japaric:gh53964, r=cramertj
2018-09-08 kennytmRollup merge of #53993 - eddyb:issue-53691, r=petrochenkov
2018-09-08 kennytmRollup merge of #53987 - Keruspe:llvm-suffix, r=alexcri...
2018-09-08 kennytmRollup merge of #53981 - fbernier:patch-1, r=sfackler
2018-09-08 kennytmRollup merge of #53973 - tromey:prefer-rust-enabled...
2018-09-08 kennytmRollup merge of #53942 - nnethercote:faster-precompute...
next