]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-11-16 borsAuto merge of #45692 - steveklabnik:ship-cargo-book...
2017-11-16 Dan GohmanUpdate the compiler-builtins to latest master.
2017-11-15 borsAuto merge of #45918 - chrisvittal:impl-trait-pr, r...
2017-11-15 Niko Matsakismove region resolution to be a sibling of `region_infer...
2017-11-15 Niko Matsakisextract lexical region resolution into its own sub...
2017-11-15 Niko Matsakismodify MIR type-checker to process obligations as they...
2017-11-15 Niko Matsakisapply rustfmt to `type_check`
2017-11-15 Niko Matsakisthread location info through mir typeck (but do not...
2017-11-15 Niko Matsakismove the `OutlivesEnvironment` into `infer` so that...
2017-11-15 Niko Matsakisrename mod `region_obligations` to `outlives::obligations`
2017-11-15 Niko Matsakisextract out the implied bounds code from `regionck`
2017-11-15 Niko Matsakisregionck: only add implied bounds from root fn to ...
2017-11-15 Niko Matsakisdo not invoke `required_region_bounds` in `region_oblig...
2017-11-15 Niko Matsakisrefactor how we extract outlives bounds from trait...
2017-11-15 Niko Matsakismove the `region_obligations` processing code into...
2017-11-15 Niko Matsakisextract `regionck_outlives` into a separate helper...
2017-11-15 Niko Matsakisassert that we are consuming all of the region obligations
2017-11-15 Niko Matsakisconvert EXTRA_REQUIREMENT_IN_IMPL into a hard error
2017-11-15 Niko Matsakismove region constraints into inference context
2017-11-15 Niko Matsakisfulfill: remove dead code
2017-11-15 Christopher... Change clippy to broken after hir::Ty enum change
2017-11-15 Niko Matsakisadd a new test featuring two impl traits to show what...
2017-11-15 Christopher... Remove Fn trait + impl Trait rustdoc tests
2017-11-15 Christopher... Renumber error to fix tidy
2017-11-15 Christopher... Add cases to where-allowed.rs
2017-11-15 Christopher... Add/Fix stderr references for impl Trait ui tests
2017-11-15 Christopher... Disallow all impl Trait within Fn trait sugar
2017-11-15 Christopher... Incorporate review feedback
2017-11-15 Chris VittalAdd proper names to impl Trait parameters.
2017-11-15 Niko Matsakissome tests featuring multiple bounds, other errors
2017-11-15 Niko Matsakisadd a UI test showing the current output from an impl...
2017-11-15 Niko Matsakisadd some more positive tests
2017-11-15 Niko Matsakisrename `equality-universal` to a more extensible naming...
2017-11-15 Niko Matsakisextend `where-allowed.rs` with many more cases
2017-11-15 Niko Matsakisrename many-cases to where-allowed
2017-11-15 Niko Matsakistest we reject equivalent signatures with more than...
2017-11-15 Christopher... Add universal_impl_trait unstable-book entry
2017-11-15 Christopher... Fix unclosed delimiter in sample error
2017-11-15 Christopher... Remove unamed parameters
2017-11-15 Christopher... Fix style and grammar
2017-11-15 Christopher... Add/Modify tests for argument position impl Trait
2017-11-15 Christopher... Add universal_impl_trait feature gate
2017-11-15 Christopher... Add new error comparision to hide desugaring
2017-11-15 Christopher... Add collection of impl Trait argument lifetimes
2017-11-15 Christopher... Alter type collection to collect impl Trait bounds
2017-11-15 Christopher... Add bool item is_in_impl_trait to LoweringContext
2017-11-15 Christopher... Split hir::TyImplTrait, move checks to HIR lowering
2017-11-15 Christopher... Move E0562 to librustc from librustc_typeck
2017-11-15 borsAuto merge of #45938 - vramana:fix-ice-45698, r=arielb1
2017-11-15 Laurentiu NicolaEscape doc root URLs
2017-11-15 Guillaume GomezSet short-message feature unstable
2017-11-15 borsAuto merge of #45936 - mikhail-m1:mir-borrowck-storage...
2017-11-15 Michael Woeristerincr.comp.: Only save and load query result cache when...
2017-11-15 Michael Woeristerincr.comp.: Add missing [input] annotation for DepNode...
2017-11-15 Michael Woeristerincr.comp.: Refactor query cache serialization to be...
2017-11-15 borsAuto merge of #45715 - oli-obk:clippy, r=kennytm
2017-11-15 kennytmSupport `extern type` in rustdoc.
2017-11-15 Oliver SchneiderReenable clippy testing
2017-11-15 Mikhail Modinfix test
2017-11-15 Tom TromeyEmit debug info for trait object pointer
2017-11-15 Tom TromeyAllow minimum system LLVM version in tests
2017-11-15 Mikhail Modinfix comment, remove redundant code
2017-11-15 Mikhail Modinadd `StorageDead` handling
2017-11-15 borsAuto merge of #45944 - eddyb:provide, r=nikomatsakis
2017-11-15 Jeffrey SeyfriedRename `Span::default` -> `Span::def_site`.
2017-11-15 borsAuto merge of #45922 - vramana:fix-45702, r=nikomatsakis
2017-11-15 borsAuto merge of #45913 - sinkuu:mir-inlining-closure...
2017-11-15 QuietMisdreavusexamples in Cow::into_owned don't need to wrap result...
2017-11-14 Michael Lamparskiadd NOTE: to test notes
2017-11-14 Ramana VenkataFix printing of upvar in closures
2017-11-14 gnzlbgfix linking error on i586
2017-11-14 Jeff CrockerRemove checked arithmetic from if expression hash tests
2017-11-14 Ramana VenkataFix End-user description not implemented for field...
2017-11-14 Michael Woeristerincr.comp.: Cache TypeckTables and add -Zincremental...
2017-11-14 borsAuto merge of #45821 - djzin:unreachable-match-arms...
2017-11-14 borsAuto merge of #45981 - GuillaumeGomez:rollup, r=Guillau...
2017-11-14 Michael Woeristerincr.comp.: Add 'tcx to QueryDescription.
2017-11-14 Guillaume GomezRollup merge of #45977 - kennytm:fix-pulldown-warnings...
2017-11-14 Guillaume GomezRollup merge of #45970 - GuillaumeGomez:from-str-docs...
2017-11-14 Guillaume GomezRollup merge of #45967 - matthewjasper:array-move-types...
2017-11-14 Guillaume GomezRollup merge of #45961 - dereckson:unix-agnosticity...
2017-11-14 Guillaume GomezRollup merge of #45950 - fitzgen:update-unary-and-binar...
2017-11-14 Guillaume GomezRollup merge of #45941 - gaurikholkar:master, r=nikomat...
2017-11-14 Guillaume GomezRollup merge of #45815 - QuietMisdreavus:happy-little...
2017-11-14 Michael Woeristerincr.comp.: Store the query result index which records...
2017-11-14 Ariel Ben-Yehudacheck_unsafety: fix unused unsafe block duplication
2017-11-14 Michael Lamparskiun-add some notes from tests
2017-11-14 Michael Woeristerincr.comp.: Do some verification on data decoded from...
2017-11-14 borsAuto merge of #45896 - malbarbo:use-libc-const, r=alexc...
2017-11-14 Michael Woeristerincr.comp.: Encode DefPathTables for reconstructing...
2017-11-14 Shotaro YamadaFix test
2017-11-14 Michael LamparskiAdd context to E0084, E00517, E0518
2017-11-14 Michael Woeristerincr.comp.: Allow for mapping from prev-session-CrateNu...
2017-11-14 Marco A L BarbosaUpdate libc (new const definitions for Linux sparc64)
2017-11-14 steveklabniklink the cargo book into the bookshelf
2017-11-14 steveklabnikStart shipping the Cargo book
2017-11-14 Michael Woeristerincr.comp.: Implement TyDecoder for on_disk_cache:...
2017-11-14 kennytmFixed several pulldown warnings when documenting libstd.
2017-11-14 Shotaro YamadaAdd TyCtxt::is_closure
2017-11-14 Shotaro YamadaMake create_temp_necessary a method
next