]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #26718 - nham:test-8640, r=alexcrichton
[rust.git] / src /
2015-07-02 borsAuto merge of #26718 - nham:test-8640, r=alexcrichton
2015-07-02 borsAuto merge of #26691 - nrc:mem, r=alexcrichton
2015-07-02 borsAuto merge of #26677 - jroesch:fulfillment-context...
2015-07-02 Jared RoeschUpdate librustc_driver/test.rs
2015-07-02 borsAuto merge of #26688 - nrc:map-parent-2, r=manishearth
2015-07-01 Nick CameronReport memory use in time-passes
2015-07-01 Nick CameronRefactoring
2015-07-01 Jared RoeschAddress nits
2015-07-01 borsAuto merge of #26658 - alexcrichton:windows-net-no...
2015-07-01 borsAuto merge of #26034 - Gankro:deprecate-bits, r=alexcri...
2015-07-01 Alexis Beingessnerfallout of bitvec/bitset deprecation
2015-07-01 Nick HamannAdd a regression test for #8640.
2015-07-01 borsAuto merge of #26675 - azerupi:doc-js-keyevent, r=alexc...
2015-07-01 borsAuto merge of #26711 - bluss:doc-hide-rand, r=steveklabnik
2015-07-01 Ulrik SverdrupHide SampleRange trait from docs
2015-07-01 borsAuto merge of #26540 - oli-obk:issue11715, r=nrc
2015-07-01 Mathieu DavidIn js from the docs, change keyboard eventlistener...
2015-07-01 borsAuto merge of #26703 - nrc:dxr-servo-fix, r=huonw
2015-07-01 Alex Crichtonstd: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option
2015-07-01 Nick Cameronsave-analysis: skip generated content in patterns
2015-07-01 borsAuto merge of #26698 - alexcrichton:char-fmt, r=huonw
2015-07-01 Alex Crichtonstd: Fix formatting flags for chars
2015-06-30 borsAuto merge of #26696 - steveklabnik:rollup, r=steveklabnik
2015-06-30 borsAuto merge of #26686 - arielb1:associated-type-defaults...
2015-06-30 borsAuto merge of #26663 - Eljay:fix-repr-attribute, r...
2015-06-30 Steve KlabnikRollup merge of #26692 - steveklabnik:gh26620, r=alexcr...
2015-06-30 Steve KlabnikMake note of Ord's derive ordering
2015-06-30 Steve KlabnikRollup merge of #26678 - bluss:doc-fmt, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26651 - GuillaumeGomez:patch-2, r...
2015-06-30 Steve KlabnikRollup merge of #26627 - tshepang:stdin-example, r...
2015-06-30 Steve KlabnikRollup merge of #26622 - tshepang:indents, r=sanxiyn
2015-06-30 Steve KlabnikRollup merge of #26580 - adamheins:master, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26506 - tshepang:doc-fix, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26373 - tshepang:patch-2, r=steveklabnik
2015-06-30 Ariel Ben-YehudaActually encode default associated types
2015-06-30 borsAuto merge of #26327 - bluss:two-way, r=aturon
2015-06-30 Tshepang Lekhonkhobedoc: add example for Stdin::read_line
2015-06-30 Alexis BeingessnerDeprecate BitSet and BitVec in favour of bit-vec and...
2015-06-30 Guillaume GomezAdd E0119 error explanation
2015-06-30 Guillaume GomezAdd E0207 error explanation
2015-06-30 Guillaume GomezAdd E0117 error explanation
2015-06-30 Guillaume GomezAdd E0101 error explanation
2015-06-30 Guillaume GomezAdd E0092 error explanation
2015-06-30 Guillaume GomezAdd E0211 error explanation
2015-06-30 Guillaume GomezAdd E0094 error explanation
2015-06-30 Guillaume GomezAdd E0093 error explanation
2015-06-30 Guillaume GomezAdd E0195 error explanation
2015-06-30 borsAuto merge of #26669 - frewsxcv:diagnostics-https,...
2015-06-30 borsAuto merge of #26664 - steveklabnik:gh26571, r=alexcrichton
2015-06-30 Ulrik Sverdrupfmt: Update docs and mention :#? pretty-printing
2015-06-30 borsAuto merge of #26662 - steveklabnik:gh26661, r=alexcrichton
2015-06-30 Jared RoeschClean up patch
2015-06-30 Jared RoeschRemove Typer and ClosureTyper
2015-06-30 Jared RoeschRemove Typer + ClosureTyper impls for BlockS
2015-06-30 Jared RoeschRemove Typer + ClosureTyper impls for ParameterEnv
2015-06-30 Jared RoeschRemove NormalizingClosureTyper
2015-06-30 Jared RoeschUse fresh FulfillmentContexts in select locations
2015-06-30 Jared RoeschUpdate all uses of FulfillmentContext
2015-06-30 Jared RoeschMove FufillmentContext into InferContext
2015-06-30 borsAuto merge of #26670 - frewsxcv:regression-test-13902...
2015-06-30 Nick CameronAlternate method
2015-06-30 Nick CameronImplement get_enclosing_scope and use it in save-analysis
2015-06-30 Nick CameronAdd parent_node to ast_map
2015-06-30 borsAuto merge of #26668 - frewsxcv:regression-test-17756...
2015-06-30 borsAuto merge of #26667 - arielb1:audit-walk, r=eddyb
2015-06-30 Corey FarwellAdd regression test for #13902
2015-06-30 Corey FarwellLink to docs from error explanations via HTTPS
2015-06-30 borsAuto merge of #26666 - huonw:unc-rec, r=alexcrichton
2015-06-30 Corey FarwellAdd regression test for #17756
2015-06-29 Ariel Ben-YehudaRemove now-useless code
2015-06-29 Ariel Ben-YehudaKill count_late_bound_regions
2015-06-29 Huon Wilsonlint: default methods must be called on Self to uncondi...
2015-06-29 Huon Wilsonlint: only consider actual calls as unconditional recur...
2015-06-29 Ariel Ben-YehudaRemove type_needs_unwind_cleanup
2015-06-29 Ariel Ben-YehudaFix lifetime elision region accounting
2015-06-29 borsAuto merge of #26660 - steveklabnik:fix_up_pointers...
2015-06-29 Steve KlabnikUpdate link to Ousterhout
2015-06-29 Steve KlabnikImprove doc for std::mem::drop
2015-06-29 borsAuto merge of #26659 - nagisa:cas-docs, r=alexcrichton
2015-06-29 EljayAdd missing trailing newline.
2015-06-29 EljayAdd test for #26646.
2015-06-29 Simonas KazlauskasRefine Atomic*::compare_and_swap documentation
2015-06-29 Lee JefferyFix incorrect warning about unused repr attributes.
2015-06-29 borsAuto merge of #26623 - Saser:master, r=steveklabnik
2015-06-29 Steve KlabnikChange removal notice for pointer guide.
2015-06-29 Ariel Ben-YehudaFix off-by-one error in default-type-parameter checking
2015-06-29 borsAuto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
2015-06-29 borsAuto merge of #26462 - brson:stdidx, r=steveklabnik
2015-06-29 Steve KlabnikHide the Rand trait from docs
2015-06-29 borsAuto merge of #26649 - Manishearth:rollup, r=Manishearth
2015-06-29 Manish GoregaokarRollup merge of #26645 - richo:makefile-typo, r=sfackler
2015-06-29 Manish GoregaokarRollup merge of #26644 - pelmers:make_stage_tip, r...
2015-06-29 Manish GoregaokarRollup merge of #26593 - GuillaumeGomez:patch-2, r...
2015-06-29 Guillaume GomezThe come back of the "a" eaten by the void
2015-06-29 Guillaume GomezAdd more details in error explanation
2015-06-29 Guillaume GomezAdd E0110 error explanation
2015-06-29 borsAuto merge of #26582 - jroesch:infer-ctxt-refactor...
2015-06-28 borsAuto merge of #26642 - remram44:doc-openoptions-missing...
2015-06-28 Remi RampinAdd `.write(true)` to append and truncate examples
2015-06-28 Jared RoeschFix librustc_driver/test.rs
next