]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-04 Igor MatuszewskiReplace CrateAnalysis::access_levels with query
2019-01-04 wiktorkuchtaFix repeated word in astconv.rs
2019-01-04 Artem VaraksaUpdate src/librustc/ty/fold.rs
2019-01-04 borsAuto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis
2019-01-04 QuietMisdreavusforce binary filename for compiled doctests
2019-01-04 Eric HussBump stage0
2019-01-04 borsAuto merge of #56074 - matthewjasper:forbid-recursive...
2019-01-04 Ariel Ben-Yehudaalphabetize marker traits when printed
2019-01-04 borsAuto merge of #55986 - cjgillot:issue-45510, r=nikomatsakis
2019-01-04 Georg SemmlerUpdate tests changed by rebase
2019-01-04 borsAuto merge of #57315 - ehuss:update-cargo, r=alexcrichton
2019-01-04 borsAuto merge of #56958 - alexcrichton:upgrade-docker...
2019-01-04 king6congDoc rewording, use the same name `writer`
2019-01-03 Ariel Ben-Yehudaimplement a hack to make traitobject 0.1.0 compile
2019-01-03 Ariel Ben-YehudaRevert "add coherence future-compat warnings for marker...
2019-01-03 Ariel Ben-YehudaRevert "fix stupid bug"
2019-01-03 Ariel Ben-Yehudaadd comment to <List<ExistentialPredicates>>::principal
2019-01-03 Ariel Ben-Yehudahack-fix to rustdoc
2019-01-03 Ariel Ben-Yehudaadd tests
2019-01-03 Ariel Ben-Yehudafix ppaux
2019-01-03 Ariel Ben-Yehudaavoid giving a principal to marker-only trait objects
2019-01-03 Ariel Ben-Yehudaadd support for principal-less trait object types
2019-01-03 Matthew JasperForbid impl Trait from referring to unnamable recursive...
2019-01-03 Alex Crichtonrustc: Fix regression where jemalloc isn't used
2019-01-03 Georg SemmlerMore test deduplication
2019-01-03 Georg SemmlerAdd missing files
2019-01-03 Georg SemmlerFix typo
2019-01-03 Georg SemmlerUnify tests
2019-01-03 Georg SemmlerUpdate some new tests to changed error messages
2019-01-03 Georg SemmlerFix failing compile tests
2019-01-03 Georg SemmlerDirectly check if input_ty is a type parameter and...
2019-01-03 varkorUpdate src/doc/unstable-book/src/language-features...
2019-01-03 Georg SemmlerFix tidy
2019-01-03 Georg SemmlerAdd some docs about the new feature to the unstable...
2019-01-03 Georg SemmlerAdd some tests
2019-01-03 Georg SemmlerImplement the re-rebalance coherence rfc
2019-01-03 Eric HussUpdate cargo
2019-01-03 Matthew JasperDisplay `impl Sized` correctly
2019-01-03 Wiktor KuchtaFix repeated word typos
2019-01-03 Alex Crichtonci: Upgrade Travis to Xenial
2019-01-03 Wim LoomanAdd discoverable function for converting Box<T> ->...
2019-01-03 Wim LoomanAllow converting Box<T: !Sized> -> Pin<Box<T>>
2019-01-03 Mendess2526const fn no longer comming soon on const docs
2019-01-03 Andy Russelluse structured suggestion for method calls
2019-01-03 David WoodFix bug in associated constant type annotations.
2019-01-03 borsAuto merge of #55517 - nikomatsakis:universes, r=scalexm
2019-01-03 John Kåre AlsakerMake CompileController thread-safe
2019-01-03 Dan RobertsonVaList::copy should not require a mutable ref
2019-01-03 borsAuto merge of #56507 - nikomatsakis:polonius-integrate...
2019-01-03 borsAuto merge of #57282 - matthewjasper:wellformed-return...
2019-01-03 Daniel MuellerFix 'be be' constructs
2019-01-02 Niko Matsakisrename `type_moves_by_default` to `type_is_copy_modulo_...
2019-01-02 Niko Matsakistry to detect affected code and direct people to #56105
2019-01-02 Niko Matsakistrack if any region constraints involved placeholders
2019-01-02 Niko Matsakispacify the mercilous eddyb ;)
2019-01-02 Niko Matsakisadd some comments about lifetimes etc
2019-01-02 Niko Matsakisaddress tmandry nits
2019-01-02 Niko Matsakispacify the mercilous tidy
2019-01-02 Niko Matsakisimprove handling for subtype
2019-01-02 Niko Matsakissay "the lifetime" instead of "some lifetime" when...
2019-01-02 Niko Matsakisapply the same logic to ConcreteFailure errors
2019-01-02 Niko Matsakisrefactor highlighting to take any RegionKind, making...
2019-01-02 Niko Matsakisapply the new placeholder errors even with just one...
2019-01-02 Niko Matsakisintroduce placeholder-placeholder errors for trait...
2019-01-02 Niko Matsakisadd the ability to highlight placeholders
2019-01-02 Niko Matsakisgeneralize region highlights into a struct
2019-01-02 Niko Matsakisdump out the exact state in error reporting debugs
2019-01-02 Niko Matsakismake `get_highlight_region_for_regionvid` only affect...
2019-01-02 Niko Matsakisremove outdated `rustc_driver` tests
2019-01-02 Niko MatsakisWIP other test changes
2019-01-02 Niko Matsakistests: cases where we now do the right thing but did...
2019-01-02 Niko Matsakistests: worse diagnostics, but basically same errors
2019-01-02 Niko Matsakistests: move coherence-subtyping from run-pass to compil...
2019-01-02 Niko Matsakisadd tests exercising `exists<'a> { forall<'b> { .....
2019-01-02 Niko Matsakisuniverse transition
2019-01-02 Niko MatsakisWIP: wfcheck ability to detect
2019-01-02 Niko Matsakisselect.rs: unsizing coercion should use a subtype
2019-01-02 Niko Matsakisintroduce ability to detect region constraints from...
2019-01-02 Niko Matsakismake evaluation track whether outlives relationships...
2019-01-02 Niko Matsakisremove wrapper functions that had no purpose
2019-01-02 Niko Matsakisremove `commit_if_ok` wrapper
2019-01-02 Mark Mansiremove outdated comment
2019-01-02 Matthew JasperAdd missing 'static bound for the Machine trait
2019-01-02 Alex CrichtonDon't package up libLLVM.so with libstd
2019-01-02 Matthew JasperWf-check the output type of a function in MIR-typeck
2019-01-02 Niko Matsakisadopt polonius-engine 0.6.2
2019-01-02 Niko Matsakisgenerate invalidations from 2-phase-borrow activations
2019-01-02 Alex CrichtonUpdate the stdsimd submodule
2019-01-02 Alex CrichtonRemove now stray comment
2019-01-02 Alex CrichtonRemove no longer working test
2019-01-02 Alex CrichtonAvoid using open_global_now
2019-01-02 Alex Crichtonbootstrap: Link LLVM as a dylib with ThinLTO
2019-01-02 Mateusz MikułaAdd Clippy to config.toml.example
2019-01-02 Andy Russellmake `panictry!` private to libsyntax
2019-01-02 borsAuto merge of #57243 - dingelish:master, r=sfackler
2019-01-02 Simon Sapinsrc/jemalloc is gone, remove its mention from COPYRIGHT
2019-01-02 borsAuto merge of #57250 - codeworm96:tyerr_msg, r=varkor
2019-01-02 borsAuto merge of #57251 - petrochenkov:reregr, r=varkor
2019-01-02 borsAuto merge of #56827 - faern:eliminate-recv-timeout...
2019-01-01 borsAuto merge of #57209 - estebank:suggest-raw-ident,...
next