]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #30692 - michaelwoerister:mir-overloaded-fn-calls, r=nikomatsakis
[rust.git] / src /
2016-01-06 borsAuto merge of #30692 - michaelwoerister:mir-overloaded...
2016-01-06 borsAuto merge of #30492 - wesleywiser:fix_extra_drops...
2016-01-05 Michael Woerister[MIR] Add test case for translation of closure calls.
2016-01-05 Michael Woerister[MIR] Implement calling of closures and add missing...
2016-01-05 Michael Woerister[MIR] Handle overloaded call expressions during HIR...
2016-01-05 borsAuto merge of #30665 - zachpanz88:new-year, r=nrc
2016-01-05 borsAuto merge of #30702 - tshepang:derives-not-needed...
2016-01-05 borsAuto merge of #30680 - wesleywiser:rustdoc_image_max_wi...
2016-01-05 borsAuto merge of #30708 - GuillaumeGomez:malformed_macro...
2016-01-05 borsAuto merge of #30595 - steveklabnik:remove_learn_rust...
2016-01-05 borsAuto merge of #30707 - tsion:mir-text, r=nikomatsakis
2016-01-04 borsAuto merge of #30681 - Toby-S:master, r=bluss
2016-01-04 Scott OlsonAdd 'mut' to MIR temp variable debug output.
2016-01-04 Scott OlsonPretty-print ReturnPointer as 'return' in MIR.
2016-01-04 Scott OlsonPretty-print static lvalues in MIR as just their path.
2016-01-04 Scott OlsonImprove pretty-printing of references in MIR.
2016-01-04 Scott OlsonPretty-print aggregates more prettily in MIR.
2016-01-04 Scott OlsonUse fmt::Result instead of Result<(), Error>.
2016-01-04 Scott OlsonPrint BasicBlock names in lowercase.
2016-01-04 Scott OlsonAdd a human-readable textual form for MIR.
2016-01-04 borsAuto merge of #30661 - michaelwoerister:trans_fn_attrs...
2016-01-04 Tshepang Lekhonkhobedoc: these examples do not need Copy and Clone traits
2016-01-04 borsAuto merge of #30602 - tsion:mir-graphviz-display,...
2016-01-04 borsAuto merge of #30523 - ubsan:wrapping_op_assign, r...
2016-01-04 Toby ScraceMake float parsing "." return Err
2016-01-04 borsAuto merge of #30553 - luqmana:mir-match-arm-guards...
2016-01-04 borsAuto merge of #30690 - LawrenceWoodman:patch-2, r=steve...
2016-01-04 Lawrence WoodmanAdd missing use statements
2016-01-04 borsAuto merge of #30651 - nagisa:mir-fix-equality-checks...
2016-01-04 borsAuto merge of #29732 - nathansizemore:master, r=stevekl...
2016-01-04 Guillaume GomezAdd test for "malformed macro lhs" and change back...
2016-01-03 borsAuto merge of #30677 - diwic:master, r=bluss
2016-01-03 borsAuto merge of #29949 - fhahn:issue-21659-show-relevant...
2016-01-03 Wesley WiserRustdoc - Specify max-image size
2016-01-02 Nicholas MazzucaTake out Op<T>/OpAssign<T> for Wrapping<T>
2016-01-02 Florian HahnRefactor candidate selection
2016-01-02 Nicholas MazzucaFinish test implementation
2016-01-02 diwicFix off-by-one in String::remove
2016-01-02 Florian HahnUse for_each_impl
2016-01-02 Florian HahnManually check trait implementations
2016-01-02 Florian HahnAdd more tests
2016-01-02 Florian HahnLimit displaying relevant trait impls to 4
2016-01-02 borsAuto merge of #30264 - GuillaumeGomez:patch-5, r=Manish...
2016-01-02 borsAuto merge of #30675 - jimmantooth:master, r=apasel422
2016-01-02 Scott OlsonAdd 'mut' to temporary vars in MIR graphviz output.
2016-01-02 James MantoothGrammar fixes
2016-01-02 NathanAdjusted heading and created dedicated section in std...
2016-01-02 NathanLinks and punctionaction fixes.
2016-01-02 NathanAdded platform notes to std::fs public functions.
2016-01-02 Guillaume GomezAdd E0463 error explanation
2016-01-01 borsAuto merge of #30672 - nagisa:to-degrad-stab, r=sfackler
2016-01-01 Simonas KazlauskasStabilise f32::to_{degrees,radians} to match f64
2016-01-01 Florian HahnShow similar trait implementations if no matching impl...
2016-01-01 borsAuto merge of #30670 - emoon:fs-copy-comment, r=stevekl...
2016-01-01 borsAuto merge of #30663 - apasel422:ll, r=bluss
2016-01-01 Simonas KazlauskasFix equality checks in matches
2016-01-01 Nicholas MazzucaIn the middle of the implementation
2016-01-01 Daniel CollinAdded comment in which direction operation happens
2016-01-01 borsAuto merge of #30648 - tshepang:missing-graves, r=steve...
2015-12-31 borsAuto merge of #30645 - tshepang:grammar, r=steveklabnik
2015-12-31 Wesley WiserAvoid adding drops for types w/ no dtor in MIR construction
2015-12-31 borsAuto merge of #30616 - arcnmx:cstr-asref, r=aturon
2015-12-31 Andrew PaseltinerMake `LinkedList` and its read-only iterators covariant
2015-12-31 arcnmxCStr impl stability
2015-12-31 arcnmximpl From<&CStr> for CString
2015-12-31 borsAuto merge of #28469 - DenisKolodin:master, r=steveklabnik
2015-12-31 borsAuto merge of #30660 - nagisa:rollup, r=steveklabnik
2015-12-31 Simonas KazlauskasRollup merge of #30630 - tsion:mir-closure-args, r...
2015-12-31 Simonas KazlauskasRollup merge of #30590 - nagisa:mir-constval-function...
2015-12-31 Simonas KazlauskasRollup merge of #30565 - michaelwoerister:opaque_encode...
2015-12-31 Simonas KazlauskasRollup merge of #30365 - tamird:update-valgrind, r...
2015-12-31 Michael WoeristerDeactivate one test in mir_trans_calls.rs since it...
2015-12-31 borsAuto merge of #30644 - tshepang:typo, r=steveklabnik
2015-12-31 Michael WoeristerForward attributes of translated function/closure to...
2015-12-31 borsAuto merge of #30593 - steveklabnik:small_rc_refactorin...
2015-12-31 borsAuto merge of #30641 - tsion:match-range, r=eddyb
2015-12-31 borsAuto merge of #30598 - est31:macro_export_help_note...
2015-12-31 borsAuto merge of #30586 - nagisa:mir-cast, r=arielb1
2015-12-31 borsAuto merge of #30585 - Ms2ger:ExplicitSelfCategory...
2015-12-30 borsAuto merge of #30375 - aaronkeen:issue_28777, r=eddyb
2015-12-30 Dave HusebyMerge pull request #30643 from dhuseby/snaps_2015-12...
2015-12-30 borsAuto merge of #30467 - shahn:master, r=brson
2015-12-30 Tshepang Lekhonkhobedoc: missed these in a4da9ac
2015-12-30 Tshepang Lekhonkhobedoc: fix grammar
2015-12-30 Tshepang Lekhonkhobedoc: fix typo
2015-12-30 Steve KlabnikSmall refactoring to make this code more clear
2015-12-30 Dave HusebyFixes #30521 and #30627 by adding new snapshots
2015-12-30 Scott OlsonAdd test for MIR range matching.
2015-12-30 Scott OlsonUse built-in comparisons for range matching in MIR.
2015-12-30 borsAuto merge of #30640 - steveklabnik:rollup, r=steveklabnik
2015-12-30 est31Limit line length to below 100 chars
2015-12-30 est31Move pub-{item,methd}-macro.rs to the parse-fail subdir...
2015-12-30 est31Move pub-macro-rules.rs test to parse-fail directory
2015-12-30 est31whitespace after colon, not before
2015-12-30 est31Custom help message for people trying to make macro...
2015-12-30 Steve KlabnikRollup merge of #30620 - salty-horse:an_mut, r=brson
2015-12-30 Steve KlabnikRollup merge of #30556 - nodakai:patch-1, r=brson
2015-12-30 Steve KlabnikRollup merge of #30546 - tshepang:add-links, r=steveklabnik
2015-12-30 Steve KlabnikRollup merge of #30511 - defyrlt:issue_30507, r=stevekl...
2015-12-30 Steve KlabnikRollup merge of #30502 - Luke-Nukem:master, r=steveklabnik
next