about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-04new_mark -> apply_mark, new_rename -> apply_renameJohn Clements-29/+29
2014-07-04add PatIdentRenamerJohn Clements-6/+37
2014-07-04move RenameList to mtwt, add new_renames abstractionJohn Clements-23/+40
2014-07-04comments, whitespace, rename NameFinderContext to PatIdentFinderJohn Clements-25/+27
2014-07-03simplify and uncomment item-fn-arg hygiene unit testJohn Clements-9/+6
2014-07-03auto merge of #15377 : alexcrichton/rust/rollup, r=alexcrichtonbors-423/+869
2014-07-03auto merge of #15076 : luqmana/rust/naim, r=pcwaltonbors-137/+88
2014-07-03Test fixes from the rollupAlex Crichton-1/+1
2014-07-03Fix minor issues in the documentation of libtime.OGINO Masanori-2/+3
2014-07-03collections: Fix conditional when reserving extra vec spaceErick Tryzelaar-1/+1
2014-07-03collections: grow should use the overflow-checked reserve_additionalErick Tryzelaar-2/+1
2014-07-03Add examples for StrVector methodsJason Thompson-1/+19
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-46/+14
2014-07-03Rename set_broadast() to set_broadcast().Joseph Crail-1/+7
2014-07-03Fix spelling errors.Joseph Crail-36/+36
2014-07-03librustc: Have the kind checker check sub-bounds in trait casts.Patrick Walton-10/+116
2014-07-03correct a few spelling mistakes in the tutorialNathan Froyd-3/+3
2014-07-03remove duplicated slash in install script pathRuud van Asseldonk-1/+1
2014-07-03Fix ICE with nested macro_rules!-style macrosKevin Ballard-2/+36
2014-07-03Guide: add mutable binding sectionSteve Klabnik-3/+39
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-255/+153
2014-07-03Rationals that have a 1 denom should print like intsPaolo Falabella-17/+28
2014-07-03Guide: functionsSteve Klabnik-0/+146
2014-07-03Add os::join_paths, make setenv non-utf8 capableAaron Turon-60/+147
2014-07-03Guide: ifSteve Klabnik-0/+147
2014-07-03auto merge of #15370 : alexcrichton/rust/fix-cargo, r=pnkfelixbors-1/+1
2014-07-03rustc: Fix a call to with_path in trans_unboxing_shimAlex Crichton-1/+1
2014-07-03auto merge of #15338 : pfalabella/rust/rational-impl-2, r=alexcrichtonbors-17/+28
2014-07-03auto merge of #15331 : Derecho/rust/master, r=alexcrichtonbors-1/+1
2014-07-03auto merge of #15199 : michaelwoerister/rust/cross-crate-stability, r=luqmanabors-184/+744
2014-07-03auto merge of #15078 : jakub-/rust/pattern-matching-refactor-vol-2, r=pnkfelixbors-507/+111
2014-07-03Improve code reuse between trans/_match.rs and check_match.rsJakub Wieczorek-507/+111
2014-07-03auto merge of #15324 : sneves/rust/master, r=alexcrichtonbors-2/+20
2014-07-03auto merge of #15087 : iliekturtles/rust/13810-make-install-mingw32, r=brsonbors-2/+67
2014-07-02librustc: Don't schedule redundant cleanups.Luqman Aden-22/+5
2014-07-02librustc: Use different alloca slot for non-move bindings.Luqman Aden-10/+38
2014-07-02librustc: Don't create extra alloca slot for by value bindings in match.Luqman Aden-116/+56
2014-07-03auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelixbors-43/+200
2014-07-02install: Correct libdir for Windows installs.Mike Boutin-2/+67
2014-07-02Fix rotate_{left, right} for multiple of bitsize rotation amountsSamuel Neves-2/+20
2014-07-02auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichtonbors-10/+171
2014-07-02Change exhaustiveness analysis to permit multiple constructors per patternJakub Wieczorek-204/+413
2014-07-02Rationals that have a 1 denom should print like intsPaolo Falabella-17/+28
2014-07-02auto merge of #15286 : alexcrichton/rust/channel-stability, r=cmrbors-0/+40
2014-07-02Apply stability attributes to std::commAlex Crichton-0/+40
2014-07-02auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brsonbors-0/+72
2014-07-02debuginfo: Make names of types in debuginfo reliable and omit source location...Michael Woerister-184/+744
2014-07-02auto merge of #15265 : omasanori/rust/udp, r=alexcrichtonbors-55/+68
2014-07-02Fix example in docs on documentationDerecho-1/+1
2014-07-02auto merge of #15257 : erickt/rust/hashmap, r=alexcrichtonbors-16/+121