]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #29297 - tbu-:pr_env_ignore_malformed, r=alexcrichton
[rust.git] / src /
2015-11-17 borsAuto merge of #29297 - tbu-:pr_env_ignore_malformed...
2015-11-16 Tobias BucherIgnore malformed environment strings like glibc does
2015-11-16 borsAuto merge of #29872 - steveklabnik:rollup, r=steveklabnik
2015-11-16 Steve KlabnikRollup merge of #29865 - apasel422:mutex, r=alexcrichton
2015-11-16 Steve KlabnikRollup merge of #29863 - steveklabnik:gh29526, r=alexcr...
2015-11-16 Steve KlabnikRollup merge of #29843 - arcnmx:authors, r=brson
2015-11-16 Steve KlabnikRollup merge of #29796 - barosl:unresolved-import-exter...
2015-11-16 Steve KlabnikRollup merge of #29549 - brson:docidx, r=steveklabnik
2015-11-16 borsAuto merge of #29862 - ranma42:const_min_max, r=alexcri...
2015-11-16 Brian AndersonMinor tweaks to doc index
2015-11-16 borsAuto merge of #29580 - alexbool:smart-pointer-conversio...
2015-11-16 Andrew PaseltinerCorrect comment in `Mutex` example
2015-11-16 borsAuto merge of #29805 - norcalli:patch-1, r=steveklabnik
2015-11-16 Steve KlabnikNomicon: mention tuple structs with repr(c)
2015-11-16 Andrea CancianiMake `min_value()` and `max_value()` const functions
2015-11-16 borsAuto merge of #29830 - petrochenkov:mapdoc, r=alexcrichton
2015-11-16 borsAuto merge of #29851 - shahn:hashset_doc_fix, r=stevekl...
2015-11-16 Alexander BulaevFix feature name
2015-11-16 borsAuto merge of #29845 - wthrowe:libdir, r=alexcrichton
2015-11-16 borsAuto merge of #29828 - sanxiyn:check-macro, r=nrc
2015-11-16 Sebastian HahnFix docs for HashSet::insert
2015-11-15 borsAuto merge of #29788 - mitaa:module_name, r=arielb1
2015-11-15 borsAuto merge of #29387 - little-dude:rustfmt_librustc_res...
2015-11-15 borsAuto merge of #29836 - eefriedman:normalize-fn, r=arielb1
2015-11-15 borsAuto merge of #29209 - arielb1:exponential-evaluation...
2015-11-15 Ariel Ben-Yehudaaddress review comments
2015-11-15 Ariel Ben-Yehudafix pretty
2015-11-15 Ariel Ben-Yehudafix remaining bugs
2015-11-15 Ariel Ben-Yehudaadd a global evaluation cache
2015-11-15 Ariel Ben-Yehudaintroduce evaluate_obligation_conservatively and use it
2015-11-15 Ariel Ben-Yehudaevaluate projections outside the outer probe in recursi...
2015-11-15 Ariel Ben-Yehudaput projections in RFC447 order
2015-11-15 Ariel Ben-Yehudasimplify and reduce the size of EvaluationResult
2015-11-15 borsAuto merge of #29846 - JanLikar:#29823, r=steveklabnik
2015-11-15 Jan LikarFix a typo
2015-11-15 Jan LikarImprove Strings chapter
2015-11-15 Jan LikarUpdate 'Strings' chapter of the book
2015-11-15 borsAuto merge of #29840 - gereeter:move-error-no-refcell...
2015-11-15 arcnmxAUTHORS and .mailmap cleanup
2015-11-14 Jonathan SStop using dynamic borrowing in MoveErrorCollector
2015-11-14 Eli FriedmanConsistently normalize fn types after erasing lifetimes.
2015-11-14 corentihrustfmt librustc_resolve
2015-11-14 Vadim Petrochenkovdocs: Clarify insertion behavior for maps
2015-11-14 borsAuto merge of #29827 - Manishearth:diag-fn-field, r...
2015-11-14 Seo SanghyeonCheck macro definition and do not expand invalid macros
2015-11-14 Seo SanghyeonReindent code
2015-11-14 Seo SanghyeonStore TokenTree in MacroRulesMacroExpander
2015-11-14 Manish GoregaokarFix diagnostics for calling indirect extern function...
2015-11-14 borsAuto merge of #29819 - mdinger:block-comments, r=stevek...
2015-11-14 borsAuto merge of #29825 - KyleMayes:move-parse-panic,...
2015-11-14 borsAuto merge of #29817 - michaelwoerister:mir-ty-closure...
2015-11-14 borsAuto merge of #29820 - wthrowe:makefile-fixes, r=brson
2015-11-14 Kyle MayesMove the panicking parse functions out of the parser
2015-11-14 borsAuto merge of #29816 - nikomatsakis:incr-comp-visitor...
2015-11-14 Niko Matsakissimplify HIR folder so that it only maps 1 item to...
2015-11-14 borsAuto merge of #29781 - arielb1:mir-casts, r=nikomatsakis
2015-11-13 borsAuto merge of #29808 - aphistic:trait-debug-example...
2015-11-13 Ariel Ben-Yehudaaddress review comments
2015-11-13 Ariel Ben-Yehudaimplement coercions in MIR
2015-11-13 mdingerDocument block doc comments better
2015-11-13 Ariel Ben-Yehudarustc_mir: don't miss the autoref when doing an unsize
2015-11-13 Ariel Ben-Yehudaimplement lvalue_len
2015-11-13 Ariel Ben-Yehudarepresent fat ptr operands as 2 separate pointers
2015-11-13 Ariel Ben-YehudaMIR: implement fat raw pointer comparisons
2015-11-13 borsAuto merge of #29806 - tsion:compile-state-mir_map...
2015-11-13 borsAuto merge of #29759 - nagisa:mir-static, r=nikomatsakis
2015-11-13 Michael WoeristerMIR: Support closure up-vars in LvalueTy::projection_ty()
2015-11-13 borsAuto merge of #29811 - bluss:binary-heap-sift-less...
2015-11-13 Ulrik SverdrupBinaryHeap: Simplify sift down
2015-11-13 borsAuto merge of #29761 - eefriedman:rename-nopanic, r...
2015-11-13 borsAuto merge of #29800 - Detegr:master, r=nikomatsakis
2015-11-13 mitaaStore a valid name for the root module in metadata
2015-11-13 borsAuto merge of #29675 - bluss:merge-sort-fastpath, r...
2015-11-12 borsAuto merge of #29807 - nrc:op_span, r=brson
2015-11-12 Erik DavidsonFix the manual implementation example for the Debug...
2015-11-12 Nick CameronFix a bad span for binops
2015-11-12 borsAuto merge of #29780 - KyleMayes:quote-ext, r=nrc
2015-11-12 Scott OlsonMake the mir_map available to the after_analysis Compil...
2015-11-12 Ashkan KianiUpdate references and borrowing (Fixes #29730)
2015-11-12 borsAuto merge of #29712 - Toby-S:patch-1, r=steveklabnik
2015-11-12 borsAuto merge of #29757 - dotdash:mir_simplify_cfg, r...
2015-11-12 Antti KeränenAdd feature gate test for #[fundamental] attribute
2015-11-12 Björn SteinbrinkAdd a MIR pass to simplify the control flow graph
2015-11-12 borsAuto merge of #29544 - Ryman:reduce_doc_warnings, r...
2015-11-12 borsAuto merge of #29770 - ollie27:assert_eq_unsized, r...
2015-11-12 Barosl LeeImprove the detailed error message for E0432
2015-11-12 borsAuto merge of #29795 - Manishearth:rollup, r=Manishearth
2015-11-12 Manish GoregaokarFixup #29785
2015-11-12 Manish GoregaokarFixup #29776
2015-11-12 Manish GoregaokarRollup merge of #29787 - dbrgn:docs-fix, r=steveklabnik
2015-11-12 Manish GoregaokarRollup merge of #29786 - steveklabnik:stage0fix, r...
2015-11-12 Manish GoregaokarRollup merge of #29785 - steveklabnik:doc_prelude,...
2015-11-12 Manish GoregaokarRollup merge of #29776 - nikomatsakis:mir-29740, r=nrc
2015-11-12 Alexander BulaevRemove impls for cases considered `niche`
2015-11-12 Kevin Butlertrpl: add a small section outlining doctest configuration
2015-11-12 Kevin Butlerlibtest: deny warnings in doctests
2015-11-12 Kevin Butlerlibterm: deny warnings in doctests
2015-11-12 Kevin Butlerlibsyntax: deny warnings in doctests
2015-11-12 Kevin Butlerlibserialize: deny warnings in doctests
2015-11-12 Kevin Butlerlibrustc_unicode: deny warnings in doctests
next