]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-01-06 Steve KlabnikRollup merge of #30698 - steveklabnik:gh29649, r=brson
2016-01-06 Steve KlabnikRollup merge of #30683 - LawrenceWoodman:patch-1, r...
2016-01-06 borsAuto merge of #30654 - nrc:panictry, r=brson
2016-01-06 borsAuto merge of #30532 - nikomatsakis:cross-item-dependen...
2016-01-06 Niko MatsakisFix dependency graph test cases to have correct commmen...
2016-01-06 Niko MatsakisFix tidy errors
2016-01-06 Niko MatsakisUse `memoized` helper more often.
2016-01-06 borsAuto merge of #30733 - ubsan:wrapping_op_assign, r...
2016-01-06 Niko MatsakisFix numerous typos, renamings, and minor nits raised...
2016-01-06 borsAuto merge of #30481 - nagisa:mir-calls-2, r=nikomatsakis
2016-01-06 Simonas KazlauskasCreate personality slot when translating Resume
2016-01-06 Simonas Kazlauskaspanic/panic_bounds_check to destructure tys
2016-01-06 Simonas KazlauskasMerge Call and DivergingCall diffs into CallKind
2016-01-06 Simonas KazlauskasAdd tests
2016-01-06 Simonas KazlauskasDon’t generate landing-pads if -Z no-landing-pads
2016-01-06 Simonas KazlauskasFix ReturnPointer generation for void return types
2016-01-06 Simonas KazlauskasRefine call terminator translation
2016-01-06 Simonas KazlauskasHave a cached unreachable block inside MIR state
2016-01-06 Simonas KazlauskasRemove diverge terminator
2016-01-06 Simonas KazlauskasRemove the Panic block terminator
2016-01-06 Simonas KazlauskasAdd Resume Terminator which corresponds to resume
2016-01-06 Simonas KazlauskasGenerate DivergingCall terminator
2016-01-06 Simonas KazlauskasSplit Call into Call and DivergingCall
2016-01-06 borsAuto merge of #30692 - michaelwoerister:mir-overloaded...
2016-01-06 Nicholas MazzucaFix a breaking change in #30523
2016-01-06 Niko MatsakisWorkaround stage0 bug
2016-01-06 Niko MatsakisAdd assert-dep-graph testing mechanism and tests
2016-01-06 Niko MatsakisRefactor compiler to make use of dep-tracking-maps...
2016-01-06 Niko MatsakisRefactor overlap checker so that it walks the HIR inste...
2016-01-06 Niko MatsakisStrip the trait-def phase from collect, which has no...
2016-01-06 Niko MatsakisAnnotate the compiler with information about what it...
2016-01-06 Niko MatsakisAdd DepGraph to tcx.
2016-01-06 Niko MatsakisIntroduce the DepGraph and DepTracking map abstractions,
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 Steve KlabnikUpdate MinGW details in the README
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 Lawrence WoodmanCorrect formatting use of tab instead of spaces
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...
2016-01-01 Zach PanzarinoUpdate copyright date
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
next